File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,15 @@ const config: Config = {
20
20
projectName : "recode-website" ,
21
21
22
22
onBrokenLinks : "throw" ,
23
+
24
+ // Remove the deprecated option
25
+ // onBrokenMarkdownLinks: "warn",
26
+
27
+ markdown : {
28
+ hooks : {
29
+ onBrokenMarkdownLinks : "warn" ,
30
+ } ,
31
+ } ,
23
32
24
33
// Google Analytics and Theme Scripts
25
34
scripts : [
@@ -242,6 +251,9 @@ const config: Config = {
242
251
243
252
markdown : {
244
253
mermaid : true ,
254
+ hooks : {
255
+ onBrokenMarkdownLinks : "warn" ,
256
+ } ,
245
257
} ,
246
258
247
259
// Keep legacy setting until fully migrated to v4
Original file line number Diff line number Diff line change 58
58
"vanilla-tilt" : " ^1.8.1"
59
59
},
60
60
"devDependencies" : {
61
- "@docusaurus/module-type-aliases" : " ^ 3.9.1" ,
61
+ "@docusaurus/module-type-aliases" : " 3.9.1" ,
62
62
"@docusaurus/tsconfig" : " ^3.9.1" ,
63
- "@docusaurus/types" : " ^ 3.9.1" ,
63
+ "@docusaurus/types" : " 3.9.1" ,
64
64
"@tailwindcss/postcss" : " ^4.1.4" ,
65
65
"@types/canvas-confetti" : " ^1.9.0" ,
66
66
"@types/react" : " ^19.1.9" ,
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ const contributionSections: ContributionSection[] = [
33
33
'Read about how to propose new features, collaborate on pull requests, and review peer code.'
34
34
] ,
35
35
links : [
36
- { text : 'GitHub' , url : 'https://github.com/recodehive' } ,
37
- { text : 'GitLab ' , url : 'https://gitlab .com' }
36
+ { text : 'GitHub' , url : 'https://github.com/recodehive?view_as=public ' } ,
37
+ { text : 'Join our organization ' , url : 'https://github .com/recodehive/Support/issues/new?assignees=&labels=invite+me+to+the+community&projects=&template=invitation.yml&title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization ' }
38
38
] ,
39
39
color : '#8b5cf6'
40
40
} ,
You can’t perform that action at this time.
0 commit comments