Move configuration files up the menu (#571)

This commit is contained in:
Misha Bragin
2026-01-23 00:17:45 +01:00
committed by GitHub
parent ac7b74a467
commit 906e6c88bd

View File

@@ -291,6 +291,7 @@ export const docsNavigation = [
title: 'SELF-HOST NETBIRD',
links: [
{ title: 'Quickstart Guide', href: '/selfhosted/selfhosted-quickstart' },
{ title: 'Configuration Files', href: '/selfhosted/configuration-files' },
{
title: 'Authentication',
isOpen: true,
@@ -324,7 +325,6 @@ export const docsNavigation = [
},
{ title: 'Reverse Proxy', href: '/selfhosted/reverse-proxy' },
{ title: 'Advanced Guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Configuration Files', href: '/selfhosted/configuration-files' },
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store' },
{ title: 'Management Postgres Store', href: '/selfhosted/postgres-store' },
{ title: 'Activity Events Postgres Store', href: '/selfhosted/activity-postgres-store' },