feat(docs): Two-Doors home, otter-orange brand, Pagefind search, and enterprise SSO/SCIM/roles guides

Docs site redesign: Two-Doors home, otter-orange brand, Pagefind search, enterprise SSO/SCIM/roles guides.
This commit is contained in:
SnapOtter
2026-06-19 18:46:59 +08:00
committed by GitHub
parent 35222249cb
commit 91ac583e87
18 changed files with 1219 additions and 164 deletions
+6
View File
@@ -1,8 +1,14 @@
import DefaultTheme from "vitepress/theme";
import DocsHome from "./DocsHome.vue";
import Layout from "./Layout.vue";
import "./vars.css";
import "./fonts.css";
import "./github-stars.css";
export default {
extends: DefaultTheme,
Layout,
enhanceApp({ app }) {
app.component("DocsHome", DocsHome);
},
};