docs: restructure Build section into Data / Interface / Automation subgroups#40
Merged
Conversation
…bgroups Move data-model, views, actions, and flows (all locales) into nested sidebar groups so the Build section stays scannable as it grows. Update all internal links, localized meta.json files, and add permanent redirects for the four moved URLs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0145MY7RdJr8KuRMyn5oKAR6
This was referenced Jul 17, 2026
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.
What
Restructures the flat Build section (11 pages) into three nested sidebar groups so it stays scannable as new core-feature docs land:
build/data/— Data Model (moved frombuild/data-model)build/interface/— Views, Actions (moved frombuild/views,build/actions)build/automation/— Flows (moved frombuild/flows)Changes
git mvof the 4 pages across all 7 locales (28 files, history preserved)meta.jsonper subgroup with localized group titles (meta.<locale>.json, per AGENTS.md sidebar conventions)pagesarrays updated in all 7build/meta*.jsonviewspages)apps/docs/next.config.mjs, covering both unprefixed (/docs/...) and locale-prefixed (/:lang/docs/...) pathsVerification
npm run type-checkandnpm run buildpass/zh-Hans/...) 308-redirect to the new locations; new URLs return 200; sidebar renders the three subgroups correctly in both English and 简体中文 (translations fall back per Fumadocs convention)grepconfirms no stale links to the old paths remainThis is the first PR of a larger docs effort (three-audience coverage: builders / admins / end users); content pages follow in subsequent PRs.
🤖 Generated with Claude Code
https://claude.ai/code/session_0145MY7RdJr8KuRMyn5oKAR6
Generated by Claude Code