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
+15
View File
@@ -0,0 +1,15 @@
@font-face {
font-family: "Bricolage Grotesque";
src: url("/fonts/bricolage-grotesque-var.woff2") format("woff2");
font-weight: 200 800;
font-display: swap;
}
:root {
--so-font-heading: "Bricolage Grotesque", var(--vp-font-family-base);
}
.vp-doc h1,
.vp-doc h2,
.vp-doc h3,
.vp-doc h4 {
font-family: var(--so-font-heading);
}