mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
chore: move docs site workspace
This commit is contained in:
parent
0ae9b6effd
commit
a46563bb01
52 changed files with 3 additions and 3 deletions
7
docs-site/lib/source.ts
Normal file
7
docs-site/lib/source.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { docs } from "@/.source";
|
||||
import { loader } from "fumadocs-core/source";
|
||||
|
||||
export const source = loader({
|
||||
source: docs.toFumadocsSource(),
|
||||
baseUrl: "/docs",
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue