Skip to content

Commit be6ea69

Browse files
committed
Merge branch 'next' of github.com:strapi/documentation into next
2 parents ead3b2a + c3f630c commit be6ea69

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

docusaurus/docs/cloud/advanced/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,5 @@ To deploy the project and utilize another party email provider, push the changes
290290
Once the application finishes building, the project will use the new email provider.
291291

292292
:::strapi Custom Provider
293-
If you want to create a custom email provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the Developer Documentation.
293+
If you want to create a custom email provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the CMS Documentation.
294294
:::

docusaurus/docs/cloud/advanced/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,5 @@ To deploy the project and utilize the third-party upload provider, push the chan
430430
Once the application finishes building, the project will use the new upload provider.
431431

432432
:::strapi Custom Provider
433-
If you want to create a custom upload provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the Developer Documentation.
433+
If you want to create a custom upload provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the CMS Documentation.
434434
:::

docusaurus/docs/cloud/getting-started/cloud-fundamentals.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ tags:
88
- concepts
99
---
1010

11-
# Strapi Cloud fundamentals
11+
# Strapi Cloud fundamentals <UpdatedBadge />
1212

1313
Before going any further into this Strapi Cloud documentation, we recommend you to acknowledge the main concepts below. They will help you to understand how Strapi Cloud works, and ensure a smooth Strapi Cloud experience.
1414

15-
- **Hosting Platform** <br/> Strapi Cloud is a hosting platform that allows to deploy already existing Strapi projects created with Strapi CMS (Content Management System). Strapi Cloud is *not* the SaaS (Software as a Service) version of Strapi CMS. Feel free to refer to the [Developer Documentation](https://docs.strapi.io/cms/intro) and [User Guide](https://docs.strapi.io/cms/intro) to learn more about Strapi CMS.
15+
- **Hosting Platform** <br/> Strapi Cloud is a hosting platform that allows to deploy already existing Strapi projects created with Strapi CMS (Content Management System). Strapi Cloud is *not* the SaaS (Software as a Service) version of Strapi CMS. Feel free to refer to the [CMS documentation](https://docs.strapi.io/cms/intro) to learn more about Strapi CMS.
1616

1717
- **Strapi Cloud Pricing Plans** <br/> As a Strapi Cloud user you have the choice between 3 tiers: Essential, Pro and Scale. Depending on the tier, you have access to different functionalities, support and customization options (see [Pricing page](https://strapi.io/pricing-cloud) for more details). In this Strapi Cloud documentation, the <CloudEssentialBadge />, <CloudProBadge />, and <CloudScaleBadge /> badges can be displayed below a section's title to indicate for which tier the feature is available.
1818

19-
- **Strapi CMS Enterprise features** <br/> Some of Strapi features, usually accessible via the Enterprise Edition of Strapi CMS, are included in some Strapi Cloud tiers (see <ExternalLink to="https://strapi.io/pricing-cloud" text="Pricing page"/> and [Information on billing & usage](/cloud/getting-started/usage-billing) for more details). These features, highlighted with an <EnterpriseBadge /> badge, are documented in the [User Guide](https://docs.strapi.io/cms/intro) and the [Developer Documentation](https://docs.strapi.io/cms/intro).
20-
2119
- **Types of Strapi Cloud users** <br/> There can be 2 types of users on a Strapi Cloud project: owners and maintainers. The owner is the one who has created the project and has therefore access to all features and options for the project. Maintainers are users who have been invited to contribute to an already created project by its owner. Maintainers, as documented in the [Collaboration](/cloud/projects/collaboration) page, cannot view and access all features and options from the Strapi Cloud dashboard.
2220

2321
- **Support** <br/> The level of support provided by the Strapi Support team depends on the Strapi Cloud tier you subscribed for. The Essential and Pro tiers include Basic support while the Scale tier includes Standard support. Please refer to the [dedicated support article](https://support.strapi.io/support/solutions/articles/67000680833-what-is-supported-by-the-strapi-team#Not-Supported) for all details regarding support levels.

docusaurus/docs/cloud/getting-started/deployment-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you can deploy your Strapi application on Strapi Cloud using the Command
1919

2020
- Be a first-time Strapi Cloud user: you must never have deployed a project with Strapi Cloud before, and your free trial must still be available.
2121
- Have a Google, GitHub or GitLab account.
22-
- Have an already created Strapi project (see [Installing from CLI in the Developer Documentation](/cms/installation/cli)), stored locally. The project must be less than 100MB.
22+
- Have an already created Strapi project (see [Installing from CLI in the CMS Documentation](/cms/installation/cli)), stored locally. The project must be less than 100MB.
2323
- Have available storage in your hard drive where the temporary folder of your operating system is stored.
2424
:::
2525

docusaurus/docs/cloud/getting-started/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
- Strapi Cloud plan
1515
---
1616

17-
# Project deployment with the Cloud dashboard <UpdatedBadge />
17+
# Project deployment with the Cloud dashboard
1818

1919
This is a step-by-step guide for deploying your project on Strapi Cloud for the first time, using the Cloud dashboard.
2020

0 commit comments

Comments
 (0)