@@ -129,7 +129,7 @@ export default defineConfig({
129129
130130 nav : [
131131 { text : 'Guide' , link : '/guide/' } ,
132- { text : 'API' , link : '/api/' } ,
132+ { text : 'API' , link : '/api/' , activeMatch : '^/api/' } ,
133133 {
134134 text : `v${ version } ` ,
135135 items : [
@@ -180,10 +180,6 @@ function sidebarGuide(): SidebarGroup {
180180 text : 'Realtime Data' ,
181181 link : '/guide/realtime-data' ,
182182 } ,
183- {
184- text : 'Options API' ,
185- link : '/guide/options-api-realtime-data' ,
186- } ,
187183 {
188184 text : 'Authentication' ,
189185 link : '/guide/auth' ,
@@ -200,6 +196,10 @@ function sidebarGuide(): SidebarGroup {
200196 text : 'SSR' ,
201197 link : '/guide/ssr' ,
202198 } ,
199+ {
200+ text : 'Options API' ,
201+ link : '/guide/options-api-realtime-data' ,
202+ } ,
203203 // NOTE: hide until it works
204204 // {
205205 // text: 'Querying the database',
@@ -269,12 +269,11 @@ function sidebarCookbook(): SidebarGroup {
269269
270270function sidebarApi ( ) : SidebarGroup {
271271 return {
272- text : 'API' ,
272+ text : 'API Reference ' ,
273273 items : [
274- {
275- text : 'API Reference' ,
276- link : '/api/' ,
277- } ,
274+ { text : 'Package List' , link : '/api/' } ,
275+ { text : 'nuxt-vuefire' , link : '/api/modules/nuxt_vuefire.html' } ,
276+ { text : 'vuefire' , link : '/api/modules/vuefire.html' } ,
278277 ] ,
279278 }
280279}
0 commit comments