File tree Expand file tree Collapse file tree 4 files changed +1259
-514
lines changed Expand file tree Collapse file tree 4 files changed +1259
-514
lines changed Original file line number Diff line number Diff line change @@ -1400,7 +1400,7 @@ jobs:
1400
1400
jvm : " zulu:17"
1401
1401
- uses : actions/setup-node@v5
1402
1402
with :
1403
- node-version : 18
1403
+ node-version : 24
1404
1404
- name : Build documentation
1405
1405
run : .github/scripts/build-website.sh
1406
1406
- name : Test documentation
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ module.exports = {
9
9
url : 'https://scala-cli.virtuslab.org/' ,
10
10
baseUrl : '/' ,
11
11
onBrokenLinks : 'throw' ,
12
- onBrokenMarkdownLinks : 'warn' ,
12
+ markdown : {
13
+ hooks : {
14
+ onBrokenMarkdownLinks : 'warn'
15
+ }
16
+ } ,
13
17
favicon : 'img/favicon.ico' ,
14
18
organizationName : 'Virtuslab' ,
15
19
projectName : 'scala-cli' ,
Original file line number Diff line number Diff line change 14
14
"write-heading-ids" : " docusaurus write-heading-ids"
15
15
},
16
16
"dependencies" : {
17
- "@docusaurus/core" : " ^3.8 .1" ,
18
- "@docusaurus/preset-classic" : " ^3.8 .1" ,
17
+ "@docusaurus/core" : " ^3.9 .1" ,
18
+ "@docusaurus/preset-classic" : " ^3.9 .1" ,
19
19
"@easyops-cn/docusaurus-search-local" : " ^0.52.1" ,
20
20
"@mdx-js/react" : " ^3.1.1" ,
21
21
"clsx" : " ^2.1.1" ,
You can’t perform that action at this time.
0 commit comments