Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 18e52ef

Browse files
committed
add typedoc theme 'hierarchy'
1 parent 2ee00ae commit 18e52ef

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"react-test-renderer": "17.0.2",
8282
"sonarqube-scanner": "2.8.1",
8383
"typedoc": "^0.22.15",
84+
"typedoc-theme-hierarchy": "^1.1.1",
8485
"typescript": "4.3.5",
8586
"webpack": "5"
8687
}

typedoc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@
99
"react-app-env.d.ts",
1010
"setupTests"
1111
],
12-
"out": "docs-td",
12+
"out": "docs",
1313
"readme": "README.md",
1414
"entryPointStrategy": "Expand",
1515
"entryPoints": [
1616
"./src"
1717
],
18-
"categorizeByGroup": true
18+
"categorizeByGroup": true,
19+
"plugin": [
20+
"./node_modules/typedoc-theme-hierarchy/dist/index.js"
21+
],
22+
"theme": "hierarchy"
1923
}

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15671,6 +15671,13 @@ typedarray@^0.0.6:
1567115671
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1567215672
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1567315673

15674+
typedoc-theme-hierarchy@^1.1.1:
15675+
version "1.1.1"
15676+
resolved "https://registry.yarnpkg.com/typedoc-theme-hierarchy/-/typedoc-theme-hierarchy-1.1.1.tgz#9d919036580463a6e8ec2356ca634ccc4942c790"
15677+
integrity sha512-oh1U7NNtiDs1F9gfxVIxpE5pTVcv/2gQTSa03H+mUZEiUKF16VvSm8moqiU4v/4PkYX+5LErdPSirk+0N4O1uw==
15678+
dependencies:
15679+
fs-extra "^10.0.0"
15680+
1567415681
typedoc@^0.22.15:
1567515682
version "0.22.15"
1567615683
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.15.tgz#c6ad7ed9d017dc2c3a06c9189cb392bd8e2d8c3f"

0 commit comments

Comments
 (0)