Skip to content

2322222223/geektime-docs

 
 

Repository files navigation

极客时间文档

极客时间 markdown & pdf 文档


markdown 文档

git clone https://github.com/uaxe/geektime-docs.git  --depth 1

pip install mkdocs-material

cd geektime-docs/后端-架构/说透中台/

mkdocs serve

浏览器访问:http://127.0.0.1:8000/

根据markdown文档本地生成pdf文档

查看已经生成校对过的 PDF文档

git clone https://github.com/uaxe/geektime-docs.git

cd geektime-docs

pip install -r requirements.txt

# -i 参数是你需要生成pdf课程的目录
python3 main.py pdf -i 后端-架构/etcd实战课 -o 后端-架构/etcd实战课.pdf

# 执行完成后,确认最终的pdf是否正常,尤其关注图片
# 建议对照markdown文档检查,如果有问题,欢迎提交 issue

本项目markdown文档全部由mygeektime生成

About

极客时间 pdf & markdown 文档

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%