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.
		
		
		
		
		
			|  | 5 years ago | |
|---|---|---|
| .. | ||
| docs | 5 years ago | |
| src/main/java/com/gitee/sop/doc | 6 years ago | |
| README.md | 7 years ago | |
| pom.xml | 7 years ago | |
| run.sh | 7 years ago | |
| server.js | 7 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即可查看。