From 4c9ccf68d94c0bcb2314b205f8075fdd9624768f Mon Sep 17 00:00:00 2001 From: Yury Gargay Date: Fri, 13 Oct 2023 12:01:58 +0200 Subject: [PATCH] Hide SQLite guide in the navigation bar As this is work in progress --- src/components/NavigationDocs.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 3d010150..7e9a97d3 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -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' }, ], },