From c080a33c5d2d89a9ec0fdf77deb722d34055f0e6 Mon Sep 17 00:00:00 2001 From: braginini Date: Thu, 11 May 2023 18:06:27 +0200 Subject: [PATCH] Rename how-tos --- src/components/NavigationDocs.jsx | 14 +++++++------- ...ess-token.mdx => access-netbird-public-api.mdx} | 0 ...cess-to-peers.mdx => manage-network-access.mdx} | 0 ....mdx => register-machines-using-setup-keys.mdx} | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename src/pages/docs/how-to/{use-service-users-with-access-token.mdx => access-netbird-public-api.mdx} (100%) rename src/pages/docs/how-to/{restrict-access-to-peers.mdx => manage-network-access.mdx} (100%) rename src/pages/docs/how-to/{register-peers-using-setup-keys.mdx => register-machines-using-setup-keys.mdx} (100%) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 5d78d830..e74628d1 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -8,8 +8,8 @@ export const docsNavigation = [ { title: 'About NetBird', links: [ - { title: 'Why Wireguard with NetBird?', href: '/docs/about-netbird/why-wireguard-with-netbird' }, - { title: 'How Netbird Works', href: '/docs/about-netbird/how-netbird-works' }, + { title: 'Why WireGuard with NetBird?', href: '/docs/about-netbird/why-wireguard-with-netbird' }, + { title: 'How NetBird works', href: '/docs/about-netbird/how-netbird-works' }, { title: 'NetBird vs. Traditional VPN', href: '/docs/about-netbird/netbird-vs-traditional-vpn' }, { title: 'Other', href: '/docs/about-netbird/other' }, { title: 'FAQ', href: '/docs/about-netbird/faq' }, @@ -19,13 +19,13 @@ export const docsNavigation = [ title: 'How-to', links: [ { title: 'Getting Started', href: '/docs/how-to/getting-started' }, - { title: 'Register peers using setup keys', href: '/docs/how-to/register-peers-using-setup-keys' }, - { title: 'Restrict access to peers', href: '/docs/how-to/restrict-access-to-peers' }, - { title: 'Add Users to your network', href: '/docs/how-to/add-users-to-you-network' }, - { title: 'Use service users with access token', href: '/docs/how-to/use-service-users-with-access-token' }, + { title: 'Use setup keys for automation', href: '/docs/how-to/register-machines-using-setup-keys' }, + { title: 'Manage network access', href: '/docs/how-to/manage-network-access' }, + { title: 'Add users to your network', href: '/docs/how-to/add-users-to-your-network' }, + { title: 'Access NetBird API', href: '/docs/how-to/access-netbird-public-api' }, { title: 'Configure periodic user authentication', href: '/docs/how-to/configure-periodic-user-authentication' }, { title: 'Monitor system and network activity', href: '/docs/how-to/monitor-system-and-network-activity' }, - { title: 'Routing traffic to private networks', href: '/docs/how-to/routing-traffic-to-private-networks' }, + { title: 'Route traffic to private networks', href: '/docs/how-to/routing-traffic-to-private-networks' }, { title: 'Manage DNS in your network', href: '/docs/how-to/manage-dns-in-your-network' }, { title: 'Examples', href: '/docs/how-to/examples' }, { title: 'CLI', href: '/docs/how-to/cli' }, diff --git a/src/pages/docs/how-to/use-service-users-with-access-token.mdx b/src/pages/docs/how-to/access-netbird-public-api.mdx similarity index 100% rename from src/pages/docs/how-to/use-service-users-with-access-token.mdx rename to src/pages/docs/how-to/access-netbird-public-api.mdx diff --git a/src/pages/docs/how-to/restrict-access-to-peers.mdx b/src/pages/docs/how-to/manage-network-access.mdx similarity index 100% rename from src/pages/docs/how-to/restrict-access-to-peers.mdx rename to src/pages/docs/how-to/manage-network-access.mdx diff --git a/src/pages/docs/how-to/register-peers-using-setup-keys.mdx b/src/pages/docs/how-to/register-machines-using-setup-keys.mdx similarity index 100% rename from src/pages/docs/how-to/register-peers-using-setup-keys.mdx rename to src/pages/docs/how-to/register-machines-using-setup-keys.mdx