mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user