Skip to content

Commit 41d02f3

Browse files
committed
temp fix for api path
1 parent 77675bb commit 41d02f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ module.exports = {
3333
position: 'right',
3434
},
3535
{
36-
to: 'api/graphql-js',
36+
// to: 'api/graphql-js', // for now https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/6
37+
to: 'api',
3738
label: 'API',
3839
position: 'left',
3940
},

0 commit comments

Comments
 (0)