Skip to content

Commit 30e6f1d

Browse files
authored
Fix inconsistent database requirements (#2976) (#2977)
1 parent e272d27 commit 30e6f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/cms/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ tags:
1010
- hosting server
1111
---
1212

13-
import DatabaseRequire from '/docs/snippets/database-require.md'
1413
import HardwareRequire from '/docs/snippets/hardware-require.md'
1514
import OperatingSystemRequire from '/docs/snippets/operating-system-require.md'
1615
import InstallPrereq from '/docs/snippets/installation-prerequisites.md'
16+
import SupportedDatabases from '/docs/snippets/supported-databases.md'
1717

1818
# Deployment
1919

@@ -53,7 +53,7 @@ To provide the best possible environment for Strapi the following requirements a
5353
<HardwareRequire components={props.components} />
5454

5555
- A supported database version:
56-
<DatabaseRequire components={props.components} />
56+
<SupportedDatabases components={props.components} />
5757

5858
:::strapi Database deployment
5959
Deploying databases along with Strapi is covered in the [databases guide](/cms/configurations/database#databases-installation).

0 commit comments

Comments
 (0)