docs: group docs/ into source-driven subfolders (docs-site sidebar)#64
Merged
Conversation
…ebar Reorganize the flat docs/*.md into ordered subfolders so the published docs site (Starlight, in the marketing-site repo) renders a grouped sidebar instead of one flat "Documentation" list. Folder NN- prefix sets group order; the marketing-site sync mirrors this structure and derives the sidebar automatically (a new subfolder or doc appears with no config change). Files keep their NN- prefix for intra-group order. 0-overview/ features, commercial-edition 1-getting-started/ getting-started, configuration, init 2-streaming-and-storage/ streaming, compaction, durability, metrics 3-ai-integration/ mcp, ai-agent-consumption 4-operations/ operations, least-privilege-deployment 5-security-and-compliance/ security-architecture, hipaa-deployment Content unchanged (git mv only); README + assets untouched. Doc URLs stay flat (/docs/<slug>) — the sync strips the prefixes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reorganizes the flat
docs/*.mdinto ordered subfolders so the published docs site (Starlight, served from the marketing-site repo) renders a grouped sidebar instead of one flat "Documentation" list.NN-prefix sets group order; the marketing-site sync mirrors this structure and derives the sidebar automatically — a new subfolder or doc appears with no config change.NN-prefix for intra-group order./docs/<slug>; the sync strips the prefixes).Groups: Overview · Getting Started · Streaming & Storage · AI Integration · Operations · Security & Compliance.
Pairs with the marketing-site sync change (separate PR there). Merge this first; the docs site then picks up the groups on its next sync/rebuild.
🤖 Generated with Claude Code