Skip to content

Commit

Permalink
Hide SQLite guide in the navigation bar
Browse files Browse the repository at this point in the history
As this is work in progress
  • Loading branch information
Yury Gargay committed Oct 13, 2023
1 parent eb5e4ab commit 4c9ccf6
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 4c9ccf6

Please sign in to comment.