Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit a7f1d54

Browse files
committed
docs: new doc build logic
1 parent 3955611 commit a7f1d54

31 files changed

+656
-7679515
lines changed

.esdoc.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"source": "./src",
33
"destination": "./ghpages/docs",
4+
"excludes": ["\\.core\\.js$"],
45
"plugins": [
56
{
67
"name": "esdoc-standard-plugin",
78
"option": {
89
"lint": {"enable": false},
910
"coverage": {"enable": true},
10-
"accessor": {"access": ["public", "protected", "private"], "autoPrivate": true},
1111
"undocumentIdentifier": {"enable": true},
1212
"unexportedIdentifier": {"enable": false},
1313
"typeInference": {"enable": true},
@@ -16,6 +16,14 @@
1616
"description": "Add the Sseexxyyy live2d to webpages.",
1717
"repository": "https://github.com/xiazeyu/live2d-widget.js",
1818
"site": "https://github.com/xiazeyu/live2d-widget.js"
19+
},
20+
"manual": {
21+
"index": "./README.md",
22+
"globalIndex": true,
23+
"asset": "./docsrc/manual/asset",
24+
"files": [
25+
"./docsrc/CHANGELOG.md"
26+
]
1927
}
2028
}
2129
},
File renamed without changes.

0 commit comments

Comments
 (0)