Skip to content

Commit 378c8e0

Browse files
committed
Add DEV Community links
1 parent 9a4c19d commit 378c8e0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

notes/NewSiteArchitecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ This page should serve as a high-level view of what resources are available and
159159

160160
* Links out to:
161161
* Stack Overflow topic
162+
* DEV Community tag
162163
* Slack/Discord channels
163164
* Popular blogs
164165
* Twitter feed

src/components/Footer/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ const getLinks = (sourcePath: string): FooterLinks[] => [
4242
text: "Stack Overflow",
4343
href: "http://stackoverflow.com/questions/tagged/graphql",
4444
},
45+
{
46+
text: "DEV Community",
47+
href: "https://dev.to/t/graphql",
48+
},
4549
{
4650
text: "Facebook Group",
4751
href: "https://www.facebook.com/groups/graphql.community/",

src/content/community/Community-Resources.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ sublinks: Blogs,Videos,Books,More Resources
1111

1212
Many members of the community use Stack Overflow to ask and answer questions. [Read through the existing questions tagged with **graphql** or ask your own!](http://stackoverflow.com/questions/tagged/graphql)
1313

14+
## DEV Community
15+
16+
Members of the community write blog posts and hold discussions on the [DEV GraphQL tag](https://dev.to/t/graphql).
17+
1418
## Facebook Group
1519

1620
Join the [GraphQL Facebook Group](https://www.facebook.com/groups/graphql.community/) sharing and discovering new content. The GraphQL Facebook group is the preferred venue for announcements and broader discussion.

0 commit comments

Comments
 (0)