From 0b90c62dae560e34b77719d25ca85c3d3db4dcb5 Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Mon, 8 Jun 2026 17:48:48 +0800 Subject: [PATCH] docs: add security page to docs sidebar --- apps/docs/.vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/.vitepress/config.mts b/apps/docs/.vitepress/config.mts index 52a8f48d..31173df5 100644 --- a/apps/docs/.vitepress/config.mts +++ b/apps/docs/.vitepress/config.mts @@ -109,6 +109,7 @@ export default defineConfig({ { text: "OIDC / SSO", link: "/guide/oidc" }, { text: "Database", link: "/guide/database" }, { text: "Deployment", link: "/guide/deployment" }, + { text: "Security & Hardening", link: "/guide/security" }, { text: "Supported Formats", link: "/guide/supported-formats" }, { text: "Hardware requirements", link: "/guide/deployment#hardware-requirements" }, { text: "Docker tags", link: "/guide/docker-tags" },