@@ -17,6 +17,7 @@ export default defineConfig({
1717 { text : 'Guide' , link : '/guide/' } ,
1818 { text : 'CLI' , link : '/cli/' } ,
1919 { text : 'Templates' , link : '/templates/' } ,
20+ { text : 'Configuration' , link : '/configuration/polyglot-json' } ,
2021 { text : 'Features' , link : '/logs-feature' }
2122 ] ,
2223 sidebar : {
@@ -26,12 +27,18 @@ export default defineConfig({
2627 { text : 'Presets' , link : '/guide/presets' } ,
2728 { text : 'Docker & Compose' , link : '/guide/docker' } ,
2829 { text : 'Extending (New Service)' , link : '/guide/extending-service' } ,
29- { text : 'Service Logs' , link : '/logs-feature' }
30+ { text : 'Service Logs' , link : '/logs-feature' } ,
31+ { text : 'Plugin System' , link : '/plugin-system' } ,
32+ { text : 'Service Controls' , link : '/service-controls-feature' }
3033 ] ,
3134 '/cli/' : [
3235 { text : 'Usage' , link : '/cli/' } ,
36+ { text : 'Admin Dashboard' , link : '/cli/admin' } ,
3337 { text : 'Flags' , link : '/cli/flags' }
3438 ] ,
39+ '/configuration/' : [
40+ { text : 'polyglot.json' , link : '/configuration/polyglot-json' }
41+ ] ,
3542 '/templates/' : [
3643 { text : 'Overview' , link : '/templates/' } ,
3744 { text : 'Node' , link : '/templates/node' } ,
0 commit comments