mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
10 lines
254 B
TypeScript
10 lines
254 B
TypeScript
import { map } from "@/.map";
|
|
import { createMDXSource } from "fumadocs-mdx";
|
|
import { loader } from "fumadocs-core/source";
|
|
|
|
export const { getPage, getPages, pageTree } = loader({
|
|
baseUrl: "/docs",
|
|
rootDir: "docs",
|
|
source: createMDXSource(map),
|
|
});
|