Skip to content

Commit

Permalink
update cloud cms version from 4.8.1 to 4.8.2 (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibwashere authored Aug 16, 2023
1 parent 3b3f015 commit dd05b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/advanced/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ While possible, it is not recommended to use an external database with Strapi Cl

:::prerequisites

- A local Strapi project running on `v4.8.1+`.
- A local Strapi project running on `v4.8.2+`.
- Credentials for external database.
- If using an existing database, the schema must match the Strapi project schema.

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a step-by-step guide for deploying your Strapi application on Strapi Clo

Before you can deploy your Strapi application on Strapi Cloud, you need to have the following prerequisites:

* Strapi version `4.8.1` or higher
* Strapi version `4.8.2` or higher
* Database: Project must be compatible with PostgreSQL. Strapi does not support and does not recommend using any external databases, though it's possible to configure one (see [advanced database configuration](/cloud/advanced/database)).
* Project(s) source code hosted on [GitHub](https://github.com)
* The connected repository can contain multiple Strapi applications. Each Strapi app must be in a separate directory.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Strapi Cloud is a managed content platform built on top of Strapi, the leading o

Strapi Cloud enables you to increase your content velocity without having to compromise on customization needs and requirements. Development teams can rely on Strapi Cloud to abstract away the complexity of infrastructure management while keeping your development workflow and extending the core capabilities of Strapi. Content managers can use Strapi Cloud to autonomously manage all types of content and benefit from a complete set of content collaboration, security, and compliance features.

The typical workflow is to create your Strapi (v4.8.1 or later) application locally, extend the application with plugins or custom code, version the application's codebase through GitHub, and deploy the application in seconds with Strapi Cloud (see [deployment and prerequisites](/cloud/getting-started/deployment#prerequisites)).
The typical workflow is to create your Strapi (v4.8.2 or later) application locally, extend the application with plugins or custom code, version the application's codebase through GitHub, and deploy the application in seconds with Strapi Cloud (see [deployment and prerequisites](/cloud/getting-started/deployment#prerequisites)).

## Strapi Community

Expand Down

1 comment on commit dd05b6a

@vercel
Copy link

@vercel vercel bot commented on dd05b6a Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.