We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6626bff commit 15920d0Copy full SHA for 15920d0
www/docusaurus.config.js
@@ -8,7 +8,7 @@ module.exports = {
8
tagline: 'A reference implementation of GraphQL for JavaScript',
9
url: 'https://js.graphql.org',
10
baseUrl: '/',
11
- onBrokenLinks: 'throw',
+ onBrokenLinks: 'warn', // temporary need to find a way for typedoc generated docs to work
12
onBrokenMarkdownLinks: 'warn',
13
favicon: 'img/favicon.ico',
14
organizationName: 'graphql', // Usually your GitHub org/user name.
0 commit comments