Go to file Use this template
{admin@attacker.club} e15c59af67 add 2023-10-11 10:49:12 +08:00
docs init 2023-10-11 09:54:47 +08:00
.DS_Store init 2023-10-11 09:54:47 +08:00
.gitignore Initial commit 2023-10-10 16:55:18 +00:00
.readthedocs.yaml up 2023-10-11 10:22:07 +08:00
README.md up 2023-10-11 10:13:41 +08:00
conf.py add 2023-10-11 10:44:15 +08:00
mkdocs.yml init 2023-10-11 09:54:47 +08:00
requirements.txt add 2023-10-11 10:49:12 +08:00

README.md

Ezops

可以使用pip命令安装MkDocs

pip3 install mkdocs

初始化项目

git clone https://git.opsx.vip/docs/ezops.git
cd ezops
python3 -m mkdocs new .

启动

pip3 install -r  requirements.txt
mkdocs serve

构建

mkdocs build
mkdocs build clean  # 清理文档残留