diff --git a/docs/whatsnew.md b/docs/whatsnew.md new file mode 100644 index 0000000..5973c97 --- /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 want 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 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)!!! + +### Upcoming + +More open source components! 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"] } }