mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00:00
docs: upgrade to tailwind v4, react 19, fuma docs 15 (#1735)
This commit is contained in:
13
docs/lib/source.ts
Normal file
13
docs/lib/source.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { changelogCollection, docs } from "@/.source";
|
||||
import { loader } from "fumadocs-core/source";
|
||||
import { createMDXSource } from "fumadocs-mdx";
|
||||
|
||||
export const source = loader({
|
||||
baseUrl: "/docs",
|
||||
source: docs.toFumadocsSource(),
|
||||
});
|
||||
|
||||
export const changelogs = loader({
|
||||
baseUrl: "/changelogs",
|
||||
source: createMDXSource(changelogCollection),
|
||||
});
|
||||
Reference in New Issue
Block a user