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 b26123b commit 37e3394Copy full SHA for 37e3394
website/siteConfig.js
@@ -69,6 +69,9 @@ const siteConfig = {
69
// You may provide arbitrary config keys to be used as needed by your
70
// template. For example, if you need your repo's URL...
71
repoUrl: 'https://github.com/ExpediaGroup/graphql-kotlin',
72
+
73
+ // URL for editing docs, usage example: editUrl + 'en/doc1.md'
74
+ editUrl: 'https://github.com/ExpediaGroup/graphql-kotlin/tree/master/docs'
75
};
76
77
module.exports = siteConfig;
0 commit comments