Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/advanced/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,5 @@ To deploy the project and utilize another party email provider, push the changes
Once the application finishes building, the project will use the new email provider.

:::strapi Custom Provider
If you want to create a custom email provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the Developer Documentation.
If you want to create a custom email provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the CMS Documentation.
:::
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/advanced/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,5 +430,5 @@ To deploy the project and utilize the third-party upload provider, push the chan
Once the application finishes building, the project will use the new upload provider.

:::strapi Custom Provider
If you want to create a custom upload provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the Developer Documentation.
If you want to create a custom upload provider, please refer to the [Providers](/cms/providers#creating-providers) documentation in the CMS Documentation.
:::
6 changes: 2 additions & 4 deletions docusaurus/docs/cloud/getting-started/cloud-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ tags:
- concepts
---

# Strapi Cloud fundamentals
# Strapi Cloud fundamentals <UpdatedBadge />

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.

- **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.
- **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.

- **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.

- **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).

- **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.

- **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.
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/getting-started/deployment-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before you can deploy your Strapi application on Strapi Cloud using the Command

- 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.
- Have a Google, GitHub or GitLab account.
- 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.
- 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.
- Have available storage in your hard drive where the temporary folder of your operating system is stored.
:::

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 @@ tags:
- Strapi Cloud plan
---

# Project deployment with the Cloud dashboard <UpdatedBadge />
# Project deployment with the Cloud dashboard

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

Expand Down