mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 18:26:09 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { defineDocs } from "fumadocs-mdx/config"
|
|
|
|
export const docs = defineDocs({
|
|
dir: "content/docs",
|
|
})
|