Skip to content

mewcoder/geektime-docs

 
 

Repository files navigation

极客时间文档

极客时间 markdown & pdf 文档


感谢 KonghaYao 提供全文搜索功能

markdown 在线文档

tips: 在线文档支持 PC 浏览器,也支持移动端浏览器

本地部署

docker方式

该方式实现了服务端代理请求图片,解决裂图,放心使用

docker run -d -p 8091:8091 --restart always  --name geektime-docs  zkep/geektime-docs

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

源码方式

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

pip install mkdocs-material

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

mkdocs serve

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

本项目markdown文档全部由 my-geektime 生成

贡献者

About

👏极客时间 pdf & markdown 文档

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 48.8%
  • HTML 28.3%
  • CSS 11.6%
  • JavaScript 10.5%
  • Dockerfile 0.8%