Skip to content

Commit d7f4b83

Browse files
committed
Add small improvements to Strapi Cloud documentation
1 parent 4f885df commit d7f4b83

File tree

1 file changed

+12
-11
lines changed
  • docs/developer-docs/latest/setup-deployment-guides/deployment

1 file changed

+12
-11
lines changed

docs/developer-docs/latest/setup-deployment-guides/deployment/strapi-cloud.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Strapi Cloud Deployment - Strapi Developer Docs
3+
sidebarDepth: 3
34
description: Learn how to deploy your Strapi application on Strapi Cloud.
45
canonicalUrl: https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment/strapi-cloud.html
56
---
@@ -34,40 +35,40 @@ The connected repository can contain multiple Strapi applications. Each Strapi a
3435

3536
1. Navigate to the [Strapi Cloud](https://cloud.strapi.io) login page.
3637

37-
![Strapi Cloud login page](../assets/deployment/cloud/login.png)
38+
![Strapi Cloud login page](../assets/deployment/cloud/login.png)
3839

3940
2. You are prompted to **Log In with GitHub**. Your Strapi Cloud account is created during this initial login.
4041

4142
3. Once logged in, you will be redirected to the Strapi Cloud **Projects** page. From here you can create your first Strapi Cloud project.
4243

43-
![Strapi Cloud Projects page](../assets/deployment/cloud/projects_empty.png)
44+
![Strapi Cloud Projects page](../assets/deployment/cloud/projects_empty.png)
4445

4546
### Create a project
4647

4748
1. From the **Projects** page, click the **Create Project** button. You are prompted to **Connect with GitHub**.
4849

49-
::: tip
50-
Connect the GitHub account and/or Organizations that own the repository or repositories you want to deploy. This can be different from the account that owns the Strapi Cloud account.
50+
::: tip
51+
Connect the GitHub account and/or Organizations that own the repository or repositories you want to deploy. This can be different from the account that owns the Strapi Cloud account.
5152

52-
You will be redirected to GitHub to authorize Strapi Cloud to access your repository.
53-
:::
53+
You will be redirected to GitHub to authorize Strapi Cloud to access your repository.
54+
:::
5455

5556
2. After granting the required access from GitHub, from the **Projects** page select your desired repository to install Strapi Cloud.
5657

57-
![Project Import - Select Repository](../assets/deployment/cloud/import.png)
58+
![Project Import - Select Repository](../assets/deployment/cloud/import.png)
5859

5960
3. Click **Next** to proceed to the Project Set up page and enter the following information:
6061
* **Project name**: The name of your Strapi app, this is fetched from the repository name but can be edited. It is automatically converted to slug format (`my-strapi-app`).
6162
* **GitHub branch**: The default branch to use for this deployment. This uses the [default branch](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/changing-the-default-branch) of the repository but can be changed via the drop-down.
6263
* **Deploy on push**: When enabled, this will automatically deploy the latest changes from the selected branch. When disabled, you will need to manually deploy the latest changes.
6364

64-
![Project Setup](../assets/deployment/cloud/setup.png)
65+
![Project Setup](../assets/deployment/cloud/setup.png)
6566

6667
4. (**Optional**) Select **Show Advanced Settings** to configure the following options:
6768
* [**Environment variables**](../configurations/optional/environment.md): Environment variables are used to configure your Strapi app.
6869
* **Base directory**: The directory where your Strapi app is located in the repository. This is useful if you have multiple Strapi apps in the same repository or if you have a monorepo.
6970

70-
![Advanced Setup](../assets/deployment/cloud/advanced.png)
71+
![Advanced Setup](../assets/deployment/cloud/advanced.png)
7172

7273
5. Click **Create** to finalize the project creation. An initial deployment is triggered and you are redirected to the **Projects** page.
7374

@@ -118,9 +119,9 @@ Each card displays the following information:
118119

119120
From this page you can also trigger a new deployment and access the application using the corresponding buttons.
120121

121-
## Settings
122+
### Settings
122123

123-
The **Settings** enables you to edit the following details for the project:
124+
The **Settings** tab enables you to edit the following details for the project:
124125

125126
* **Project name**: The name of your Strapi app, used to identify the project on the Cloud Dashboard, Strapi CLI, and deployment URLs.
126127
* **Production branch**: The branch of the linked repository to use for production deployments.

0 commit comments

Comments
 (0)