Skip to content

Commit

Permalink
Update documents theme
Browse files Browse the repository at this point in the history
  • Loading branch information
soimy committed Feb 25, 2018
1 parent 73772fa commit 728460e
Show file tree
Hide file tree
Showing 11 changed files with 11,059 additions and 2,677 deletions.
2,987 changes: 1,886 additions & 1,101 deletions docs/classes/_timer_.timer.html

Large diffs are not rendered by default.

1,685 changes: 1,253 additions & 432 deletions docs/classes/_timermanager_.timermanager.html

Large diffs are not rendered by default.

1,218 changes: 1,092 additions & 126 deletions docs/globals.html

Large diffs are not rendered by default.

1,183 changes: 1,015 additions & 168 deletions docs/index.html

Large diffs are not rendered by default.

1,158 changes: 991 additions & 167 deletions docs/interfaces/_timer_.timer.eventemitter.eventemitterstatic.html

Large diffs are not rendered by default.

1,134 changes: 979 additions & 155 deletions docs/interfaces/_timer_.timer.eventemitter.listenerfn.html

Large diffs are not rendered by default.

1,058 changes: 943 additions & 115 deletions docs/modules/_index_.html

Large diffs are not rendered by default.

1,088 changes: 958 additions & 130 deletions docs/modules/_timer_.html

Large diffs are not rendered by default.

1,135 changes: 983 additions & 152 deletions docs/modules/_timer_.timer.eventemitter.html

Large diffs are not rendered by default.

1,088 changes: 958 additions & 130 deletions docs/modules/_timermanager_.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean:doc": "rimraf docs",
"clean:all": "rimraf dist docs",
"build": "npm run clean && webpack --config webpack.config.js --display 'verbose' --progress",
"build:doc": "typedoc --out docs/ src/ && touch docs/.nojekyll",
"build:doc": "npm run clean:doc && typedoc --theme minimal --out docs/ src/ && touch docs/.nojekyll",
"build:all": "npm run clean:all && npm run build && npm run build:doc",
"test": "mocha --require ts-node/register --reporter spec test/**/*.ts",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec --timeout 30000 test/**/*.ts"
Expand Down

0 comments on commit 728460e

Please sign in to comment.