Skip to content

Add DEV Community link #1010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions notes/NewSiteArchitecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ This page should serve as a high-level view of what resources are available and

* Links out to:
* Stack Overflow topic
* DEV Community tag
* Slack/Discord channels
* Popular blogs
* Twitter feed
Expand Down
4 changes: 4 additions & 0 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const getLinks = (sourcePath: string): FooterLinks[] => [
text: "Stack Overflow",
href: "http://stackoverflow.com/questions/tagged/graphql",
},
{
text: "DEV Community",
href: "https://dev.to/t/graphql",
},
{
text: "Facebook Group",
href: "https://www.facebook.com/groups/graphql.community/",
Expand Down
4 changes: 4 additions & 0 deletions src/content/community/Community-Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sublinks: Blogs,Videos,Books,More Resources

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)

## DEV Community

Members of the community write blog posts and hold discussions on the [DEV GraphQL tag](https://dev.to/t/graphql).

## Facebook Group

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.
Expand Down