技术文档 docsify
1、网址
2、特点
- 多语言
- git pages
- 全文检索
- 插件扩展
3、部署
nginx方式:
server { listen 80; server_name your.domain.com; location / { alias /path/to/dir/of/docs/; index index.html; } }
说明:
(1)不需要安装docsify
(2)服务器上只上传docs文件夹即可。
作者:孟繁贵 Email:meng010387@126.com 期待共同进步!