Add SQLite store self hosted guide (#100)

This commit is contained in:
Yury Gargay
2023-10-09 14:38:41 +02:00
committed by GitHub
parent 721fa38944
commit eb5e4abcb6
3 changed files with 78 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ 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'},
{ title: 'Supported IdPs', href: '/selfhosted/identity-providers' },
],
},