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

Commit 5378c5a

Browse files
committed
Add plugin rename defaults in doc
1 parent 18e52ef commit 5378c5a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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-plugin-rename-defaults": "^0.5.1",
8485
"typedoc-theme-hierarchy": "^1.1.1",
8586
"typescript": "4.3.5",
8687
"webpack": "5"

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"categorizeByGroup": true,
1919
"plugin": [
20-
"./node_modules/typedoc-theme-hierarchy/dist/index.js"
20+
"./node_modules/typedoc-theme-hierarchy/dist/index.js",
21+
"./node_modules/typedoc-plugin-rename-defaults/dist/index.js"
2122
],
2223
"theme": "hierarchy"
2324
}

yarn.lock

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

15674+
typedoc-plugin-rename-defaults@^0.5.1:
15675+
version "0.5.1"
15676+
resolved "https://registry.yarnpkg.com/typedoc-plugin-rename-defaults/-/typedoc-plugin-rename-defaults-0.5.1.tgz#1a99e1300f4a4ea360881b42f80d14b5ab166dba"
15677+
integrity sha512-1YMk56/LrYV61c3oWYZuua/y5W0Zy/u6gaXZ1iWwxiUXEg9UG/Z83HuFrPT5rMcjlQSxwcVTayWbLStPTz9Aog==
15678+
1567415679
typedoc-theme-hierarchy@^1.1.1:
1567515680
version "1.1.1"
1567615681
resolved "https://registry.yarnpkg.com/typedoc-theme-hierarchy/-/typedoc-theme-hierarchy-1.1.1.tgz#9d919036580463a6e8ec2356ca634ccc4942c790"

0 commit comments

Comments
 (0)