mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #1854 from alg/custom-typedoc-theme
Custom typedoc theme
This commit is contained in:
@@ -453,7 +453,8 @@ module.exports = function(grunt) {
|
|||||||
// 'flag:undefined' will set flags without options.
|
// 'flag:undefined' will set flags without options.
|
||||||
"module": 'commonjs',
|
"module": 'commonjs',
|
||||||
"target": 'es5',
|
"target": 'es5',
|
||||||
"out": localCfg.outApiRefDir,
|
"out": '<%= grunt.option("out") || localCfg.outApiRefDir %>',
|
||||||
|
"theme": '<%= grunt.option("theme") || "default" %>',
|
||||||
//"json": './dist/doc.json',
|
//"json": './dist/doc.json',
|
||||||
"name": 'NativeScript',
|
"name": 'NativeScript',
|
||||||
"includeDeclarations": undefined,
|
"includeDeclarations": undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user