Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
移动文档配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaowFISH committed Apr 16, 2022
1 parent 70874f6 commit 4392dd0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
2 changes: 2 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"docs:type": "typedoc",
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build ."
},
"dependencies": {
"typedoc": "^0.22.15",
"vuepress": "^2.0.0-beta.39"
}
}
6 changes: 6 additions & 0 deletions docs/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "MEJS-Framework 参考",
"entryPoints": ["../src/index.ts"],
"out": "./.vuepress/dist/type",
"cleanOutputDir": false
}
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"scripts": {
"build": "tsc",
"docs": "mkdocs build && typedoc",
"docs:mkdocs": "mkdocs build",
"docs:type": "typedoc"
"docs:mkdocs": "mkdocs build"
},
"dependencies": {
"algebra.js": "^0.2.6",
Expand All @@ -20,7 +19,6 @@
"typescript": "^4.6.3"
},
"devDependencies": {
"tape": "^5.5.2",
"typedoc": "^0.22.15"
"tape": "^5.5.2"
}
}
5 changes: 0 additions & 5 deletions test.d.ts

This file was deleted.

Empty file removed test.ts
Empty file.
6 changes: 0 additions & 6 deletions typedoc.json

This file was deleted.

0 comments on commit 4392dd0

Please sign in to comment.