fix(docs): add category labels for sidebar folders

Add _category_.json files to control display labels and position
for autogenerated sidebar categories.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
forcetrainer 2026-01-03 01:17:19 -05:00 committed by Alex Verkhovsky
parent 35f0157f5b
commit e8cd1d0464
21 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
{ "label": "Architecture", "position": 2 }

View File

@ -0,0 +1 @@
{ "label": "BMAD Builder", "position": 7 }

View File

@ -0,0 +1 @@
{ "label": "Core Concepts", "position": 1 }

View File

@ -0,0 +1 @@
{ "label": "Creative Intelligence", "position": 5 }

View File

@ -0,0 +1 @@
{ "label": "Features", "position": 4 }

View File

@ -0,0 +1 @@
{ "label": "Game Development", "position": 6 }

View File

@ -0,0 +1 @@
{ "label": "Philosophy", "position": 3 }

View File

@ -0,0 +1 @@
{ "label": "Brownfield", "position": 5 }

View File

@ -0,0 +1 @@
{ "label": "Customization", "position": 3 }

View File

@ -0,0 +1 @@
{ "label": "IDE Setup", "position": 2 }

View File

@ -0,0 +1 @@
{ "label": "Installation", "position": 1 }

View File

@ -0,0 +1 @@
{ "label": "Troubleshooting", "position": 6 }

View File

@ -0,0 +1 @@
{ "label": "Workflows", "position": 4 }

View File

@ -0,0 +1 @@
{ "label": "Agents", "position": 1 }

View File

@ -0,0 +1 @@
{ "label": "Configuration", "position": 3 }

View File

@ -0,0 +1 @@
{ "label": "FAQ", "position": 5 }

View File

@ -0,0 +1 @@
{ "label": "Glossary", "position": 4 }

View File

@ -0,0 +1 @@
{ "label": "Workflows", "position": 2 }

View File

@ -0,0 +1 @@
{ "label": "Advanced", "position": 3 }

View File

@ -0,0 +1 @@
{ "label": "First Project", "position": 2 }

View File

@ -0,0 +1 @@
{ "label": "Getting Started", "position": 1 }