Use the nativescript theme by default for api-ref

This commit is contained in:
Erjan Gavalji
2016-06-14 10:37:11 +03:00
parent 7950422100
commit c9e43aa7e7

View File

@@ -405,7 +405,7 @@ module.exports = function(grunt) {
"module": 'commonjs',
"target": 'es5',
"out": '<%= grunt.option("out") || localCfg.outApiRefDir %>',
"theme": '<%= grunt.option("theme") || "default" %>',
"theme": '<%= grunt.option("theme") || "./node_modules/nativescript-typedoc-theme" %>',
"name": 'NativeScript',
"includeDeclarations": undefined,
"experimentalDecorators": undefined,