We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361231d commit e5d09b3Copy full SHA for e5d09b3
docs/.vitepress/config.ts
@@ -136,15 +136,6 @@ export default defineConfig({
136
// },
137
],
138
},
139
- {
140
- text: 'API',
141
- items: [
142
143
- text: 'API Reference',
144
- link: '/api/',
145
- },
146
- ],
147
148
{
149
text: 'Cookbook',
150
items: [
@@ -162,6 +153,15 @@ export default defineConfig({
162
153
163
154
164
155
156
+ {
157
+ text: 'API',
158
+ items: [
159
160
+ text: 'API Reference',
161
+ link: '/api/',
+ },
+ ],
165
166
167
0 commit comments