Skip to content

Commit

Permalink
Move public API to Manage NetBird
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Mar 13, 2024
1 parent f037751 commit a7d0a1b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ export const docsNavigation = [

]
},

{
title: 'Public API',
isOpen: false,
links: [
{ title: 'Access public API', href: '/how-to/access-netbird-public-api' },

]
},
],

},
Expand All @@ -123,15 +132,6 @@ export const docsNavigation = [


},
{
title: 'PUBLIC API',
links: [
{ title: 'Access public API', href: '/how-to/access-netbird-public-api' },

],


},
{
title: 'SELF-HOST NETBIRD',
links: [
Expand Down

0 comments on commit a7d0a1b

Please sign in to comment.