Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 892 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 892 Bytes

box3-docs

box3文档

这是一个由AlanBestHacker创建,内容来自社区的第三方 Box3 文档
由于文档内容过时,由qndm继续编写

镜像

该Fork有一个Gitee镜像
由于Gitee Page不可用,你可以手动本地部署

本地部署

  1. 克隆仓库
git clone https://github.com/qndm/box3-docs.git
cd box3-docs

也可使用镜像

git clone https://gitee.com/qndm/box3-docs.git
cd box3-docs
  1. 安装Python,推荐3.10,其他版本应该也能运行
  2. 安装依赖
pip install mkdocs-material
pip install mkdocs-glightbox
pip install mkdocs-material-extensions
pip install mkdocs-minify-plugin
  1. 启动服务器
mkdocs serve

注:编辑文档时建议在之后加上 --dirtyreload 以提升生成速度