Skip to content

Commit

Permalink
docs: fix sidebar link (#1600)
Browse files Browse the repository at this point in the history
Fix #1585
  • Loading branch information
luc122c authored Jan 27, 2025
1 parent 6410213 commit b32fa09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@ function sidebarApi(): SidebarGroup {
text: 'API Reference',
items: [
{ text: 'Package List', link: '/api/' },
{ text: 'nuxt-vuefire', link: '/api/modules/nuxt_vuefire.html' },
{
text: 'nuxt-vuefire',
link: '/api/modules/packages_nuxt_src_module.html',
},
{ text: 'vuefire', link: '/api/modules/vuefire.html' },
],
}
Expand Down

0 comments on commit b32fa09

Please sign in to comment.