@@ -29,15 +29,21 @@ export const docsNavigation = [
29
29
{
30
30
title : 'GET STARTED' ,
31
31
links : [
32
- { title : 'Quickstart Guide' , href : '/how-to/getting-started' } ,
33
- { title : 'Install NetBird' , href : '/how-to/installation' } ,
34
- { title : 'CLI' , href : '/how-to/cli' } ,
35
-
36
- /* { title: 'Update NetBird', href: '/how-to/enforce-periodic-user-authentication' },*/
37
-
38
-
39
- ] ,
40
- } ,
32
+ { title : 'Quickstart Guide' , href : '/how-to/getting-started' } ,
33
+ {
34
+ title : 'Install NetBird' , isOpen : true , href : '/how-to/installation' ,
35
+ links : [
36
+ { title : 'Linux' , href : '/how-to/installation/linux' } ,
37
+ { title : 'Windows' , href : '/how-to/installation/windows' } ,
38
+ { title : 'MacOS' , href : '/how-to/installation/macos' } ,
39
+ { title : 'Docker' , href : '/how-to/installation/docker' } ,
40
+ { title : 'Synology' , href : '/how-to/installation/synology' } ,
41
+ { title : 'Android/iOS' , href : '/how-to/installation/mobile' } ,
42
+ ] ,
43
+ } ,
44
+ { title : 'CLI' , href : '/how-to/cli' } ,
45
+ ] ,
46
+ } ,
41
47
{
42
48
title : 'MANAGE NETBIRD' ,
43
49
links : [
0 commit comments