Skip to content

Commit c9e43aa

Browse files
committed
Use the nativescript theme by default for api-ref
1 parent 7950422 commit c9e43aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ module.exports = function(grunt) {
405405
"module": 'commonjs',
406406
"target": 'es5',
407407
"out": '<%= grunt.option("out") || localCfg.outApiRefDir %>',
408-
"theme": '<%= grunt.option("theme") || "default" %>',
408+
"theme": '<%= grunt.option("theme") || "./node_modules/nativescript-typedoc-theme" %>',
409409
"name": 'NativeScript',
410410
"includeDeclarations": undefined,
411411
"experimentalDecorators": undefined,

0 commit comments

Comments
 (0)