Skip to content

Commit

Permalink
Fix missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Mar 13, 2024
1 parent 126bc96 commit f037751
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
links: [
Expand All @@ -131,6 +140,7 @@ 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' },
],


Expand Down

0 comments on commit f037751

Please sign in to comment.