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" },