AUTOMAA Docs 是一个基于 VitePress 构建的文档站点,提供 AUTO_MAA 项目的详细使用说明。
📌 技术栈:
- VitePress - 轻量级静态文档生成器
- TypeScript - 提供类型安全
- GitHub Pages - 托管静态页面
确保你的机器上安装了 Node.js (>=18.x),然后运行:
npm install # 或者使用 pnpm install / yarn install
npm run docs:dev # 或 pnpm run docs:dev / yarn docs:dev
访问 http://localhost:5173/
预览文档。
npm run docs:build # 或 pnpm run docs:build / yarn docs:build
静态文件将生成到 .vitepress/dist/
目录。
npm run docs:preview # 或 pnpm run docs:preview / yarn docs:preview
欢迎贡献你的改进!
- Fork 本仓库
- 创建分支
git checkout -b feature/my-new-feature
- 提交修改
git commit -m "feat: 添加新功能"
- 推送分支
git push origin feature/my-new-feature
- 创建 Pull Request
本项目采用 MIT License 许可。