Skip to content

Commit ed44ef3

Browse files
committed
Rearrange header links
1 parent 1ca61fd commit ed44ef3

File tree

4 files changed

+3423
-5
lines changed

4 files changed

+3423
-5
lines changed

site/_core/HeaderLinks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const links = [
1212
{ section: 'learn', text: 'Learn', href: '/learn/' },
1313
{ section: 'code', text: 'Code', href: '/code/' },
1414
{ section: 'community', text: 'Community', href: '/community/' },
15-
{ section: 'blog', text: 'Blog', href: '/blog/' },
16-
{ section: 'spec', text: 'Spec', href: 'http://facebook.github.io/graphql/' },
15+
{ section: 'spec', text: 'Spec', href: 'https://facebook.github.io/graphql/' },
16+
{ section: 'foundation', text: 'Foundation', href: 'https://foundation.graphql.org/' },
1717
];
1818

1919
export default ({ section }) =>

site/_core/Site.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ export default ({ page, category, title, section, className, noSearch, children
8181
</div>
8282
<div>
8383
<h5>More</h5>
84-
<a href="/blog">GraphQL Team Blog</a>
85-
<a href="http://facebook.github.io/graphql/" target="_blank" rel="noopener noreferrer">Read the Spec</a>
86-
<a href="https://github.com/graphql" target="_blank" rel="noopener noreferrer">GitHub</a>
84+
<a href="https://facebook.github.io/graphql/" target="_blank" rel="noopener noreferrer">GraphQL Specification</a>
85+
<a href="https://foundation.graphql.org/" target="_blank" rel="noopener noreferrer">GraphQL Foundation</a>
86+
<a href="https://github.com/graphql" target="_blank" rel="noopener noreferrer">GraphQL GitHub</a>
8787
{page && <a href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath} target="_blank" rel="noopener noreferrer">Edit this page &#x270E;</a>}
8888
</div>
8989
</section>

site/community/Community-Resources.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ Join #graphql on the [ReactiFlux Discord](http://join.reactiflux.com/).
5151

5252
Here are a list of notable blog posts to help you better understand GraphQL:
5353

54+
- [GraphQL: A data query language](/blog/graphql-a-query-language/) - Lee Byron
55+
- [Subscriptions in GraphQL and Relay](/blog/subscriptions-in-graphql-and-relay/) - Dan Schafer and Laney Kuenzel
56+
- [Mocking your server is easy with GraphQL](/blog/mocking-with-graphql/) - Jonas Helfer
57+
- [Wrapping a REST API in GraphQL](/blog/rest-api-graphql-wrapper/) - Steven Luscher
58+
- [Leaving technical preview](/blog/production-ready/) - Lee Byron
59+
- [Relicensing the GraphQL specification](https://medium.com/@leeb/relicensing-the-graphql-specification-e7d07a52301b) - Lee Byron
5460
- [GraphQL Introduction](https://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html) - Nick Schrock
5561
- [From REST to GraphQL](https://0x2a.sh/from-rest-to-graphql-b4e95e94c26b#.tag7nzkrb) - Jacob Gillespie
5662
- [GraphQL Explained](https://medium.com/apollo-stack/graphql-explained-5844742f195e#.zdykxos6i) - Jonas Helfer

0 commit comments

Comments
 (0)