Skip to content

Commit 95e62ec

Browse files
author
Jove Zhong
committed
update libs and migerate to v4 config item
1 parent 42dc117 commit 95e62ec

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ const config = {
1010
future: {
1111
v4: true,
1212
},
13+
markdown: {
14+
hooks: {
15+
onBrokenMarkdownLinks: "warn",
16+
},
17+
},
1318
title: "Timeplus",
1419
tagline: "Simple, powerful, cost-efficient stream processing",
1520
url: "https://docs.timeplus.com/",
1621
baseUrl: "/",
1722
onBrokenLinks: "warn", // SHOULD BE throw
1823
onBrokenAnchors: "warn",
19-
onBrokenMarkdownLinks: "warn",
24+
// onBrokenMarkdownLinks: "warn", moved to `markdown.hooks.onBrokenMarkdownLinks`
2025
favicon: "img/favicon.ico",
2126
organizationName: "timeplus-io", // Usually your GitHub org/user name.
2227
projectName: "docs", // Usually your repo name.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@docusaurus/tsconfig": "3.8.1",
4444
"@docusaurus/types": "3.8.1",
4545
"@types/react": "^19.1.9",
46-
"typescript": "~5.8.3"
46+
"typescript": "~5.9.2"
4747
},
4848
"resolutions": {
4949
"@docusaurus/utils": "https://github.com/algolia/docsearch/releases/download/v4.0.0-beta.4/docusaurus-utils-3.8.1.tgz",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11764,10 +11764,10 @@ typedarray-to-buffer@^3.1.5:
1176411764
dependencies:
1176511765
is-typedarray "^1.0.0"
1176611766

11767-
typescript@~5.8.3:
11768-
version "5.8.3"
11769-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
11770-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
11767+
typescript@~5.9.2:
11768+
version "5.9.2"
11769+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
11770+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1177111771

1177211772
ufo@^1.5.4:
1177311773
version "1.5.4"

0 commit comments

Comments
 (0)