From ca2766c2a146bec5393cc12b0a52340b66829c23 Mon Sep 17 00:00:00 2001 From: Belhassen Chelbi Date: Mon, 16 Jul 2018 14:58:26 +0100 Subject: [PATCH 1/2] Add DEV Community's Jekyll tag to community page (#7139) Merge pull request 7139 --- docs/help/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/help/index.md b/docs/help/index.md index abc7ea2a..4d0c126b 100644 --- a/docs/help/index.md +++ b/docs/help/index.md @@ -43,6 +43,10 @@ Known breaking changes are listed in the upgrading docs. Watch videos from members of the Jekyll community speak about interesting use cases, tricks they've learned or meta Jekyll topics. +### The Dev community + +[DEV’s jekyll tag](https://dev.to/t/jekyll) is a place to share Jekyll projects, articles and tutorials as well as start discussions and ask for feedback on Jekyll-related topics. Developers of all skill-levels are welcome to take part. + ### [Google](https://www.google.com/?q=jekyll) Add **jekyll** to almost any query, and you'll find just what you need. From 707e48a41272796378f094d5e33612b023c45c9d Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Mon, 16 Jul 2018 09:58:28 -0400 Subject: [PATCH 2/2] Update history to reflect merge of #7139 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 939e2a56..c2277cee 100644 --- a/History.markdown +++ b/History.markdown @@ -35,6 +35,7 @@ * Add the jekyll-firstimage filter plugin (#7127) * Use a real theme in the example (#7125) * Update docs about post creation (#7138) + * Add DEV Community's Jekyll tag to community page (#7139) ### Minor Enhancements