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 735eac9 commit daade70Copy full SHA for daade70
website/theme.config.tsx
@@ -6,7 +6,7 @@ export default {
6
titleSuffix: ` – ${SITE_NAME}`,
7
projectLink: 'https://github.com/dotansimha/graphql-code-generator', // GitHub link in the navbar
8
github: null,
9
- docsRepositoryBase: 'https://github.com/dotansimha/graphql-code-generator/blob/master/website', // base URL for the docs repository
+ docsRepositoryBase: 'https://github.com/dotansimha/graphql-code-generator/tree/master/website/src/pages', // base URL for the docs repository
10
nextLinks: true,
11
prevLinks: true,
12
search: null,
0 commit comments