We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799a5e7 commit bae3c75Copy full SHA for bae3c75
2 files changed
docusaurus.config.js
@@ -10,7 +10,11 @@ const config = {
10
url: 'https://graphql-java.com',
11
baseUrl: '/',
12
onBrokenLinks: 'throw',
13
- onBrokenMarkdownLinks: 'warn',
+ markdown: {
14
+ hooks: {
15
+ onBrokenMarkdownLinks: 'warn',
16
+ },
17
18
favicon: 'img/favicon.ico',
19
organizationName: 'graphql-java', // Usually your GitHub org/user name.
20
projectName: 'graphql-java-page', // Usually your repo name.
versioned_sidebars/version-v25-sidebars.json
@@ -1,5 +1,5 @@
1
{
2
- "version-v25/tutorialSidebar": [
+ "tutorialSidebar": [
3
4
"type": "autogenerated",
5
"dirName": "."
0 commit comments