mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
The seven use-case pages were the one part of docs.beardrive.ai that wasn't documentation — job-shaped routing pages, aimed at someone deciding rather than someone building. beardrive.ai already publishes six of them, same titles, same slugs, so the docs copy was a fork of marketing copy that no one was keeping in step. They're deleted here, and every URL redirects to its counterpart over there rather than to an index: those pages were live and indexed for a month, and sending all seven to /use-cases/ would throw away which one someone asked for. shared-skills is the exception — the landing site has no page for it yet, so that one lands on the index. The logo now points at beardrive.ai. Starlight always aims it at the docs root and has no config for it, so this is a SiteTitle component override: its own markup, one changed href, minus the two-logo branch this site never takes (one `src`, so the light/dark alternate can't render). Three off-site links — Use cases, Blog, GitHub — go at the BOTTOM of the sidebar. The sidebar order is the recommended path, so a link that leaves the docs must not sit above the docs. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>