Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,21 @@ export const docsNavigation = [
{
title: 'GET STARTED',
links: [
{ title: 'Quickstart Guide', href: '/how-to/getting-started' },
{title: 'Install NetBird', href: '/how-to/installation' },
{ title: 'CLI', href: '/how-to/cli' },

/* { title: 'Update NetBird', href: '/how-to/enforce-periodic-user-authentication' },*/


],
},
{ title: 'Quickstart Guide', href: '/how-to/getting-started' },
{
title: 'Install NetBird', isOpen: true, href: '/how-to/installation',
links: [
{ title: 'Linux', href: '/how-to/installation/linux' },
{ title: 'Windows', href: '/how-to/installation/windows' },
{ title: 'MacOS', href: '/how-to/installation/macos' },
{ title: 'Docker', href: '/how-to/installation/docker' },
{ title: 'Synology', href: '/how-to/installation/synology' },
{ title: 'Android/iOS', href: '/how-to/installation/mobile' },
],
},
{ title: 'CLI', href: '/how-to/cli' },
],
},
{
title: 'MANAGE NETBIRD',
links: [
Expand Down
Loading