Hide SQLite guide in the navigation bar

As this is work in progress
This commit is contained in:
Yury Gargay
2023-10-13 12:01:58 +02:00
parent eb5e4abcb6
commit 4c9ccf68d9

View File

@@ -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' },
],
},