From 378c8e0e9b10253d694f52084f2a92be28cd8827 Mon Sep 17 00:00:00 2001 From: benhalpern Date: Tue, 23 Feb 2021 10:34:19 -0500 Subject: [PATCH] Add DEV Community links --- notes/NewSiteArchitecture.md | 1 + src/components/Footer/index.tsx | 4 ++++ src/content/community/Community-Resources.md | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/notes/NewSiteArchitecture.md b/notes/NewSiteArchitecture.md index fb5bed0d79..f3321fc0a3 100644 --- a/notes/NewSiteArchitecture.md +++ b/notes/NewSiteArchitecture.md @@ -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 diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index b5defcbcf3..717b4d0a6c 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -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/", diff --git a/src/content/community/Community-Resources.md b/src/content/community/Community-Resources.md index d927da9b82..4e829d87d0 100644 --- a/src/content/community/Community-Resources.md +++ b/src/content/community/Community-Resources.md @@ -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.