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