@@ -22,30 +22,38 @@ export function useSidebarConfig() {
2222 { title : 'Installation' , href : '/getting-started/installation' , icon : 'i-solar-download-square-bold' } ,
2323 { title : 'Configuration' , href : '/getting-started/configuration' , icon : 'i-solar-settings-bold' } ,
2424 { title : 'Client Setup' , href : '/getting-started/client-setup' , icon : 'i-solar-monitor-bold' } ,
25- { title : 'Type Augmentation' , href : '/getting-started/type-augmentation' , icon : 'i-solar-code-file-bold' } ,
26- { title : 'Schema Generation' , href : '/getting-started/schema-generation' , icon : 'i-solar-database-bold' } ,
2725 ] ,
2826 } ,
2927 {
3028 title : 'Core Concepts' ,
3129 icon : 'i-solar-book-bookmark-bold' ,
3230 items : [
33- { title : 'How It Works' , href : '/core-concepts /how-it-works' , icon : 'i-solar-lightbulb-bolt-bold' } ,
31+ { title : 'How It Works' , href : '/getting-started /how-it-works' , icon : 'i-solar-lightbulb-bolt-bold' } ,
3432 { title : 'Server Auth' , href : '/core-concepts/server-auth' , icon : 'i-solar-server-bold' } ,
3533 { title : 'Sessions' , href : '/core-concepts/sessions' , icon : 'i-solar-key-bold' } ,
3634 { title : 'Route Protection' , href : '/core-concepts/route-protection' , icon : 'i-solar-shield-check-bold' } ,
37- { title : 'Auto Imports & Aliases ' , href : '/core-concepts/auto-imports-aliases' , icon : 'i-solar-box-bold' } ,
38- { title : 'Security Caveats ' , href : '/core-concepts/security-caveats' , icon : 'i-solar-danger-triangle-bold' } ,
35+ { title : 'Auto Imports' , href : '/core-concepts/auto-imports-aliases' , icon : 'i-solar-box-bold' } ,
36+ { title : 'Security' , href : '/core-concepts/security-caveats' , icon : 'i-solar-danger-triangle-bold' } ,
3937 ] ,
4038 } ,
4139 {
4240 title : 'Guides' ,
4341 icon : 'i-solar-map-bold' ,
4442 items : [
45- { title : 'Role-Based Access' , href : '/guides/role-based-access' , icon : 'i-solar-users-group-rounded-bold' } ,
46- { title : 'API Protection' , href : '/guides/api-protection' , icon : 'i-solar-lock-bold' } ,
43+ { title : 'Custom Database' , href : '/guides/custom-database' , icon : 'i-solar-database-bold' } ,
4744 { title : 'Database-less Mode' , href : '/guides/database-less-mode' , icon : 'i-solar-cloud-bold' } ,
48- { title : 'Migrate from nuxt-auth-utils' , href : '/guides/migrate-from-nuxt-auth-utils' , icon : 'i-solar-transfer-horizontal-bold' } ,
45+ { title : 'OAuth Providers' , href : '/guides/oauth-providers' , icon : 'i-solar-user-id-bold' } ,
46+ { title : 'Role-Based Access' , href : '/guides/role-based-access' , icon : 'i-solar-users-group-rounded-bold' } ,
47+ { title : 'Two-Factor Auth' , href : '/guides/two-factor-auth' , icon : 'i-solar-lock-bold' } ,
48+ { title : 'Testing' , href : '/guides/testing' , icon : 'i-solar-test-tube-bold' } ,
49+ ] ,
50+ } ,
51+ {
52+ title : 'Integrations' ,
53+ icon : 'i-solar-plug-circle-bold' ,
54+ items : [
55+ { title : 'NuxtHub' , href : '/integrations/nuxthub' , icon : 'i-simple-icons-nuxtdotjs' } ,
56+ { title : 'DevTools' , href : '/integrations/devtools' , icon : 'i-solar-tuning-square-bold' } ,
4957 ] ,
5058 } ,
5159 {
0 commit comments