mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
chore: update typedoc build for api docs generator
This commit is contained in:
@ -27,7 +27,7 @@ extract_apiref() {
|
||||
rm -rf "$APIREF_DIR"
|
||||
|
||||
# npm_install
|
||||
npx typedoc --tsconfig tools/scripts/tsconfig.typedoc.json
|
||||
npx typedoc --tsconfig tsconfig.typedoc.json
|
||||
|
||||
# mv "dist/apiref" "$APIREF_DIR"
|
||||
# archive_dist_dir "api-reference"
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
// "../../packages/core/__tests__",
|
||||
|
||||
"../../packages/core/references.d.ts",
|
||||
"../../packages/core/node_modules",
|
||||
"../../node_modules",
|
||||
"../../packages/core/ui/frame/transition-definitions.android.d.ts",
|
||||
@ -23,7 +22,7 @@
|
||||
],
|
||||
"typedocOptions": {
|
||||
"entryPoints": ["../../packages/core/index.d.ts", "../../packages/core"],
|
||||
"out": "dist/api-reference",
|
||||
"out": "../../dist/api-reference",
|
||||
"name": "NativeScript",
|
||||
"theme": "../../node_modules/nativescript-typedoc-theme",
|
||||
"excludeExternals": true,
|
||||
|
Reference in New Issue
Block a user