Skip to content

Commit 314f830

Browse files
committed
feat: restructure runtime interaction links in the documentation
1 parent 5ed1fe1 commit 314f830

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,16 @@ export default defineConfig({
3838
{ text: 'Getting Started', link: '/guide/getting-started' },
3939
{ text: 'CLI', link: '/guide/cli' },
4040
{ 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' },
4341
{ text: 'API Reference', link: '/api' },
4442
]
4543
},
44+
{
45+
text: 'Runtime Interaction',
46+
items: [
47+
{ text: 'Express', link: '/guide/express-runtime' },
48+
{ text: 'H3', link: '/guide/h3-runtime' },
49+
]
50+
},
4651
{
4752
text: 'Architecture',
4853
items: [

0 commit comments

Comments
 (0)