This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 81
81
"react-test-renderer" : " 17.0.2" ,
82
82
"sonarqube-scanner" : " 2.8.1" ,
83
83
"typedoc" : " ^0.22.15" ,
84
+ "typedoc-theme-hierarchy" : " ^1.1.1" ,
84
85
"typescript" : " 4.3.5" ,
85
86
"webpack" : " 5"
86
87
}
Original file line number Diff line number Diff line change 9
9
" react-app-env.d.ts" ,
10
10
" setupTests"
11
11
],
12
- "out" : " docs-td " ,
12
+ "out" : " docs" ,
13
13
"readme" : " README.md" ,
14
14
"entryPointStrategy" : " Expand" ,
15
15
"entryPoints" : [
16
16
" ./src"
17
17
],
18
- "categorizeByGroup" : true
18
+ "categorizeByGroup" : true ,
19
+ "plugin" : [
20
+ " ./node_modules/typedoc-theme-hierarchy/dist/index.js"
21
+ ],
22
+ "theme" : " hierarchy"
19
23
}
Original file line number Diff line number Diff line change @@ -15671,6 +15671,13 @@ typedarray@^0.0.6:
15671
15671
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
15672
15672
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
15673
15673
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
+
15674
15681
typedoc@^0.22.15:
15675
15682
version "0.22.15"
15676
15683
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.15.tgz#c6ad7ed9d017dc2c3a06c9189cb392bd8e2d8c3f"
You can’t perform that action at this time.
0 commit comments