File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ## Contributing to the Code Page
1
+ # Contributing to the Code Page
2
2
3
3
Hi, thanks for reading the docs!
4
4
5
5
Secondly, we want to provide a really strong overview of all the libraries in the GraphQL eco-system. To make this
6
6
easy for contributors the code page is automatically generated from a series of markdown files in this repo.
7
7
8
8
``` sh
9
- $ tree src/content/ code
10
- src/content/ code
9
+ $ tree src/code
10
+ src/code
11
11
├── language-support
12
12
│ ├── c-c
13
13
│ │ └── tools
@@ -45,7 +45,7 @@ npm: "graphql-http"
45
45
46
46
To run an `graphql-http` hello world server:
47
47
48
- ```bash
48
+ ```sh
49
49
npm install express graphql-http graphql
50
50
```
51
51
@@ -56,7 +56,7 @@ var express = require("express")
56
56
var { createHandler } = require("graphql-http/lib/use/express")
57
57
var { buildSchema } = require("graphql")
58
58
59
- var schema = buildSchema(`
59
+ var schema = buildSchema(/* GraphQL */ `
60
60
type Query {
61
61
hello: String
62
62
}
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ This page should serve as a high-level view of what resources are available and
164
164
- Popular blogs
165
165
- Twitter feed
166
166
- Calendar of upcoming meetups or conference talks related to GraphQL (encourage edits by community)
167
- - Grid of recorded videos about GraphQL (conf talks, etc).
167
+ - Grid of recorded videos about GraphQL (conf talks, etc. ).
168
168
169
169
## Blog
170
170
You can’t perform that action at this time.
0 commit comments