diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index ee3f1d4e..797f6f3a 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -131,10 +131,20 @@ export const docsNavigation = [ { title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'}, { title: 'Supported IdPs', href: '/selfhosted/identity-providers' }, { title: 'Management Geolocation', href: '/selfhosted/geo-support' }, + { title: 'Troubleshooting', href: '/selfhosted/troubleshooting' }, ], }, + { + title: 'PUBLIC API', + links: [ + { title: 'NetBird API', href: '/how-to/access-netbird-public-api' }, + + ], + + + }, { title: 'GET MORE HELP',