Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 498d787

Browse files
committed
docs: update outdated config
1 parent 78d9c3e commit 498d787

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ async function createConfig() {
1212
url: 'https://docs.edgeless.systems',
1313
baseUrl: '/constellation/',
1414
onBrokenLinks: 'throw',
15-
onBrokenMarkdownLinks: 'throw',
1615
onBrokenAnchors: 'throw',
1716
favicon: 'img/favicon.ico',
1817

@@ -41,6 +40,9 @@ async function createConfig() {
4140
// mermaid
4241
markdown: {
4342
mermaid: true,
43+
hooks: {
44+
onBrokenMarkdownLinks: 'throw',
45+
},
4446
},
4547
themes: ['@docusaurus/theme-mermaid'],
4648

docs/versions.json

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
[
22
"2.24",
33
"2.23",
4-
"2.22",
5-
"2.21",
6-
"2.20",
7-
"2.19",
8-
"2.18",
9-
"2.17",
10-
"2.16",
11-
"2.15",
12-
"2.14",
13-
"2.13",
14-
"2.12",
15-
"2.11",
16-
"2.10",
17-
"2.9",
18-
"2.8",
19-
"2.7",
20-
"2.6",
21-
"2.5",
22-
"2.4",
23-
"2.3",
24-
"2.2",
25-
"2.1",
26-
"2.0"
27-
]
4+
"2.22"
5+
]

0 commit comments

Comments
 (0)