From f1d8fa9999331f9631b628c78e198003b3a47c6d Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Wed, 18 Oct 2023 14:38:58 -0400 Subject: [PATCH] chore: add 2.0 announcement banner --- docs/getting-started/what-is-payload.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/what-is-payload.mdx b/docs/getting-started/what-is-payload.mdx index 9f0d552231..3b8ba8ab3b 100644 --- a/docs/getting-started/what-is-payload.mdx +++ b/docs/getting-started/what-is-payload.mdx @@ -11,19 +11,23 @@ keywords: documentation, getting started, guide, Content Management System, cms, title="Payload Introduction - Closing the Gap Between Headless CMS and Application Frameworks" /> +Payload is a headless CMS and application framework. It's meant to provide a massive boost to your +development process, but importantly, stay out of your way as your apps get more complex. + - Payload is a headless CMS and application framework. It’s meant to provide a massive boost to your - development process, but importantly, stay out of your way as your apps get more complex. + Payload 2.0 has been released! +
+ Includes Postgres support, Live Preview, Lexical Editor, and more. Read the announcement.
Out of the box, Payload gives you a lot of the things that you often need when developing a new website, web app, or native app: -- A MongoDB database to store your data +- A database to store your data (Postgres and MongoDB supported) - A way to store, retrieve, and manipulate data of any shape via full REST and GraphQL APIs - Authentication—complete with commonly required functionality like registration, email verification, login, & password reset - Deep access control to your data, based on document or field-level functions - File storage and access control -- A beautiful admin UI that’s generated specifically to suit your data +- A beautiful admin UI that's generated specifically to suit your data ## What does "headless" mean?