Updated docs to be more clear about to diferentiate on installing the NetBird client versus self-hosted deployment (#352)

* Update NavigationDocs.jsx to be more clear about installing the NetBird client

I've seen several people get very confused about setting up NetBird in terms of self-hosting when this is the first thing they see on the docs. Reminds me of the problem with 'Plex Media Server' versus 'Plex' with a lot of people installing the server on their computer instead of the client software.

* Update installation.mdx

* Update getting-started.mdx
This commit is contained in:
Hammy Havoc
2025-05-28 23:35:38 +01:00
committed by GitHub
parent b7e90e2334
commit 78838af530
3 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export const docsNavigation = [
title: 'GET STARTED',
links: [
{ title: 'Quickstart Guide', href: '/how-to/getting-started' },
{title: 'Install NetBird', href: '/how-to/installation' },
{title: 'Install NetBird (Client)', href: '/how-to/installation' },
{ title: 'CLI', href: '/how-to/cli' },
/* { title: 'Update NetBird', href: '/how-to/enforce-periodic-user-authentication' },*/