File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ tags:
1010- hosting server
1111---
1212
13- import DatabaseRequire from '/docs/snippets/database-require.md'
1413import HardwareRequire from '/docs/snippets/hardware-require.md'
1514import OperatingSystemRequire from '/docs/snippets/operating-system-require.md'
1615import 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
5959Deploying databases along with Strapi is covered in the [ databases guide] ( /cms/configurations/database#databases-installation ) .
You can’t perform that action at this time.
0 commit comments