Skip to content

Commit fca5a75

Browse files
authored
Merge pull request #164 from AlexaCRM/updateVersion
update packages
2 parents 3168e0d + 69f4ef6 commit fca5a75

File tree

5 files changed

+2234
-1972
lines changed

5 files changed

+2234
-1972
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
cache: npm
2222

2323
- name: Install dependencies

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
cache: npm
2222

2323
- name: Install dependencies

docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ const config: Config = {
2020
trailingSlash: true,
2121

2222
onBrokenLinks: 'warn',
23-
onBrokenMarkdownLinks: 'warn',
23+
markdown: {
24+
hooks: {
25+
onBrokenMarkdownLinks: 'warn',
26+
},
27+
},
2428

2529
// Even if you don't use internationalization, you can use this field to set
2630
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)