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

Commit

Permalink
docs: use submodule to store docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Feb 15, 2018
1 parent 8492034 commit 0e25ac7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .esdoc.json
Expand Up @@ -20,9 +20,10 @@
"manual": {
"index": "./README.md",
"globalIndex": true,
"asset": "./docsrc/manual/asset",
"asset": "./ghpages/assets/",
"files": [
"./docsrc/CHANGELOG.md"
"./README.md",
"./CHANGELOG.md"
]
}
}
Expand Down
11 changes: 10 additions & 1 deletion docsrc/CHANGELOG.md → CHANGELOG.md
@@ -1,8 +1,17 @@
<a name="Unreleased"></a>
# Unreleased (2018-02-15)

* docs: add git module of ghpages ([8492034](https://github.com/xiazeyu/live2d-widget.js/commit/8492034))
* docs: ghpages ([103b1dc](https://github.com/xiazeyu/live2d-widget.js/commit/103b1dc))



<a name="3.0.4"></a>
## 3.0.4 (2018-02-07)

* 3.0.4 ([d71c60b](https://github.com/xiazeyu/live2d-widget.js/commit/d71c60b))
* docs: migrate documents to live2d-widget.js-doc ([90b9894](https://github.com/xiazeyu/live2d-widget.js/commit/90b9894))
* docs: update CHANGELOG ([9ae492e](https://github.com/xiazeyu/live2d-widget.js/commit/9ae492e))
* 3.0.4 ([d71c60b](https://github.com/xiazeyu/live2d-widget.js/commit/d71c60b))
* build: remove lib from github, rename output file ([efc0f53](https://github.com/xiazeyu/live2d-widget.js/commit/efc0f53))
* build(entry): add entry point in package.json ([b7240fb](https://github.com/xiazeyu/live2d-widget.js/commit/b7240fb))

Expand Down
2 changes: 1 addition & 1 deletion ghpages
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -4,13 +4,14 @@
"main": "./src",
"description": "Add the Sseexxyyy live2d to webpages.",
"scripts": {
"inst:dev": "npm install -g commitizen&&npm install",
"inst:dev": "npm install -g commitizen&npm install",
"build:dev": "webpack --progress --colors",
"build:prod": "webpack --env prod --progress --colors",
"build:doc": "./node_modules/.bin/esdoc",
"commit": "git pull&&git-cz",
"_changelog": "./node_modules/.bin/conventional-changelog -i docsrc/CHANGELOG.md -r 0 -s -u",
"changelog": "git pull&&npm run _changelog&&git add docsrc/CHANGELOG.md",
"build:docs": "git pull&npm run _changelog&git add CHANGELOG.md&npm run deploy:doc&git add ghpages",
"deploy:doc": "npm run _esdoc&cd ghpages/&git status&git add *&git commit -m \"Update docs\"&git push",
"_esdoc": "./node_modules/.bin/esdoc",
"_changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -r 0 -s -u",
"commit": "git pull&git-cz",
"v:major": "npm version major",
"v:pmajor": "npm version premajor",
"v:minor": "npm version minor",
Expand Down

0 comments on commit 0e25ac7

Please sign in to comment.