Skip to content

Commit bae3c75

Browse files
committed
Fix Docusaurus v3 sidebar config
1 parent 799a5e7 commit bae3c75

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ const config = {
1010
url: 'https://graphql-java.com',
1111
baseUrl: '/',
1212
onBrokenLinks: 'throw',
13-
onBrokenMarkdownLinks: 'warn',
13+
markdown: {
14+
hooks: {
15+
onBrokenMarkdownLinks: 'warn',
16+
},
17+
},
1418
favicon: 'img/favicon.ico',
1519
organizationName: 'graphql-java', // Usually your GitHub org/user name.
1620
projectName: 'graphql-java-page', // Usually your repo name.

versioned_sidebars/version-v25-sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version-v25/tutorialSidebar": [
2+
"tutorialSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

0 commit comments

Comments
 (0)