Skip to content

Commit 8eed90b

Browse files
authored
docs: upgrade to docusaurus 3.9 (#623)
## 📝 Description Upgrade Docusaurus to 3.9. This will allow us to keep up with Docusaurus for our docs and take advantage of new features. Changes: - Updated docusaurus to 3.9 on packages.json - Updated docusuaurus.config.js options Fixes: #341 ## ✅ Checklist - [X] I have tested this change - [ ] This change requires documentation update
1 parent fc80d28 commit 8eed90b

File tree

4 files changed

+2421
-1594
lines changed

4 files changed

+2421
-1594
lines changed

docs/docusaurus.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ const config = {
2323
],
2424
markdown: {
2525
mermaid: true,
26+
hooks: {
27+
onBrokenMarkdownLinks: 'warn',
28+
onBrokenMarkdownImages: 'throw',
29+
}
2630
},
2731

2832
// Production url of your site here
@@ -37,7 +41,6 @@ const config = {
3741
projectName: 'semaphore',
3842

3943
onBrokenLinks: 'throw',
40-
onBrokenMarkdownLinks: 'warn',
4144

4245
i18n: {
4346
defaultLocale: 'en',

0 commit comments

Comments
 (0)