From 60c75e282ed4065a2a4809dedbd544bed826e987 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 18:18:31 +0000 Subject: [PATCH] docs: move Google Cast lower in Concepts sidebar Move the Google Cast concept entry from the top of the Concepts section to the bottom, below the more foundational concepts. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_0146KwfYxv9abnktLTRvpd5A --- site/src/docs.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs.config.ts b/site/src/docs.config.ts index 167a6842..6793fb41 100644 --- a/site/src/docs.config.ts +++ b/site/src/docs.config.ts @@ -36,12 +36,12 @@ export const sidebar: Sidebar = [ llmsDescription: 'Understanding-oriented pages that explain how and why things work. Read these to build a mental model of the library.', contents: [ - { slug: 'concepts/cast', sidebarLabel: 'Google Cast' }, { slug: 'concepts/features' }, { slug: 'concepts/skins' }, { slug: 'concepts/presets' }, { slug: 'concepts/ui-components' }, { slug: 'concepts/accessibility' }, + { slug: 'concepts/cast', sidebarLabel: 'Google Cast' }, ], }, {