mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
feat(docs): add Fumadocs site workspace
This commit is contained in:
parent
cb9ab25456
commit
572d515db0
28 changed files with 3979 additions and 84 deletions
8
docs/next.config.mjs
Normal file
8
docs/next.config.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { createMDX } from "fumadocs-mdx/next";
|
||||
|
||||
const withMDX = createMDX();
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const config = {};
|
||||
|
||||
export default withMDX(config);
|
||||
Loading…
Add table
Add a link
Reference in a new issue