From 879b5f6a221cbcfc3e718206b38bca9fc84d8ed8 Mon Sep 17 00:00:00 2001 From: Janos Hrubos <33330538+janoshrubos@users.noreply.github.com> Date: Thu, 6 May 2021 17:50:27 +0200 Subject: [PATCH] chore: typedoc api reference theme 1.0.0 (#9379) --- package.json | 1 + tools/scripts/tsconfig.typedoc.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4dfa0f1c8..ef477e25a 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "mocha-typescript": "^1.1.17", "module-alias": "^2.2.2", "nativescript": "~7.2.0", + "nativescript-typedoc-theme": "1.0.0", "parse-css": "git+https://github.com/tabatkins/parse-css.git", "parserlib": "^1.1.1", "prettier": "~2.2.1", diff --git a/tools/scripts/tsconfig.typedoc.json b/tools/scripts/tsconfig.typedoc.json index 710390f31..b0db2bf83 100644 --- a/tools/scripts/tsconfig.typedoc.json +++ b/tools/scripts/tsconfig.typedoc.json @@ -25,7 +25,7 @@ "entryPoints": ["../../packages/core/index.d.ts", "../../packages/core"], "out": "dist/apiref", "name": "NativeScript", - "theme": "/Users/janoshrubosimac/Code/nativescript-typedoc-theme", + "theme": "../../node_modules/nativescript-typedoc-theme", "excludeExternals": true, "externalPattern": "**/+(tns-core-modules|module).d.ts", "exclude": ["../../packages/core/__tests__", "../../packages/core/**/*.ts"]