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 0581285 commit 56f47cdCopy full SHA for 56f47cd
site/_core/HeaderLinks.js
@@ -15,6 +15,7 @@ const links = [
15
{ section: 'spec', text: 'Spec', href: 'https://facebook.github.io/graphql/' },
16
{ section: 'codeofconduct', text: 'Code of Conduct', href: '/codeofconduct/' },
17
{ section: 'foundation', text: 'Foundation', href: 'https://foundation.graphql.org/' },
18
+ { section: 'landscape', text: 'Landscape', href: 'https://l.graphql.org/' },
19
];
20
21
export default ({ section }) =>
0 commit comments