# dedao-docs **Repository Path**: prgong/dedao-docs ## Basic Information - **Project Name**: dedao-docs - **Description**: 得到听书 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-15 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 得到听书文档 得到听书 markdown 文档 ---- ### markdown 在线文档 * [github](https://uaxe.github.io/dedao-docs/) * [netlify](https://dedao.netlify.app/) ### 本地部署 #### docker方式 ```shell docker run -d -p 8092:8092 --restart always --name dedao-docs zkep/dedao-docs ``` 浏览器访问: #### 源码方式 ```shell git clone https://github.com/uaxe/dedao-docs.git --depth 1 pip install mkdocs-material cd dedao-docs mkdocs serve ``` 浏览器访问: