@@ -3,21 +3,26 @@ import { defineConfig } from 'vitepress';
33export default defineConfig ( {
44 title : 'Headplane' ,
55 description : 'The missing dashboard for Headscale' ,
6- ignoreDeadLinks : [ '/docs/Integrated-Mode' , '/docs/Simple-Mode' ] ,
76 cleanUrls : true ,
87 head : [ [ 'link' , { rel : 'icon' , href : '/favicon.ico' } ] ] ,
98 themeConfig : {
109 logo : '/logo.svg' ,
1110 nav : [ { text : 'Home' , link : '/' } ] ,
1211 sidebar : [
1312 {
14- text : 'Chapters ' ,
13+ text : 'Getting Started ' ,
1514 items : [
16- { text : 'Getting Started' , link : '/README' } ,
15+ { text : 'What is Headplane?' , link : '/introduction' } ,
16+ {
17+ text : 'Installation' ,
18+ link : '/install' ,
19+ items : [
20+ { text : 'Limited Mode' , link : '/install/limited-mode' } ,
21+ { text : 'Native Mode' , link : '/install/native-mode' } ,
22+ { text : 'Docker' , link : '/install/docker' } ,
23+ ] ,
24+ } ,
1725 { text : 'Configuration' , link : '/Configuration' } ,
18- { text : 'Bare-Metal Mode' , link : '/Bare-Metal' } ,
19- { text : 'Integrated Mode' , link : '/Integrated-Mode' } ,
20- { text : 'Simple Mode' , link : '/Simple-Mode' } ,
2126 { text : 'Nix' , link : '/Nix' } ,
2227 { text : 'NixOS' , link : '/NixOS-options' } ,
2328 { text : 'Security' , link : '/SECURITY' } ,
0 commit comments