mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix docs base URL
This commit is contained in:
parent
2f3e5d0d5a
commit
e02ff07515
@ -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[] };
|
||||
|
||||
Loading…
Reference in New Issue
Block a user