We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fc8ad commit 6e540beCopy full SHA for 6e540be
gruntfile.js
@@ -19,6 +19,7 @@ module.exports = function (grunt) {
19
out: 'dist',
20
name: 'TypeDoc API Documentation',
21
hideGenerator: true,
22
+ entryPoint: 'td',
23
readme: 'none',
24
gaID: 'UA-53674298-1',
25
gaSite: 'typedoc.io',
package.json
@@ -29,6 +29,6 @@
29
"grunt-cli": "^0.1.13",
30
"grunt-contrib-copy": "^0.5.0",
31
"grunt-gh-pages": "^0.9.1",
32
- "typedoc": "^0.2"
+ "typedoc": "^0.3.4"
33
}
34
0 commit comments