You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tanghc
2d8948fd5a
|
4 years ago | |
---|---|---|
.. | ||
docs | 4 years ago | |
src/main/java/com/gitee/sop/doc | 5 years ago | |
.gitignore | 4 years ago | |
README.md | 6 years ago | |
pom.xml | 4 years ago | |
run.sh | 6 years ago | |
server.js | 6 years ago |
README.md
开发文档
文档放在docs/files下,写完文档记得执行下SidebarTest.main()
方法
配合gitee pages服务使用,gitee pages服务指定docs目录。
本地查看开发文档
- 前提:先安装好npm,npm安装教程。建议使用淘宝镜像。
- 安装docsify,执行npm命令
npm i docsify-cli -g --registry=https://registry.npm.taobao.org
- cd到当前目录,运行命令
docsify serve docs
,然后访问:http://localhost:3000
即可查看。