We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae6fe1 commit bf4d3e9Copy full SHA for bf4d3e9
docs/.vitepress/config.mts
@@ -16,9 +16,14 @@ export default defineConfig({
16
nav: [
17
{ text: 'Tutorials', link: '/tutorials/' },
18
{ text: 'Guide', link: '/guide/' },
19
- { text: 'AI-Native', link: '/ai/' },
20
- { text: 'Protocol', link: '/spec/' },
21
- { text: 'API Reference', link: '/api/' },
+ { text: 'AI Agents', link: '/ai/' },
+ {
+ text: 'Reference',
22
+ items: [
23
+ { text: 'Protocol Spec (YAML)', link: '/spec/' },
24
+ { text: 'Node.js SDK', link: '/api/' },
25
+ ]
26
+ },
27
],
28
29
// Sidebar Configuration
0 commit comments