Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited44ef3

Browse files
committed
Rearrange header links
1 parent1ca61fd commited44ef3

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
exportdefault({ 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-
<ahref="/blog">GraphQLTeam Blog</a>
85-
<ahref="http://facebook.github.io/graphql/"target="_blank"rel="noopener noreferrer">Read the Spec</a>
86-
<ahref="https://github.com/graphql"target="_blank"rel="noopener noreferrer">GitHub</a>
84+
<ahref="https://facebook.github.io/graphql/"target="_blank"rel="noopener noreferrer">GraphQLSpecification</a>
85+
<ahref="https://foundation.graphql.org/"target="_blank"rel="noopener noreferrer">GraphQL Foundation</a>
86+
<ahref="https://github.com/graphql"target="_blank"rel="noopener noreferrer">GraphQLGitHub</a>
8787
{page&&<ahref={'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)

[8]ページ先頭

©2009-2025 Movatter.jp