@@ -73,12 +73,13 @@ export default defineConfig({
7373
7474function nav ( ) : DefaultTheme . NavItem [ ] {
7575 return [
76+ { text : 'Guide' , link : '/guide/packages-selection' } ,
7677 { text : 'Reference' , link : '/reference/configuration' } ,
7778 { text : 'v2024.1' ,
7879 items : [
7980 { text : 'v2020.4' , link : '/news/2023-10-07' } ,
8081 { text : 'News' , link : '/news' } ,
81- { text : 'Changelog' , link : 'https://github.com/libremesh/lime-packages/tree/master/CHANGELOG.md ' } ,
82+ { text : 'Changelog' , link : 'changelog ' } ,
8283 { text : 'Issues' , link : 'https://github.com/libremesh/lime-packages/issues' } ,
8384 ]
8485 } ,
@@ -97,7 +98,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
9798 ]
9899 } ,
99100 {
100- text : 'User Guide' ,
101+ text : 'Usage Guide' ,
101102 collapsed : false ,
102103 items : [
103104 { text : 'Connecting to the router' , link : '/guide/connecting' } ,
@@ -113,19 +114,26 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
113114 collapsed : true ,
114115 items : [
115116 { text : 'Build methods' , link : '/build/' } ,
116- { text : 'Imagebuilder' , link : '/build/imagebuilder' } ,
117+ { text : 'ImageBuilder' , link : '/build/imagebuilder' } ,
118+ { text : 'lime-sdk' , link : '/build/lime-sdk' } ,
117119 { text : 'Buildroot' , link : '/build/buildroot' }
118120 ] }
119121 ]
120122 } ,
123+ { text : 'Configuration & Reference' , link : '/reference/configuration' } ,
121124 {
122- text : 'Developer Guide' ,
125+ text : 'Development Guide' ,
123126 collapsed : false ,
124127 items : [
125128 { text : 'Testing Guide' , link : '/development/testing' } ,
126129 { text : 'Run LibreMesh on QEMU' , link : '/development/virtualizing' } ,
127- { text : 'Hacking' , link : '/development/hacking' } ,
128- { text : 'Contributing to lime-packages' , link : '/development/contributing' }
130+ { text : 'Hacking' ,
131+ link : '/development/hacking' ,
132+ collapsed : true ,
133+ items : [
134+ { text : 'Kernel Vermagic' , link : '/development/kernel_vermagic' }
135+ ] } ,
136+ { text : 'Contributing to lime-packages' , link : '/development/contributing' } ,
129137 ]
130138 } ,
131139 {
@@ -188,18 +196,22 @@ function sidebarReference(): DefaultTheme.SidebarItem[] {
188196 { text : 'Network options' , link : 'network/' , items : [
189197 { text : 'Protocols list' , link : 'network/protocols-list' } ,
190198 { text : 'Protocols options' , link : 'network/protocols-options' } ,
191- { text : 'Interface specific' , link : 'network/interface-specific' } ,
199+ { text : 'Interface specific options ' , link : 'network/interface-specific' } ,
192200 ] } ,
193- { text : 'Wifi ' , link : 'wifi' , items : [
194- { text : 'Band specific' , link : 'wifi#wifi- band-specific-options' } ,
195- { text : 'Interface specific' , link : 'wifi#wifi-interface-specific-options ' } ,
201+ { text : 'WiFi options ' , link : 'wifi' , items : [
202+ { text : 'Band specific options ' , link : 'wifi/ band-specific-options' } ,
203+ { text : 'Interface specific options ' , link : 'wifi/interface_specific ' } ,
196204 { text : 'Client mode' , link : 'wifi#wifi-client-mode' } ,
197205 { text : 'Backbone AP' , link : 'wifi#wifi-backbone-ap' } ,
198206 ] } ,
199- { text : 'Generic UCI configs' , link : 'openwrt_configs' } ,
200- { text : 'BGP' , link : 'bgp' } ,
201- { text : 'Ground Routing' , link : 'wifi' } ,
202- { text : 'Watchcat' , link : 'watchcat' }
207+ { text : 'Generic UCI configs' , link : 'generic_config' } ,
208+ { text : 'Hardware detection' ,
209+ link : 'hardware_detection' ,
210+ items : [
211+ { text : 'Ground Routing' , link : 'hardware_detection/ground_routing' } ,
212+ { text : 'Watchcat' , link : 'hardware_detection/watchcat' }
213+ ]
214+ } ,
203215 ] }
204216 ]
205217 }
0 commit comments