Problem
A lot of pages in the docs are called "Introduction" and "Overview". They are the first page is a "group" in the sidebar.
This is a problem because the Open Graph images are terrible and they don't display well in search results.
Solution
Keep the sidebar titles as they are. Update the page titles so they're in the format : Introduction/Overview.
Examples:
- This should be "React hooks: Overview"
- This should be "Triggers: Introduction"
The markdown frontmatter needs to be updated:
---
title: Introduction
//add this ⬇️
sidebarTitle: "Triggers: Introduction"
description: "A Trigger is what starts a Job Run. It can be a webhook, a schedule, or an event."
---
We currently support three types of Triggers: Webhooks, Scheduled, and Events. You can use any of these to start a Job Run.
From SyncLinear.com | TRI-1329
TRI-1335
Problem
A lot of pages in the docs are called "Introduction" and "Overview". They are the first page is a "group" in the sidebar.
This is a problem because the Open Graph images are terrible and they don't display well in search results.
Solution
Keep the sidebar titles as they are. Update the page titles so they're in the format : Introduction/Overview.
Examples:
The markdown frontmatter needs to be updated:
From SyncLinear.com | TRI-1329
TRI-1335