mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
Change how-to-guides order
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 54 KiB |
@@ -20,15 +20,15 @@ export const docsNavigation = [
|
|||||||
links: [
|
links: [
|
||||||
{ title: 'Getting started', href: '/how-to/getting-started' },
|
{ title: 'Getting started', href: '/how-to/getting-started' },
|
||||||
{ title: 'Installation', href: '/how-to/installation' },
|
{ title: 'Installation', href: '/how-to/installation' },
|
||||||
|
{ title: 'Add machines to your network', href: '/how-to/add-machines-to-your-network' },
|
||||||
|
{ title: 'Add users to your network', href: '/how-to/add-users-to-your-network' },
|
||||||
{ title: 'Use setup keys for automation', href: '/how-to/register-machines-using-setup-keys' },
|
{ title: 'Use setup keys for automation', href: '/how-to/register-machines-using-setup-keys' },
|
||||||
{ title: 'Manage network access', href: '/how-to/manage-network-access' },
|
{ title: 'Manage network access', href: '/how-to/manage-network-access' },
|
||||||
{ title: 'Add users to your network', href: '/how-to/add-users-to-your-network' },
|
|
||||||
{ title: 'Add machines to your network', href: '/how-to/add-machines-to-your-network' },
|
|
||||||
{ title: 'Access NetBird API', href: '/how-to/access-netbird-public-api' },
|
|
||||||
{ title: 'Enforce periodic authentication', href: '/how-to/enforce-periodic-user-authentication' },
|
{ title: 'Enforce periodic authentication', href: '/how-to/enforce-periodic-user-authentication' },
|
||||||
{ title: 'Monitor system and network activity', href: '/how-to/monitor-system-and-network-activity' },
|
|
||||||
{ title: 'Route traffic to private networks', href: '/how-to/routing-traffic-to-private-networks' },
|
{ title: 'Route traffic to private networks', href: '/how-to/routing-traffic-to-private-networks' },
|
||||||
{ title: 'Manage DNS in your network', href: '/how-to/manage-dns-in-your-network' },
|
{ title: 'Manage DNS in your network', href: '/how-to/manage-dns-in-your-network' },
|
||||||
|
{ title: 'Monitor system and network activity', href: '/how-to/monitor-system-and-network-activity' },
|
||||||
|
{ title: 'Access NetBird API', href: '/how-to/access-netbird-public-api' },
|
||||||
{ title: 'Examples', href: '/how-to/examples' },
|
{ title: 'Examples', href: '/how-to/examples' },
|
||||||
{ title: 'CLI', href: '/how-to/cli' },
|
{ title: 'CLI', href: '/how-to/cli' },
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user