mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
Merge pull request #103 from netbirdio/hide-sqlite-guid
Hide SQLite guide in the navigation bar
This commit is contained in:
@@ -38,7 +38,8 @@ export const docsNavigation = [
|
|||||||
links: [
|
links: [
|
||||||
{ title: 'Quickstart guide', href: '/selfhosted/selfhosted-quickstart' },
|
{ title: 'Quickstart guide', href: '/selfhosted/selfhosted-quickstart' },
|
||||||
{ title: 'Advanced guide', href: '/selfhosted/selfhosted-guide' },
|
{ 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' },
|
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user