分成三个项目: 手册、常见问题、更新日志
This commit is contained in:
23
Manual/package.json
Normal file
23
Manual/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "WebCAD_Help2/Manual",
|
||||
"version": "1.0.0",
|
||||
"description": "> npm i",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"docsify-cli": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"d": "docsify serve docs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://gitea.cf/cx/WebCAD_Help2.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user