From 4c385a14a68f72aba508910bdb93b55311a29c28 Mon Sep 17 00:00:00 2001 From: dprevoznik <58714078+dprevoznik@users.noreply.github.com> Date: Thu, 14 May 2026 20:15:22 +0000 Subject: [PATCH] drop "connection" prefix from auth sidebar entries Use sidebarTitle to show "Configuration" and "Lifecycle" in the Auth section of the sidebar while keeping the existing page titles intact. Co-Authored-By: Claude Opus 4.7 --- auth/configuration.mdx | 1 + auth/connection-lifecycle.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/auth/configuration.mdx b/auth/configuration.mdx index 0019a58..229dc13 100644 --- a/auth/configuration.mdx +++ b/auth/configuration.mdx @@ -1,5 +1,6 @@ --- title: "Connection Configuration" +sidebarTitle: "Configuration" description: "Shared options for managed auth connections, regardless of integration flow" --- diff --git a/auth/connection-lifecycle.mdx b/auth/connection-lifecycle.mdx index f8ae6f3..48d2adc 100644 --- a/auth/connection-lifecycle.mdx +++ b/auth/connection-lifecycle.mdx @@ -1,5 +1,6 @@ --- title: "Connection Lifecycle" +sidebarTitle: "Lifecycle" description: "How connections stay authenticated, and what to do when one breaks" ---