Skip to content

uaxe/dedao-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

得到听书文档

得到听书 markdown 文档


markdown 在线文档

本地部署

docker方式

docker run -d -p 8092:8092 --restart always  --name dedao-docs  zkep/dedao-docs

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

源码方式

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

pip install mkdocs-material

cd dedao-docs

mkdocs serve

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