Skip to content

Commit

Permalink
Revert moremore.svg icon naming to more.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Jan 24, 2024
1 parent 4a16c44 commit b6c456d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/cloud/projects/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Each project card displays the following information:
* *Incompatible version*, if the project is using a Strapi version that is not compatible with Strapi Cloud
* the last deployment date

Each project card also displays a ![Menu icon](/img/assets/icons/moremore.svg) menu icon to access the following options:
Each project card also displays a ![Menu icon](/img/assets/icons/more.svg) menu icon to access the following options:
* **Visit App**: to be redirected to the application
* **Go to Deploys**: to be redirected to the [*Deploys*](/cloud/projects/deploys) page
* **Go to Settings**: to be redirected to the [*Settings*](/cloud/projects/settings) page
Expand Down
8 changes: 4 additions & 4 deletions docusaurus/docs/user-docs/releases/managing-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ From a release page, you can:

You can rename a release. To do so, while on a release page:

1. Click on the ![More icon](/img/assets/icons/moremore.svg) button in the top right corner of the admin panel.
1. Click on the ![More icon](/img/assets/icons/more.svg) button in the top right corner of the admin panel.
2. Select ![Edit icon](/img/assets/icons/edit.svg) **Edit**.
3. In the modal, change the name of the release in the _Name_ field.
4. Click **Continue** to save the change.
Expand All @@ -46,7 +46,7 @@ A release includes multiple entries. You can set the state of each entry with th

## Removing entries from a release

Entries can be removed from a release. To do so, click the ![More icon](/img/assets/icons/moremore.svg) at the end of the line of an entry and select the **Remove from release** button.
Entries can be removed from a release. To do so, click the ![More icon](/img/assets/icons/more.svg) at the end of the line of an entry and select the **Remove from release** button.

## Publishing a release

Expand All @@ -58,7 +58,7 @@ The _Status_ column displays the status of each entry:
- ![Success icon](/img/assets/icons/CheckCircle.svg) Ready to publish: the entry is ready to be published with the release
- ![Fail icon](/img/assets/icons/CrossCircle.svg) "[field name] is required", "[field name] is too short" or "[field name] is too long": the entry cannot be published because of the issue stated in the red warning message.

If some of your entries have a ![Fail icon](/img/assets/icons/CrossCircle.svg) status, click the ![More icon](/img/assets/icons/moremore.svg) and the **Edit the entry** button to fix the issues until all entries have the ![Success icon](/img/assets/icons/CheckCircle.svg) status. Note that you will have to click on the **Refresh** button to update the release page as you fix the various entries issues.
If some of your entries have a ![Fail icon](/img/assets/icons/CrossCircle.svg) status, click the ![More icon](/img/assets/icons/more.svg) and the **Edit the entry** button to fix the issues until all entries have the ![Success icon](/img/assets/icons/CheckCircle.svg) status. Note that you will have to click on the **Refresh** button to update the release page as you fix the various entries issues.

:::caution
Once a release is published, the release itself cannot be updated. You can not re-release that specific release with the same group of entries with some modifications; you must create another release.
Expand All @@ -68,6 +68,6 @@ Once a release is published, the release itself cannot be updated. You can not r

You can delete a release. Deleting a release will only delete the release itself, but not the content-type entries included in the release. To delete a release, while on the release page:

1. Click on the ![More icon](/img/assets/icons/moremore.svg) button in the top right corner of the admin panel.
1. Click on the ![More icon](/img/assets/icons/more.svg) button in the top right corner of the admin panel.
2. Select ![Delete icon](/img/assets/icons/delete.svg) **Delete**.
3. In the confirmation dialog, click ![Delete icon](/img/assets/icons/delete.svg) **Confirm**.

1 comment on commit b6c456d

@vercel
Copy link

@vercel vercel bot commented on b6c456d Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.