@@ -7,7 +7,10 @@ export default defineConfig({
77 head : [ [ 'link' , { rel : 'icon' , href : '/favicon.ico' } ] ] ,
88 themeConfig : {
99 logo : '/logo.svg' ,
10- nav : [ { text : 'Home' , link : '/' } ] ,
10+ nav : [
11+ { text : 'Home' , link : '/' } ,
12+ { text : 'Changelog' , link : '/changelog' } ,
13+ ] ,
1114 sidebar : [
1215 {
1316 text : 'Getting Started' ,
@@ -25,9 +28,21 @@ export default defineConfig({
2528 { text : 'Configuration' , link : '/Configuration' } ,
2629 { text : 'Nix' , link : '/Nix' } ,
2730 { text : 'NixOS' , link : '/NixOS-options' } ,
28- { text : 'Security' , link : '/SECURITY' } ,
29- { text : 'Contributing' , link : '/CONTRIBUTING' } ,
30- { text : 'Changelog' , link : '/CHANGELOG' } ,
31+ {
32+ text : 'Features' ,
33+ items : [
34+ { text : 'Single Sign-On (SSO)' , link : '/features/sso' } ,
35+ { text : 'Headplane Agent / SSH' , link : '/features/agent' } ,
36+ ] ,
37+ } ,
38+ {
39+ text : 'Development' ,
40+ collapsed : true ,
41+ items : [
42+ { text : 'Contributing' , link : '/contributing' } ,
43+ { text : 'Security' , link : '/security' } ,
44+ ] ,
45+ } ,
3146 ] ,
3247 } ,
3348 ] ,
0 commit comments