We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed1fe1 commit 314f830Copy full SHA for 314f830
1 file changed
docs/.vitepress/config.ts
@@ -38,11 +38,16 @@ export default defineConfig({
38
{ text: 'Getting Started', link: '/guide/getting-started' },
39
{ text: 'CLI', link: '/guide/cli' },
40
{ text: 'Database & Modeling', link: '/guide/database-modeling' },
41
- { text: 'Express Runtime Interaction', link: '/guide/express-runtime' },
42
- { text: 'H3 Runtime Interaction', link: '/guide/h3-runtime' },
43
{ text: 'API Reference', link: '/api' },
44
]
45
},
+ {
+ text: 'Runtime Interaction',
46
+ items: [
47
+ { text: 'Express', link: '/guide/express-runtime' },
48
+ { text: 'H3', link: '/guide/h3-runtime' },
49
+ ]
50
+ },
51
{
52
text: 'Architecture',
53
items: [
0 commit comments