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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docusaurus/docs/cloud/account/account-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ tags:

import InvoiceStatus from '/docs/snippets/invoices-statuses.md'

# Account billing & invoices
# Account billing & invoices

> Billing details and invoices are managed on the Profile page, where payment methods are updated and invoice history is available.
<br/>

Through the *Profile* page, accessible by clicking on your profile picture on the top right hand corner of the interface then clicking on **Profile**, you can access the [<Icon name="credit-card" /> *Billing*](#account-billing) and [<Icon name="invoice" /> *Invoices*](#account-invoices) tabs.

Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/account/account-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ pagination_next: cloud/account/account-billing

# Profile settings

> Settings of the Profile page include account details, connected accounts, and account deletion options.
<br/>

The *Profile* page enables you to manage your account details and preferences. It is accessible by clicking on your profile picture, on the top right hand corner of the interface, and **Profile**.

There are 3 tabs available in the *Profile* interface: <Icon name="faders" /> [*General*](#general), <Icon name="credit-card" /> *Billing* and <Icon name="invoice" /> Invoices (the last 2 are documented in the [Account billing details](/cloud/account/account-billing) section of this documentation).
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/advanced/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ pagination_next: cloud/advanced/email

# Database

> Default PostgreSQL can be swapped for any supported SQL database by aligning configuration and environment variables.
<br/>

Strapi Cloud provides a pre-configured PostgreSQL database by default. However, you can also configure it to utilize an external SQL database, if needed.

:::prerequisites
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/advanced/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ tags:

# Email Provider

> Third‑party email services integrate through plugins and environment variables to replace the default sender.
<br/>

Strapi Cloud comes with a basic email provider out of the box. However, it can also be configured to utilize another email provider, if needed.

:::caution
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/advanced/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ tags:

# Upload Provider

> External storage like S3 or Cloudinary requires plugin setup, security middleware, and Cloud variables.
<br/>

Strapi Cloud comes with a local upload provider out of the box. However, it can also be configured to utilize a third-party upload provider, if needed.

:::caution
Expand Down
5 changes: 4 additions & 1 deletion docusaurus/docs/cloud/cli/cloud-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ tags:
pagination_next: cloud/advanced/database
---

# Command Line Interface (CLI) <NewBadge />
# Command Line Interface (CLI)

> CLI commands handle login, project deploy, linking, listing, and logout without needing a remote repository.
<br/>

Strapi Cloud comes with a Command Line Interface (CLI) which allows you to log in and out, and to deploy a local project without it having to be hosted on a remote git repository. The CLI works with both the `yarn` and `npm` package managers.

Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/getting-started/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ tags:

# Caching & Performance

> Edge caching via Cache-Control headers reduces latency and server load for heavy static content.
<br/>

For Strapi Cloud applications with large amounts of cacheable content, such as images, videos, and other static assets, enabling CDN (Content Delivery Network) caching via the <ExternalLink to="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control" text="`Cache-control` header"/> can help improve application performance.

CDN caching can help improve application performance in a few ways:
Expand Down
2 changes: 2 additions & 0 deletions docusaurus/docs/cloud/projects/collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ tags:

# Collaboration on projects

> Project owners invite maintainers through the Share button, manage pending invitations, and revoke access.
<br/>

Projects are created by a user via their Strapi Cloud account. Strapi Cloud users can share their projects to anyone else, so these new users can have access to the project dashboard and collaborate on that project, without the project owner to ever have to share their credentials.

Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/projects/deploys-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ tags:

# Deployment history and logs {#deploy-history-and-logs}

> Deployments tab lists every build with status and allows deep inspection of build and runtime logs.
<br/>

For each Strapi Cloud project, you can access the history of all deployments that occurred and their details including build and deployment logs. This information is available in the *Deployments* tab.

## Viewing the deployment history {#viewing-deploy-history}
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/projects/deploys.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ pagination_next: cloud/projects/deploys-history

# Deployments management

> Deployment triggers can be manual or automatic on git pushes, with the ability to cancel active builds from dashboard or CLI.
<br/>

The creation of a new Strapi Cloud project automatically trigger the deployment of that project. After that, deployments can be:

- manually triggered whenever needed, [from the Cloud dashboard](#triggering-a-new-deployment) or [from the CLI](/cloud/cli/cloud-cli#strapi-deploy),
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/projects/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ tags:

# Notifications

> Bell icon opens a feed of recent deployment events, automatically purged after 30 days.
<br/>

The Notification center can be opened by clicking the bell icon <Icon name="bell" /> in the top navigation of the Cloud dashboard.

It displays a list of the latest notifications for all your existing projects. Clicking on a notification card from the list will redirect you to the *Log details* page of the corresponding deployment (more information in [Deploy history & logs](/cloud/projects/deploys-history#accessing-deployment-details--logs)).
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/projects/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference

# Projects overview

> Projects page lists all apps with status and quick actions; selecting one opens a dashboard with metrics and controls.
<br/>

The *Projects* page displays a list of all your Strapi Cloud projects. From here you can manage your projects and access the corresponding applications.

<ThemedImage
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/projects/runtime-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ tags:

# Runtime logs

> Runtime logs tab streams live server output, though Free plan logs reset when apps scale to zero.
<br/>

From a chosen project's dashboard, the *Runtime logs* tab displays the live logs of the project.

:::note
Expand Down
3 changes: 3 additions & 0 deletions docusaurus/docs/cloud/projects/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ import InvoiceStatus from '/docs/snippets/invoices-statuses.md'

# Project settings

> Settings area spans project-level controls (general, billing, plans, invoices) and per-environment configuration.
<br/>

From a chosen project's dashboard, the <Icon name="gear-six" /> **Settings** button, located in the header, enables you to manage the configurations and settings for your Strapi Cloud project and its environments.

The settings' menu on the left side of the interface is separated into 2 categories: the settings for the entire project and the settings specific to any configured environment for the project.
Expand Down