Skip to content

Commit bf4d3e9

Browse files
committed
Update config.mts
1 parent 5ae6fe1 commit bf4d3e9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ export default defineConfig({
1616
nav: [
1717
{ text: 'Tutorials', link: '/tutorials/' },
1818
{ text: 'Guide', link: '/guide/' },
19-
{ text: 'AI-Native', link: '/ai/' },
20-
{ text: 'Protocol', link: '/spec/' },
21-
{ text: 'API Reference', link: '/api/' },
19+
{ text: 'AI Agents', link: '/ai/' },
20+
{
21+
text: 'Reference',
22+
items: [
23+
{ text: 'Protocol Spec (YAML)', link: '/spec/' },
24+
{ text: 'Node.js SDK', link: '/api/' },
25+
]
26+
},
2227
],
2328

2429
// Sidebar Configuration

0 commit comments

Comments
 (0)