mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +00:00
Fix missing links
This commit is contained in:
@@ -123,6 +123,15 @@ export const docsNavigation = [
|
|||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'PUBLIC API',
|
||||||
|
links: [
|
||||||
|
{ title: 'Access public API', href: '/how-to/access-netbird-public-api' },
|
||||||
|
|
||||||
|
],
|
||||||
|
|
||||||
|
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'SELF-HOST NETBIRD',
|
title: 'SELF-HOST NETBIRD',
|
||||||
links: [
|
links: [
|
||||||
@@ -131,6 +140,7 @@ export const docsNavigation = [
|
|||||||
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'},
|
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'},
|
||||||
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
|
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
|
||||||
{ title: 'Management Geolocation', href: '/selfhosted/geo-support' },
|
{ title: 'Management Geolocation', href: '/selfhosted/geo-support' },
|
||||||
|
{ title: 'Troubleshooting', href: '/selfhosted/troubleshooting' },
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user