mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
import { defineConfig, defineDocs } from "fumadocs-mdx/config";
|
|
|
|
export const { docs, meta } = defineDocs({
|
|
dir: "content/docs",
|
|
});
|
|
|
|
export default defineConfig();
|