Go to file Use this template
{admin@attacker.club} af5966cae5 init 2023-10-11 09:54:47 +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
README.md init 2023-10-11 09:54:47 +08:00
mkdocs.yml init 2023-10-11 09:54:47 +08:00
readthedocs.yml init 2023-10-11 09:54:47 +08:00
requirements.txt init 2023-10-11 09:54:47 +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