@@ -19,16 +19,19 @@ export default defineConfig({
1919 { text : 'CLI' , link : '/cli/' } ,
2020 { text : 'Templates' , link : '/templates/' } ,
2121 { text : 'Configuration' , link : '/configuration/polyglot-json' } ,
22- { text : 'Features' , link : '/logs-feature' }
22+ { text : 'Features' , link : '/logs-feature' } ,
23+ { text : 'FAQ' , link : '/FAQ' }
2324 ] ,
2425 sidebar : {
2526 '/guide/' : [
2627 { text : 'Introduction' , link : '/guide/' } ,
2728 { text : 'Getting Started' , link : '/guide/getting-started' } ,
2829 { text : 'Presets' , link : '/guide/presets' } ,
2930 { text : 'Docker & Compose' , link : '/guide/docker' } ,
30- { text : 'Extending (New Service)' , link : '/guide/extending-service' } ,
31- { text : 'Frontend Frameworks' , link : '/guide/frontend-frameworks' } ,
31+ { text : 'Extending (New Service)' , link : '/guide/extending-service' } ,
32+ { text : 'Frontend Frameworks' , link : '/guide/frontend-frameworks' } ,
33+ { text : 'Shared Libraries' , link : '/guide/shared-libraries' } ,
34+ { text : 'Troubleshooting' , link : '/guide/troubleshooting' } ,
3235 { text : 'Service Logs' , link : '/logs-feature' } ,
3336 { text : 'Plugin System' , link : '/plugin-system' } ,
3437 { text : 'Service Controls' , link : '/service-controls-feature' } ,
0 commit comments