mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Use the nativescript theme by default for api-ref
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user