-
-
Notifications
You must be signed in to change notification settings - Fork 939
Closed
Labels
area/docsdocumentationImprovements or additions to documentationImprovements or additions to documentation🎃 hacktoberfest💎 100 pointsThis issue is worth 100 points in the hacktoberfest leaderboardThis issue is worth 100 points in the hacktoberfest leaderboard
Milestone
Description
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:
---
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
Metadata
Metadata
Assignees
Labels
area/docsdocumentationImprovements or additions to documentationImprovements or additions to documentation🎃 hacktoberfest💎 100 pointsThis issue is worth 100 points in the hacktoberfest leaderboardThis issue is worth 100 points in the hacktoberfest leaderboard