Skip to content

Commit 0ae7d23

Browse files
committed
build: move to docusarus 3.10
1 parent e5ed066 commit 0ae7d23

3 files changed

Lines changed: 2794 additions & 2646 deletions

File tree

docusaurus.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ const config: Config = {
99
url: 'https://opensource.sourcetoad.com',
1010
baseUrl: '/',
1111
onBrokenLinks: 'throw',
12-
onBrokenMarkdownLinks: 'warn',
1312
future: {
1413
v4: true,
15-
experimental_faster: true,
14+
faster: true,
1615
},
1716
markdown: {
1817
mermaid: true,
18+
hooks: {
19+
onBrokenMarkdownLinks: 'warn'
20+
}
1921
},
2022
themes: [
2123
'@docusaurus/theme-mermaid',

0 commit comments

Comments
 (0)