Skip to content

Commit d5907db

Browse files
os-zhuangclaude
andcommitted
docs(nav): declutter the sidebar — text-only, three sections, one screen
Feedback pass on the audience-first IA: the sidebar still read as crowded. - Drop the hardcoded Docs/Blog links above the tree (layout.shared.tsx) - Strip per-item icons from all 14 section meta.json files (text-only tree) - Merge the one-item Operate section: Learn / Build / Platform - Take References and Releases (lookup content, 22 generated/log pages) out of the tree — URLs still resolve (verified 200) and the docs home page links both; getting-started no longer defaultOpen so the first screen shows all twelve top-level entries at once Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 3dfcfb1 commit d5907db

16 files changed

Lines changed: 13 additions & 26 deletions

File tree

apps/docs/lib/layout.shared.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ export function baseOptions(): BaseLayoutProps {
1717
</div>
1818
),
1919
},
20-
links: [
21-
{ text: 'Docs', url: '/docs', active: 'nested-url' },
22-
{ text: 'Blog', url: '/blog', active: 'nested-url' },
23-
],
2420
githubUrl: `https://github.com/${gitConfig.user}/${gitConfig.repo}`,
2521
};
2622
}

content/docs/ai/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "AI",
3-
"icon": "Bot",
43
"pages": [
54
"index",
65
"connect-mcp",

content/docs/api/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "API & SDK",
3-
"icon": "Plug",
43
"pages": [
54
"index",
65
"data-api",

content/docs/automation/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Automation",
3-
"icon": "Workflow",
43
"pages": [
54
"index",
65
"hooks",

content/docs/concepts/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Core Concepts",
3-
"icon": "Lightbulb",
43
"pages": [
54
"index",
65
"architecture",

content/docs/data-modeling/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Data Modeling",
3-
"icon": "Database",
43
"pages": [
54
"index",
65
"schema-design",

content/docs/deployment/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Deployment & Operations",
3-
"icon": "Cloud",
43
"pages": [
54
"index",
65
"cli",

content/docs/getting-started/meta.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"title": "Get Started",
3-
"icon": "Rocket",
4-
"defaultOpen": true,
53
"pages": [
64
"---Start Here---",
75
"index",

content/docs/kernel/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Kernel & Services",
3-
"icon": "Cpu",
43
"pages": [
54
"index",
65
"architecture",

content/docs/meta.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@
1111
"permissions",
1212
"ai",
1313
"api",
14-
"---Operate---",
14+
"---Platform---",
1515
"deployment",
16-
"---Extend & Reference---",
1716
"plugins",
1817
"kernel",
19-
"protocol",
20-
"references",
21-
"releases"
18+
"protocol"
2219
]
2320
}

0 commit comments

Comments
 (0)