Qexo 文档站点 | Qexo Documentation Site
这是 Qexo 的官方文档站点,使用 VitePress 构建。Qexo 是一个美观、强大的在线静态博客管理器,不只是一个编辑器。
- 📚 完整的中英文文档
- 🎨 基于 VitePress 的现代化文档体验
- 🔍 集成 DocSearch 搜索功能
- 💬 支持评论系统
- 📱 响应式设计
# 克隆仓库
git clone https://github.com/Qexo/wiki.git
cd wiki
# 安装依赖
npm install
# 或
yarn install
# 启动开发服务器
npm run dev
# 或
yarn dev# 构建文档
npm run build
# 或
yarn build
# 预览构建结果
npm run serve
# 或
yarn servedocs/
├── index.md # 首页
├── start.md # 快速开始
├── configs/ # 配置文档
│ ├── onepush.md
│ ├── provider.md
│ ├── statistic.md
│ ├── upload.md
│ └── vercel.md
├── exts/ # 扩展功能
│ ├── custom.md
│ ├── flinks.md
│ ├── statistic.md
│ └── talks.md
├── practice/ # 实践教程
│ ├── abbrlink.md
│ └── smms.md
├── start/ # 入门指南
│ ├── build.md
│ ├── questions.md
│ └── update.md
├── dev/ # 开发文档
│ ├── api.md
│ └── thanks.md
└── en/ # English docs
└── ...
欢迎贡献文档内容!如果您发现文档中的问题或想要改进文档,请:
- Fork 本仓库
- 创建您的特性分支 (
git checkout -b feature/AmazingDoc) - 提交您的更改 (
git commit -m 'Add some AmazingDoc') - 推送到分支 (
git push origin feature/AmazingDoc) - 创建一个 Pull Request
文档由 洪墨AI 提供智能助手服务