diff --git a/public/docs-static/img/how-to-guides/add-new-peer-empty.png b/public/docs-static/img/how-to-guides/add-new-peer-empty.png index 174e5978..f27c8cd2 100644 Binary files a/public/docs-static/img/how-to-guides/add-new-peer-empty.png and b/public/docs-static/img/how-to-guides/add-new-peer-empty.png differ diff --git a/public/docs-static/img/how-to-guides/peer-list.png b/public/docs-static/img/how-to-guides/peer-list.png index 1d4efd02..cd37091d 100644 Binary files a/public/docs-static/img/how-to-guides/peer-list.png and b/public/docs-static/img/how-to-guides/peer-list.png differ diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 7ede611f..4f134785 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -20,15 +20,15 @@ export const docsNavigation = [ links: [ { title: 'Getting started', href: '/how-to/getting-started' }, { 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: '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' }, { 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: '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: 'CLI', href: '/how-to/cli' }, ],