快速开始
docs/ 目录下的 Markdown 文件会被渲染为静态页面。
运行开发环境
bun run dev --dir=docs
构建生产版本
bun run build --dir=docs
目录建议
docs/
config.json
index.md
guide/
getting-started.md
configuration.mdx docs/ 目录下的 Markdown 文件会被渲染为静态页面。
bun run dev --dir=docs
bun run build --dir=docs
docs/
config.json
index.md
guide/
getting-started.md
configuration.mdx