diff --git a/docs/developer-docs/latest/setup-deployment-guides/deployment.md b/docs/developer-docs/latest/setup-deployment-guides/deployment.md
index b81ec842aa..376bb82761 100644
--- a/docs/developer-docs/latest/setup-deployment-guides/deployment.md
+++ b/docs/developer-docs/latest/setup-deployment-guides/deployment.md
@@ -11,7 +11,7 @@ Strapi provides many deployment options for your project or application. Your St
The following documentation covers how to develop locally with Strapi and deploy Strapi with several common hosting options.
::: callout ☁️ Strapi Cloud
-Don't want to deploy Strapi by yourself? Join the cloud waitlist to soon get access to a platform to easily deploy and host your project.
+Don't want to deploy Strapi by yourself? Join the cloud waitlist to soon get access to a platform to easily deploy and host your project.
:::
::: strapi Community Guides
diff --git a/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md b/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md
index 328e891c9f..9032b3b8be 100644
--- a/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md
+++ b/docs/developer-docs/latest/setup-deployment-guides/installation/cli.md
@@ -14,12 +14,12 @@ Strapi CLI (Command Line Interface) installation scripts are the fastest way to
A database is also required for any Strapi project. Strapi currently supports the following databases:
-| Database | Minimum version |
-| ---------- | --------------- |
-| SQLite | 3 |
-| PostgreSQL | 10 |
-| MySQL | 5.7.8 |
-| MariaDB | 10.2.7 |
+| Database | Minimum | Recommended |
+|------------|---------|-------------|
+| MySQL | 5.7.8 | 8.0 |
+| MariaDB | 10.3 | 10.6 |
+| PostgreSQL | 11.0 | 14.0 |
+| SQLite | 3 | 3 |
::: caution
Strapi v4 does not support MongoDB.
diff --git a/docs/package.json b/docs/package.json
index 963f98e566..72ed6b66c5 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "strapi-docs",
- "version": "4.4.0",
+ "version": "4.4.2",
"main": "index.js",
"scripts": {
"dev": "yarn create:config-file && vuepress dev",