docs: add OIDC setup guide with provider examples

This commit is contained in:
SnapOtter
2026-05-13 19:17:14 +08:00
parent fda4e25296
commit eacdb867ac
2 changed files with 160 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ export default defineConfig({
{ text: "Getting started", link: "/guide/getting-started" },
{ text: "Architecture", link: "/guide/architecture" },
{ text: "Configuration", link: "/guide/configuration" },
{ text: "OIDC / SSO", link: "/guide/oidc" },
{ text: "Database", link: "/guide/database" },
{ text: "Deployment", link: "/guide/deployment" },
{ text: "Supported Formats", link: "/guide/supported-formats" },