Add how to add new peers

This commit is contained in:
braginini
2023-05-25 13:54:46 +02:00
parent 9e2a78c7cf
commit 92c77e0c55
7 changed files with 59 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ export const docsNavigation = [
{ 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: '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: 'Monitor system and network activity', href: '/how-to/monitor-system-and-network-activity' },