Skip to content

Commit 343e76d

Browse files
authored
docs: dedicated MCP sidebar section + shorter nav labels (#709)
docs: give MCP its own sidebar section and shorten long nav labels - Move the four MCP pages out of Tools into a dedicated MCP sidebar section. - Shorten 'Manual MCP: Tools, Resources & Prompts' to 'Manual MCP'. - Shorten 'Sampling Options to modelOptions' to 'Sampling → modelOptions'.
1 parent 23fb19d commit 343e76d

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/config.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@
103103
"label": "Lazy Tool Discovery",
104104
"to": "tools/lazy-tool-discovery",
105105
"addedAt": "2026-04-15"
106-
},
106+
}
107+
]
108+
},
109+
{
110+
"label": "MCP",
111+
"children": [
107112
{
108113
"label": "MCP Server Tools",
109114
"to": "tools/mcp",
@@ -115,7 +120,7 @@
115120
"addedAt": "2026-06-05"
116121
},
117122
{
118-
"label": "Manual MCP: Tools, Resources & Prompts",
123+
"label": "Manual MCP",
119124
"to": "tools/mcp-manual",
120125
"addedAt": "2026-06-05"
121126
},
@@ -340,7 +345,7 @@
340345
"addedAt": "2026-05-16"
341346
},
342347
{
343-
"label": "Sampling Options to modelOptions",
348+
"label": "Sampling modelOptions",
344349
"to": "migration/sampling-options-to-model-options",
345350
"addedAt": "2026-06-03"
346351
}

0 commit comments

Comments
 (0)