Add Cloud Marketplaces section, reorganize self-hosted docs, clean up redirects (#760)

* Add marketplace section with Vultr

* Add Images and Self-Hosted Restructure

* Organize self-hosted pages

* Clean up redirects
This commit is contained in:
Brandon Hopkins
2026-05-19 07:55:43 -07:00
committed by GitHub
parent 6dc4724fa2
commit 8ab98eff17
19 changed files with 188 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ export const docsNavigation = [
href: '/about-netbird/self-hosted-vs-cloud',
},
{
title: 'Understanding NAT and Connectivity',
title: 'NAT and Connectivity',
href: '/about-netbird/understanding-nat-and-connectivity',
},
{
@@ -513,13 +513,21 @@ export const docsNavigation = [
links: [
{ title: 'Quickstart Guide', href: '/selfhosted/selfhosted-quickstart' },
{ title: 'Automated Setup', href: '/selfhosted/automated-setup' },
{
title: 'Cloud Marketplaces',
isOpen: false,
links: [
{ title: 'Overview', href: '/selfhosted/marketplaces' },
{ title: 'Vultr', href: '/selfhosted/marketplaces/vultr' },
],
},
{
title: 'Maintenance',
isOpen: false,
links: [
{
title: 'Configuration Files',
href: '/selfhosted/configuration-files',
href: '/selfhosted/maintenance/configuration-files',
},
{
title: 'Scaling Your Deployment',
@@ -550,19 +558,19 @@ export const docsNavigation = [
{ title: 'Reverse Proxy', href: '/selfhosted/reverse-proxy' },
{
title: 'Management SQLite Store',
href: '/selfhosted/sqlite-store',
href: '/selfhosted/maintenance/sqlite-store',
},
{
title: 'Management Postgres Store',
href: '/selfhosted/postgres-store',
href: '/selfhosted/maintenance/postgres-store',
},
{
title: 'Activity Events Postgres Store',
href: '/selfhosted/activity-postgres-store',
href: '/selfhosted/maintenance/activity-postgres-store',
},
{
title: 'Management Geolocation Database',
href: '/selfhosted/geo-support',
title: 'Geolocation Database',
href: '/selfhosted/maintenance/geo-support',
},
{
title: 'CrowdSec IP Reputation',