Skip to content

Commit

Permalink
Merge branch 'main' of github.com:strapi/documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Jan 8, 2025
2 parents e3b08df + 9f93213 commit 1a36b17
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 15 deletions.
14 changes: 1 addition & 13 deletions docusaurus/docs/cloud/account/account-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pagination_next: cloud/account/account-billing

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 4 tabs available in the *Profile* interface: ![General icon](/img/assets/icons/Faders.svg) [*General*](#general), ![Preferences icon](/img/assets/icons/Palette.svg) [*Preferences*](#preferences), ![Billing icon](/img/assets/icons/CreditCard.svg) *Billing* and ![Invoices icon](/img/assets/icons/Invoice.svg) Invoices (the last 2 are documented in the [Account billing details](/cloud/account/account-billing) section of this documentation).
There are 3 tabs available in the *Profile* interface: ![General icon](/img/assets/icons/Faders.svg) [*General*](#general), ![Billing icon](/img/assets/icons/CreditCard.svg) *Billing* and ![Invoices icon](/img/assets/icons/Invoice.svg) Invoices (the last 2 are documented in the [Account billing details](/cloud/account/account-billing) section of this documentation).

## General

Expand Down Expand Up @@ -54,15 +54,3 @@ You can delete your Strapi Cloud account, but it will be permanent and irreversi
1. In the *Delete account* section of the <Icon name="faders" /> *General* tab, click on the **Delete account** button.
2. In the dialog, type `DELETE` in the textbox.
3. Confirm the deletion of your account by clicking on the **Delete** button.

## Preferences

The <Icon name="palette" /> *Preferences* tab enables you to choose the appearance of your Strapi Cloud dashboard: either the Light or Dark theme.

<ThemedImage
alt="Preferences tab of Profile page"
sources={{
light: '/img/assets/cloud/account-preferences.png',
dark: '/img/assets/cloud/account-preferences_DARK.png',
}}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import MigrationIntro from '/docs/snippets/breaking-change-page-migration-intro.
import YesPlugins from '/docs/snippets/breaking-change-affecting-plugins.md'
import YesCodemods from '/docs/snippets/breaking-change-handled-by-codemod.md'

# Strapi users `react-router-dom` v6
# Strapi uses `react-router-dom` v6

Strapi 5 uses [`react-router-dom`](https://www.npmjs.com/package/react-router-dom) v6. This impacts the links added to [settings](/dev-docs/plugins/admin-panel-api#settings-api) or to the [menu](/dev-docs/plugins/admin-panel-api#menu-api) using the Admin Panel API.

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/user-docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sources={{
}}
/>

The ![Home icon](/img/assets/icons/v5/House.svg) admin panel homepage can display the guided tour (if you have not skipped or completed it yet) and last edited and published entries if you have any<UpdatedBadge />. _Please note that the new homepage shown in the screenshot is currently only available in beta versions of Strapi, created with the `npx create-strapi@beta my-strapi-project` command._
The ![Home icon](/img/assets/icons/v5/House.svg) admin panel homepage can display the guided tour (if you have not skipped or completed it yet) and last edited and published entries if you have any<UpdatedBadge />.

If you are not sure where to begin on this User Guide, we suggest you to:

Expand Down
Binary file modified docusaurus/static/img/assets/cloud/account-billing2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/assets/cloud/account-billing2_DARK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/assets/cloud/account-invoices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/assets/cloud/account-invoices_DARK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified docusaurus/static/img/assets/cloud/settings-general.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/assets/cloud/settings-general_DARK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a36b17

Please sign in to comment.