We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15111f commit 797eb01Copy full SHA for 797eb01
www/docusaurus.config.js
@@ -15,7 +15,7 @@ module.exports = {
15
projectName: 'graphql-js', // Usually your repo name.
16
themeConfig: {
17
navbar: {
18
- title: 'grahql-js',
+ title: 'graphql-js',
19
logo: {
20
alt: 'GraphQL Logo',
21
src: 'img/logo.svg',
@@ -33,7 +33,7 @@ module.exports = {
33
position: 'right',
34
},
35
{
36
- // to: 'api/graphql-js', // for now https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/6
+ to: 'api/graphql-js',
37
to: 'api',
38
label: 'API',
39
position: 'left',
0 commit comments