diff --git a/docs/documentation/concepts/triggers/introduction.mdx b/docs/documentation/concepts/triggers/introduction.mdx index c626e7852b..f8c599d5c4 100644 --- a/docs/documentation/concepts/triggers/introduction.mdx +++ b/docs/documentation/concepts/triggers/introduction.mdx @@ -1,5 +1,6 @@ --- title: Introduction +sidebarTitle: "Triggers: Introduction" description: "A Trigger is what starts a Job Run. It can be a webhook, a schedule, or an event." --- diff --git a/docs/documentation/guides/react-hooks.mdx b/docs/documentation/guides/react-hooks.mdx index 4c1143c46a..148e9bc408 100644 --- a/docs/documentation/guides/react-hooks.mdx +++ b/docs/documentation/guides/react-hooks.mdx @@ -1,5 +1,6 @@ --- -title: "React hooks" +title: "Overview" +sidebarTitle: "React hooks: Overview" description: "How to show the live status of Job Runs in your React app" ---