Skip to content
Open
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
35 changes: 35 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -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!
7 changes: 6 additions & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"users": {
"title": "Users",
"sidebar_label": "Users"
},
"whatsnew": {
"title": "Clay Recaps",
"sidebar_label": "Clay Recaps"
}
},
"links": {
Expand All @@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lists",
"users"
],
"Helpful Links": ["glossary"]
"Helpful Links": ["glossary"],
"Fresh Out of the Kiln": ["whatsnew"]
}
}