SmartDNS文档仓库,采用mkdocs生成,代码仓包含中文,英文两个版本的文档。
下载文档代码
git clone -b doc https://github.com/pymumu/smartdns.git
安装mkdocs工具:
make install-deps
启动Serve模式验证
make serve
启动English模式验证
make serve-en
浏览器打开http://127.0.0.1:8000
安装markdown lint相关工具清除lint告警。
CC0 License