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

Commit

Permalink
docs: new doc build logic
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Jan 13, 2018
1 parent 3955611 commit a7f1d54
Show file tree
Hide file tree
Showing 31 changed files with 656 additions and 7,679,515 deletions.
10 changes: 9 additions & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"source": "./src",
"destination": "./ghpages/docs",
"excludes": ["\\.core\\.js$"],
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {"enable": false},
"coverage": {"enable": true},
"accessor": {"access": ["public", "protected", "private"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
Expand All @@ -16,6 +16,14 @@
"description": "Add the Sseexxyyy live2d to webpages.",
"repository": "https://github.com/xiazeyu/live2d-widget.js",
"site": "https://github.com/xiazeyu/live2d-widget.js"
},
"manual": {
"index": "./README.md",
"globalIndex": true,
"asset": "./docsrc/manual/asset",
"files": [
"./docsrc/CHANGELOG.md"
]
}
}
},
Expand Down
File renamed without changes.
Loading

0 comments on commit a7f1d54

Please sign in to comment.