Skip to content

Commit 071e220

Browse files
authored
Installation reorganization (#380)
1 parent 8e15add commit 071e220

File tree

8 files changed

+708
-362
lines changed

8 files changed

+708
-362
lines changed

src/components/NavigationDocs.jsx

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,21 @@ export const docsNavigation = [
2929
{
3030
title: 'GET STARTED',
3131
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+
},
4147
{
4248
title: 'MANAGE NETBIRD',
4349
links: [

0 commit comments

Comments
 (0)