Skip to content

Commit f1a4c47

Browse files
authored
Merge pull request #662 from SoumyaEXE/patch-1
fix(docs):
2 parents 04f0044 + bb94dbd commit f1a4c47

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is the all in one place for documentation help regarding How to contribute.
2525

2626
Now, resolve your all doubts and communicate with our all contributors.
2727

28-
[![](https://img.shields.io/badge/Discord-5865F2.svg?style=for-the-badge&logo=Discord&logoColor=white)](https://discord.gg/Yxv9RA3r) [![Follow on LinkedIn](https://img.shields.io/badge/Follow%20on-LinkedIn-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/sanjay-k-v/)
28+
[![](https://img.shields.io/badge/Discord-5865F2.svg?style=for-the-badge&logo=Discord&logoColor=white)](https://discord.gg/Yxv9RA3r) [![Follow Us On LinkedIn](https://img.shields.io/badge/Follow%20on-LinkedIn-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/sanjay-k-v/)
2929

3030

3131
## Getting Started

docusaurus.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@ const config: Config = {
2020
projectName: "recode-website",
2121

2222
onBrokenLinks: "throw",
23-
24-
// Remove the deprecated option
25-
// onBrokenMarkdownLinks: "warn",
26-
27-
markdown: {
28-
hooks: {
29-
onBrokenMarkdownLinks: "warn",
30-
},
31-
},
23+
// onBrokenMarkdownLinks moved to markdown.hooks
3224

3325
// Google Analytics and Theme Scripts
3426
scripts: [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"vanilla-tilt": "^1.8.1"
5959
},
6060
"devDependencies": {
61-
"@docusaurus/module-type-aliases": "3.9.1",
61+
"@docusaurus/module-type-aliases": "^3.9.1",
6262
"@docusaurus/tsconfig": "^3.9.1",
63-
"@docusaurus/types": "3.9.1",
63+
"@docusaurus/types": "^3.9.1",
6464
"@tailwindcss/postcss": "^4.1.4",
6565
"@types/canvas-confetti": "^1.9.0",
6666
"@types/react": "^19.1.9",

0 commit comments

Comments
 (0)