Extract quickstart self-hosting t oa separate page (#77)

This commit is contained in:
Misha Bragin
2023-08-04 11:05:21 +02:00
committed by GitHub
parent ff0d3e3cd6
commit cc774de04c
3 changed files with 69 additions and 57 deletions

View File

@@ -36,7 +36,8 @@ export const docsNavigation = [
{
title: 'Self-hosting NetBird',
links: [
{ title: 'Installation guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Quickstart guide', href: '/selfhosted/selfhosted-quickstart' },
{ title: 'Advanced guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
],
},