Skip to content

Commit dd7cdf0

Browse files
committed
chore: up typedoc
1 parent ef96a68 commit dd7cdf0

File tree

4 files changed

+63
-51
lines changed

4 files changed

+63
-51
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@commitlint/config-conventional": "^19.2.2",
5959
"@microsoft/api-extractor": "^7.47.0",
6060
"@mxssfd/core": "5.0.1-beta.1",
61-
"@mxssfd/typedoc-theme": "^1.1.3",
61+
"@mxssfd/typedoc-theme": "^1.1.5",
6262
"@rollup/plugin-json": "^6.1.0",
6363
"@types/babel__generator": "^7.6.8",
6464
"@types/fs-extra": "^11.0.4",
@@ -95,7 +95,7 @@
9595
"semver": "^7.6.2",
9696
"ts-jest": "^29.1.5",
9797
"tslib": "^2.6.3",
98-
"typedoc": "^0.25.13",
98+
"typedoc": "^0.26.2",
9999
"typescript": "~5.4.5",
100100
"typescript-eslint": "^7.13.1"
101101
},

pnpm-lock.yaml

+59-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typedoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"htmlLang": "zh-CN",
3+
"lang": "zh",
44
"includeVersion": true,
55
"plugin": ["@mxssfd/typedoc-theme"],
66
"theme": "my-theme",

typedoc.theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.tsd-generator {
1+
footer {
22
display: none;
33
}

0 commit comments

Comments
 (0)