Skip to content

Commit 44893e8

Browse files
committed
chore: update Docusaurus to v3.9.1 and adjust dependencies versions
1 parent e2e6274 commit 44893e8

File tree

3 files changed

+1484
-914
lines changed

3 files changed

+1484
-914
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ const config: Config = {
1616
baseUrl: '/',
1717
onBrokenLinks: 'throw',
1818
favicon: 'img/favicon.svg',
19-
onBrokenMarkdownLinks: 'warn',
19+
markdown: {
20+
hooks: {
21+
onBrokenMarkdownLinks: 'warn',
22+
},
23+
},
2024
organizationName: 'Tolgee',
2125
projectName: 'Tolgee',
2226
themes: ['docusaurus-theme-openapi-docs'],

0 commit comments

Comments
 (0)