From 7a743734cbb69a848357003b849befdf243be8cf Mon Sep 17 00:00:00 2001 From: braginini Date: Wed, 17 May 2023 14:22:34 +0200 Subject: [PATCH] Correct titles --- src/components/NavigationDocs.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index e74628d1..db11f78c 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -10,7 +10,7 @@ export const docsNavigation = [ 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: 'NetBird vs. Traditional VPN', href: '/docs/about-netbird/netbird-vs-traditional-vpn' }, + { 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' }, ], @@ -18,7 +18,7 @@ export const docsNavigation = [ { title: 'How-to', links: [ - { title: 'Getting Started', href: '/docs/how-to/getting-started' }, + { title: 'Getting started', href: '/docs/how-to/getting-started' }, { 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' }, @@ -34,8 +34,8 @@ export const docsNavigation = [ { title: 'Self-Hosted', links: [ - { title: 'Installation Guide', href: '/docs/selfhosted/selfhosted-guide' }, - { title: 'Identity Providers', href: '/docs/selfhosted/identity-providers' }, + { title: 'Installation guide', href: '/docs/selfhosted/selfhosted-guide' }, + { title: 'Supported identity providers (IDPs)', href: '/docs/selfhosted/identity-providers' }, ], },