Skip to content

Commit e5d09b3

Browse files
committed
docs: move api docs down
1 parent 361231d commit e5d09b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/.vitepress/config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,6 @@ export default defineConfig({
136136
// },
137137
],
138138
},
139-
{
140-
text: 'API',
141-
items: [
142-
{
143-
text: 'API Reference',
144-
link: '/api/',
145-
},
146-
],
147-
},
148139
{
149140
text: 'Cookbook',
150141
items: [
@@ -162,6 +153,15 @@ export default defineConfig({
162153
},
163154
],
164155
},
156+
{
157+
text: 'API',
158+
items: [
159+
{
160+
text: 'API Reference',
161+
link: '/api/',
162+
},
163+
],
164+
},
165165
],
166166
},
167167
},

0 commit comments

Comments
 (0)