From 599acec2f77a9257a8ffee0f3437fdfaab300ea6 Mon Sep 17 00:00:00 2001 From: Amelvis Franco Date: Tue, 19 Mar 2019 14:05:07 -0400 Subject: [PATCH 1/4] add what's new to clay docs --- docs/whatsnew.md | 35 +++++++++++++++++++++++++++++++++++ website/i18n/en.json | 7 ++++++- website/sidebars.json | 3 ++- 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 docs/whatsnew.md diff --git a/docs/whatsnew.md b/docs/whatsnew.md new file mode 100644 index 0000000..2f36623 --- /dev/null +++ b/docs/whatsnew.md @@ -0,0 +1,35 @@ +--- +id: whatsnew +title: Clay Recaps +sidebar_label: Clay Recaps +--- + +# What's Heating! + +Since the beginning of this year Clay Platform team have been working on a couple of things and we wanted to share them with you. + +Here a few of our favorites: + +### Clay Docs + +We finally have Clay Documentation in one place. + +### Clay Starter + +[Clay Starter](https://github.com/clay/clay-starter/) is the starting point where you can grasp the capabilities of Clay CMS in a friendly environment that is flexible enough to adapt to your needs. + +### Pyxis + +Pyxis is an Asset Management System built in NodeJs that uses Sharp for fast image processing. + +### Amphora Authentication + +A module to offer autenthication in Clay. + +### New in the Tribe + +Our platform team is growing! We are happy to have two new developers in our Team . We Welcome you [Scott](https://github.com/scottnash) and [James](https://github.com/james-owen)!!! + +### Upcoming + +More open source compments! diff --git a/website/i18n/en.json b/website/i18n/en.json index e8889be..4ff35ba 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -40,6 +40,10 @@ "users": { "title": "Users", "sidebar_label": "Users" + }, + "whatsnew": { + "title": "Clay Recaps", + "sidebar_label": "Clay Recaps" } }, "links": { @@ -49,7 +53,8 @@ "categories": { "Getting Started": "Getting Started", "Clay Data Structures": "Clay Data Structures", - "Helpful Links": "Helpful Links" + "Helpful Links": "Helpful Links", + "Fresh Out of the Kiln": "Fresh Out of the Kiln" } }, "pages-strings": { diff --git a/website/sidebars.json b/website/sidebars.json index 0d289a6..eb255fd 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -12,6 +12,7 @@ "lists", "users" ], - "Helpful Links": ["glossary"] + "Helpful Links": ["glossary"], + "Fresh Out of the Kiln": ["whatsnew"] } } From 68450c07fab2e5c194c95da1204d2039ab3c1e8a Mon Sep 17 00:00:00 2001 From: Amelvis Franco Date: Tue, 19 Mar 2019 14:15:55 -0400 Subject: [PATCH 2/4] Update whatsnew.md --- docs/whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index 2f36623..1c76b39 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -32,4 +32,4 @@ Our platform team is growing! We are happy to have two new developers in our Tea ### Upcoming -More open source compments! +More open source components! From 9a76cebd51090703c7cce2898927ea85c6ad22ce Mon Sep 17 00:00:00 2001 From: Amelvis Franco Date: Tue, 19 Mar 2019 15:14:27 -0400 Subject: [PATCH 3/4] Fixing PR comments --- docs/whatsnew.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index 2f36623..a32861c 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -24,12 +24,12 @@ Pyxis is an Asset Management System built in NodeJs that uses Sharp for fast ima ### Amphora Authentication -A module to offer autenthication in Clay. +A module to offer authentication in Clay. ### New in the Tribe -Our platform team is growing! We are happy to have two new developers in our Team . We Welcome you [Scott](https://github.com/scottnash) and [James](https://github.com/james-owen)!!! +Our platform team is growing! We are happy to have two new developers in our Team. We Welcome you [Scott](https://github.com/scottnash) and [James](https://github.com/james-owen)!!! ### Upcoming -More open source compments! +More open source components! From 87a75a0a146fa495b8f5623bfec50a18171f34eb Mon Sep 17 00:00:00 2001 From: Amelvis Franco Date: Tue, 19 Mar 2019 16:36:33 -0400 Subject: [PATCH 4/4] apply Oscar's feedback --- docs/whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index a32861c..5973c97 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -6,7 +6,7 @@ sidebar_label: Clay Recaps # What's Heating! -Since the beginning of this year Clay Platform team have been working on a couple of things and we wanted to share them with you. +Since the beginning of this year, Clay Platform team have been working on a couple of things and we want to share them with you. Here a few of our favorites: