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
+4 -3
View File
@@ -1,6 +1,6 @@
import { defineConfig, devices } from "@playwright/test";
const DOCS_PORT = 5173;
const DOCS_PORT = 4173;
export default defineConfig({
testDir: "./tests/e2e-docs",
@@ -22,9 +22,10 @@ export default defineConfig({
},
],
webServer: {
command: "pnpm --filter @snapotter/docs docs:dev",
command:
"pnpm --filter @snapotter/docs docs:build && pnpm --filter @snapotter/docs docs:preview",
port: DOCS_PORT,
reuseExistingServer: !process.env.CI,
timeout: 60_000,
timeout: 120_000,
},
});