Fix docs base URL

This commit is contained in:
Konstantin Wohlwend 2026-05-26 12:46:43 -07:00
parent 2f3e5d0d5a
commit e02ff07515

View File

@ -1,6 +1,6 @@
import docsJson from "../../../../../../docs-mintlify/docs.json";
const DOCS_BASE = "https://docs.stack-auth.com";
const DOCS_BASE = "https://docs.hexclave.com";
type SidebarPage = string | SidebarGroup;
type SidebarGroup = { group: string, root?: string, pages: SidebarPage[] };