mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-29 19:21:25 +02:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user