Skip to content

Commit

Permalink
Merge pull request #103 from netbirdio/hide-sqlite-guid
Browse files Browse the repository at this point in the history
Hide SQLite guide in the navigation bar
  • Loading branch information
surik authored Oct 13, 2023
2 parents eb5e4ab + 4c9ccf6 commit ea9aa57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export const docsNavigation = [
links: [
{ title: 'Quickstart guide', href: '/selfhosted/selfhosted-quickstart' },
{ title: 'Advanced guide', href: '/selfhosted/selfhosted-guide' },
{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'},
// hide the sqlite guid as this is work in progress
//{ title: 'Management SQLite Store', href: '/selfhosted/sqlite-store'},
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
],
},
Expand Down

0 comments on commit ea9aa57

Please sign in to comment.