Skip to content

Qexo/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qexo Wiki

License VitePress Build Status

Qexo 文档站点 | Qexo Documentation Site

介绍 | Introduction

这是 Qexo 的官方文档站点,使用 VitePress 构建。Qexo 是一个美观、强大的在线静态博客管理器,不只是一个编辑器。

特色 | Features

  • 📚 完整的中英文文档
  • 🎨 基于 VitePress 的现代化文档体验
  • 🔍 集成 DocSearch 搜索功能
  • 💬 支持评论系统
  • 📱 响应式设计

快速开始 | Quick Start

本地开发

# 克隆仓库
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 serve

文档结构 | Documentation Structure

docs/
├── 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
    └── ...

贡献 | Contributing

欢迎贡献文档内容!如果您发现文档中的问题或想要改进文档,请:

  1. Fork 本仓库
  2. 创建您的特性分支 (git checkout -b feature/AmazingDoc)
  3. 提交您的更改 (git commit -m 'Add some AmazingDoc')
  4. 推送到分支 (git push origin feature/AmazingDoc)
  5. 创建一个 Pull Request

特别感谢 | Special Thanks

文档由 洪墨AI 提供智能助手服务

相关链接 | Links

许可证 | License

GPL 3.0 License

About

在线Wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •