Skip to content

Commit 8816e49

Browse files
committed
more
1 parent 18d0632 commit 8816e49

File tree

2 files changed

+58
-52
lines changed

2 files changed

+58
-52
lines changed

website/src/pages/community/contribute.mdx

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6,62 +6,10 @@ description: The following resources describe how GraphQL development processes
66
import { Cards } from "../../components/cards"
77
import {
88
GitHubIcon,
9-
DiscordIcon,
109
GoogleCalendarIcon,
1110
YouTubeIcon,
12-
StarIcon,
13-
CodeIcon,
14-
TextIcon,
1511
} from "../../icons"
1612

17-
## Essential links
18-
19-
<Cards
20-
items={[
21-
{
22-
icon: TextIcon,
23-
title: "The GraphQL Specification",
24-
link: "https://spec.graphql.org",
25-
},
26-
{
27-
icon: CodeIcon,
28-
title: "GraphQL Reference Implementation",
29-
link: "https://graphql.org/code",
30-
},
31-
{
32-
icon: GitHubIcon,
33-
title: "The official GraphQL GitHub org",
34-
link: "https://github.com/graphql",
35-
},
36-
{
37-
icon: DiscordIcon,
38-
title: "The official GraphQL Discord",
39-
link: "https://discord.graphql.org",
40-
},
41-
{
42-
icon: GoogleCalendarIcon,
43-
title: "The GraphQL Project Calendar",
44-
link: "https://calendar.graphql.org",
45-
},
46-
{
47-
icon: GitHubIcon,
48-
title: "GraphQL Specification Membership Agreement",
49-
link: "https://github.com/graphql/graphql-wg/tree/HEAD/membership",
50-
description: "",
51-
},
52-
{
53-
icon: YouTubeIcon,
54-
title: "GraphQL YouTube Channel",
55-
link: "https://youtube.graphql.org",
56-
},
57-
{
58-
icon: <StarIcon className="fill-primary" />,
59-
title: "The GraphQL Community Grant Program",
60-
link: "https://graphql.org/foundation",
61-
},
62-
]}
63-
/>
64-
6513
## Community Grant Program
6614

6715
The [GraphQL Foundation](/foundation) funds a [Community Grant](/foundation/community-grant) program that is administered by the [GraphQL TSC](/community/developers/#technical-governance). The goal of the community grant program is to provide support to individuals working on initiatives that benefit the core technical project and the community at large.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
import { Cards } from "../../../components/cards"
2+
import {
3+
GitHubIcon,
4+
DiscordIcon,
5+
StarIcon,
6+
CodeIcon,
7+
TextIcon,
8+
GoogleCalendarIcon,
9+
YouTubeIcon,
10+
} from "../../../icons"
11+
12+
# Essential Links
13+
14+
<Cards
15+
items={[
16+
{
17+
icon: TextIcon,
18+
title: "The GraphQL Specification",
19+
link: "https://spec.graphql.org",
20+
},
21+
{
22+
icon: CodeIcon,
23+
title: "GraphQL Reference Implementation",
24+
link: "https://graphql.org/code",
25+
},
26+
{
27+
icon: GitHubIcon,
28+
title: "The official GraphQL GitHub org",
29+
link: "https://github.com/graphql",
30+
},
31+
{
32+
icon: DiscordIcon,
33+
title: "The official GraphQL Discord",
34+
link: "https://discord.graphql.org",
35+
},
36+
{
37+
icon: GoogleCalendarIcon,
38+
title: "The GraphQL Project Calendar",
39+
link: "https://calendar.graphql.org",
40+
},
41+
{
42+
icon: GitHubIcon,
43+
title: "GraphQL Specification Membership Agreement",
44+
link: "https://github.com/graphql/graphql-wg/tree/HEAD/membership",
45+
description: "",
46+
},
47+
{
48+
icon: YouTubeIcon,
49+
title: "GraphQL YouTube Channel",
50+
link: "https://youtube.graphql.org",
51+
},
52+
{
53+
icon: <StarIcon className="fill-primary" />,
54+
title: "The GraphQL Community Grant Program",
55+
link: "https://graphql.org/foundation",
56+
},
57+
]}
58+
/>

0 commit comments

Comments
 (0)