Skip to content

[TRI-1329] Update all Docs "Introduction" or "Overview" page titles to be <Group>: Introduction/Overview #527

@matt-aitken

Description

@matt-aitken

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions