1、网址

​https://docsify.js.org​

2、特点

  • 多语言
  • git pages
  • 全文检索
  • 插件扩展

 3、部署

nginx方式:



server {
listen 80;
server_name ;

location / {
alias /path/to/dir/of/docs/;
index index.html;
}
}


说明:

(1)不需要安装docsify 

(2)服务器上只上传docs文件夹即可。

 


作者:孟繁贵