Add self-hosted guide for setting up geo-supported management (#149)

* Add Geolocation support guide and update navigation

* Expanded geolocation support guide in NetBird documentation

* geo support docs reviewed

---------

Co-authored-by: Julia <julia@netbird.io>
This commit is contained in:
Bethuel Mmbaga
2024-02-28 15:57:00 +03:00
committed by GitHub
parent 7a4b89bb9a
commit 4881cb026e
2 changed files with 61 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ export const docsNavigation = [
{ title: 'Advanced guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'},
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
{ title: 'Management Geolocation', href: '/selfhosted/geo-support' },
{ title: 'Troubleshooting', href: '/selfhosted/troubleshooting' },
],
},