Skip to content

Commit ee542df

Browse files
Strapi 5: Updated screenshots & last updates in User Guide (#2207)
* Update screenshots in Getting Started + Settings * Update content + screenshots in Plugins * Replace 'General Settings' by 'Settings' * Update content + screenshots in Users Roles & Permissions * Update screenshots in Releases * Update screenshots in Media Library * Update screenshots in Content Manager - until Writing content * Finish updating screenshots and content in Content Manager * Update screenshots in Content-type Builder * Update callout in Marketplace page * Do last changes + Remove v5 WIP callouts where relevant
1 parent 533a63c commit ee542df

File tree

197 files changed

+138
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+138
-184
lines changed

docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1313

1414
# Including content in a release <EnterpriseBadge /> <CloudTeamBadge />
1515

16-
<NotV5 />
17-
1816
Using the [Releases](/user-docs/releases/introduction) feature, you can group several entries to publish them altogether. Adding entries to a release is done from the Content Manager. You can also remove an entry from a release while updating the entry.
1917

2018
:::prerequisites
@@ -47,12 +45,12 @@ An entry can be added to a [release](/user-docs/releases/introduction) while edi
4745

4846
To add an entry to a release:
4947

50-
1. Click on ![More icon](/img/assets/icons/v5/More.svg) in the top right corner of the interface.
51-
2. In the list, click on the **Add to release** button.
48+
1. Click on ![More icon](/img/assets/icons/v5/More.svg) in the _Entry_ area on the right side of the interface.
49+
2. In the list, click on the ![Releases icon](/img/assets/icons/v5/PaperPlane.svg) **Add to release** button.
5250
2. Select which release to add this entry to.
5351
3. Click on the **Publish** or **Unpublish** button depending on whether you want the entry to be published or unpublished when the release itself is published, then click **Continue**.
5452

55-
The Releases box on the right should show which release(s) the entry is included in.
53+
The *Releases* box on the right should show which release(s) the entry is included in.
5654

5755
:::info
5856
If [Releases scheduling](/user-docs/releases/managing-a-release#scheduling-a-release-) is enabled and the entry is added to a scheduled release, the release date and time will also be displayed.
@@ -64,7 +62,7 @@ An entry can be removed from a [release](/user-docs/releases/introduction) while
6462

6563
To remove an entry from a release:
6664

67-
1. In the Releases box in the right sidebar, click on ![More icon](/img/assets/icons/v5/More.svg) below the name of the release.
65+
1. In the *Releases* box in the right sidebar, click on ![More icon](/img/assets/icons/v5/More.svg) below the name of the release.
6866
2. Click the **Remove from release** button.
6967

7068
<!-- TODO: re-add when implemented -->

docusaurus/docs/user-docs/content-manager/configuring-view-of-content-type.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1414

1515
# Configuring the views of a content-type
1616

17-
<NotV5/>
18-
1917
Depending on their type, content-types can be divided into 2 interfaces: the list view and the edit view. Both interfaces can be configured.
2018

2119
## Configuring the list view

docusaurus/docs/user-docs/content-manager/introduction-to-content-manager.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference
1818

1919
# Introduction to the Content Manager
2020

21-
<NotV5 />
22-
2321
The Content Manager is a core feature of Strapi. It is always enabled by default and cannot be disabled. It is accessible both when the application is in a development and production environment.
2422

2523
The Content Manager is accessible from ![Content icon](/img/assets/icons/v5/Feather.svg) *Content Manager* in the main navigation, which opens a sub navigation displaying 2 categories: _Collection types_ and _Single types_. Each category contains the available collection and single content-types which were created beforehand using the [Content-type Builder](/user-docs/content-type-builder/introduction-to-content-types-builder.md). From these 2 categories, administrators can create, manage, and publish content.

docusaurus/docs/user-docs/content-manager/reviewing-content.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1111

1212
# Reviewing content <EnterpriseBadge />
1313

14-
<NotV5/>
15-
1614
Using the [Review Workflows](/user-docs/settings/review-workflows) feature, you can manage content throughout the content creation process. In the Content Manager, you can change the review stage of the content from the edit view, and keep moving it between stages as needed. You can also change the assignee of the content, assigning it to a Strapi admin user for review.
1715

18-
When viewing your content in the Content Manager, you can see the current stage in the **Review Stage** and the assignee in the **Assignee** column:
16+
When viewing your content in the Content Manager, you can see the current stage in the **Review Stage** column and the assignee in the **Assignee** column.
1917

2018
<ThemedImage
2119
alt="Review Stage column"
2220
sources={{
2321
light: '/img/assets/content-manager/review-workflow-list-view.png',
24-
dark: '/img/assets/content-manager/review-workflow-list-view.png',
22+
dark: '/img/assets/content-manager/review-workflow-list-view_DARK.png',
2523
}}
2624
/>
2725

@@ -32,7 +30,7 @@ As content is created and revised among your team, you can change the review sta
3230
To change the review stage of your content:
3331

3432
1. Access the edit view of your content-type.
35-
2. In the Information box, click on the _Review stage_ drop-down list.
33+
2. In the *Review Workflows* box on the right side of the interface, click on the _Review stage_ drop-down list.
3634
3. Choose the new review stage of your entry. It is automatically saved.
3735

3836
<ThemedImage
@@ -50,9 +48,15 @@ Entries of a review workflow content type can be assigned to any admin user in S
5048
To change the assignee of your content:
5149

5250
1. Access the edit view of your content-type.
53-
2. In the Information box, click on the _Assignee_ drop-down list.
51+
2. In the *Review Workflows* box on the right side of the interface, click on the _Assignee_ drop-down list.
5452
3. Choose the new assignee of your entry. It is automatically saved.
5553

56-
![Review Stage dropdown](/img/assets/content-manager/review-assignee-dropdown.png)
54+
<ThemedImage
55+
alt="Review Stage dropdown"
56+
sources={{
57+
light: '/img/assets/content-manager/review-assignee-dropdown.png',
58+
dark: '/img/assets/content-manager/review-assignee-dropdown_DARK.png',
59+
}}
60+
/>
5761

5862
<FeedbackPlaceholder />

docusaurus/docs/user-docs/content-manager/saving-and-publishing-content.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1414

1515
# Saving, publishing and deleting content
1616

17-
<NotV5/>
18-
1917
Strapi allows you to manage your content throughout its whole lifecycle, whether you are working on its draft version, about to finish it and share it with the world, or wanting to delete it when it's obsolete.
2018

2119
## Saving & publishing content
@@ -49,9 +47,9 @@ While editing a document, you can see 2 tabs:
4947
- The _Draft_ tab is where you can edit your content.
5048
- The _Published_ tab is a read-only tab where edition of all fields is disabled. The _Published_ tab only exists to show what is the content of fields in the published version.
5149

52-
By default, each newly created content is a draft. Drafts can be modified and saved at will, using the **Save** button in the _Document_ box on the right of the edit view, until they are ready to be published.
50+
By default, each newly created content is a draft. Drafts can be modified and saved at will, using the **Save** button in the _Entry_ box on the right side of the interface, until they are ready to be published.
5351

54-
Once you made changes to a draft, you have 3 possible options, all available in the _Document_ box on the right side of the edit view:
52+
Once you made changes to a draft, you have 3 possible options, all available in the _Entry_ box on the right side of the interface:
5553
- **Publish** your document (see [publishing a draft](#publishing-a-draft)),
5654
- **Save** your draft for later retrieval,
5755
- or discard changes, by clicking on ![More icon](/img/assets/icons/v5/More.svg) and choosing ![Discard changes icon](/img/assets/icons/v5/CrossCircle.svg) **Discard changes**.
@@ -62,7 +60,7 @@ While editing a document, you can decide to publish a draft or unpublish previou
6260

6361
#### Publishing a draft
6462

65-
To publish a draft, click on the **Publish** button in the _Document_ box on the right of the content editor.
63+
To publish a draft, click on the **Publish** button in the _Entry_ box on the right side of the interface.
6664

6765
After a draft is published:
6866

@@ -91,11 +89,11 @@ To schedule publication, i.e., convert a draft to a published entry at a given d
9189

9290
Previously published content can be unpublished.
9391

94-
To unpublish content, from the _Draft_ tab, click on ![More icon](/img/assets/icons/v5/More.svg) in the _Document_ box on the right of the content editor and choose the **Unpublish** button.
92+
To unpublish content, from the _Draft_ tab, click on ![More icon](/img/assets/icons/v5/More.svg) in the _Entry_ box on the right side of the interface and choose the **Unpublish** button.
9593

9694
If the draft version of the document contains content different from the published version, you can decide what to do with both content when unpublishing:
9795

98-
1. From the _Draft_ tab, click on ![More icon](/img/assets/icons/v5/More.svg) in the _Document_ box on the right of the content editor and choose the **Unpublish** button.
96+
1. From the _Draft_ tab, click on ![More icon](/img/assets/icons/v5/More.svg) in the _Entry_ box on the right side of the interface and choose the **Unpublish** button.
9997
2. In the Confirmation dialog that opens, you can choose to:
10098
- **Unpublish and keep last draft**, so that all the content you currently have in the _Draft_ tab is preserved, but the all the content from the _Published_ tab is definitely gone
10199
- **Unpublish and replace last draft** to discard any existing content in the _Draft_ tab and replace it with the content of all fields from the _Published_ tab
@@ -117,8 +115,13 @@ Selecting multiple entries from the Content Manager's list view will display add
117115
If the [Internationalization plugin](/user-docs/plugins/strapi-plugins.md#-internationalization-plugin) is installed, the bulk publish/unpublish actions only apply to the currently selected locale.
118116
:::
119117

120-
<!-- TODO: update screenshot -->
121-
![Selecting entries for bulk publish/unpublish](/img/assets/content-manager/bulk-publish.png)
118+
<ThemedImage
119+
alt="Unpublish a document"
120+
sources={{
121+
light: '/img/assets/content-manager/bulk-publish.png',
122+
dark: '/img/assets/content-manager/bulk-publish_DARK.png',
123+
}}
124+
/>
122125

123126
#### Bulk publishing drafts
124127

docusaurus/docs/user-docs/content-manager/translating-content.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1616

1717
# Translating content
1818

19-
<NotV5/>
20-
2119
With the [Internationalization feature](/user-docs/plugins/strapi-plugins#-internationalization-plugin) enabled for a content-type, it is possible to manage content in more than one language, called "locale". To manage content in a specific locale, the latter must be added beforehand through the Internationalization settings (see [Configuring Internationalization locales](../settings/internationalization)).
2220

2321
<ThemedImage
@@ -51,5 +49,5 @@ To translate content in another locale:
5149
4. Translate your content by filling up your content-type's fields (see [Writing content](writing-content.md)).
5250

5351
:::tip
54-
Click on the **Fill in from another locale** button in the Internationalization box for all non relational fields to be filled up with the values of another chosen locale. It can be useful if you do not remember what was the exact content in another locale.
52+
Click on the ![Dowload icon](/img/assets/icons/v5/Download.svg) *Fill in from another locale* button, in the top right corner, for all non relational fields to be filled up with the values of another chosen locale. It can be useful if you do not remember what was the exact content in another locale.
5553
:::

docusaurus/docs/user-docs/content-manager/working-with-content-history.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ sources={{
2323

2424
Content History is accessible from the Edit View of any document created with the Content Manager.
2525

26-
To browse Content History, while editing a document in the Content Manager, click on ![More icon](/img/assets/icons/v5/More.svg) at the top right of the interface, and click the **Content History** button. You will be presented with the Content History view:
26+
To browse Content History, while editing a document in the Content Manager, click on ![More icon](/img/assets/icons/v5/More.svg) at the top right of the interface, and click the ![ClockCounterClockwise icon](/img/assets/icons/v5/ClockCounterClockwise.svg) **Content History** button. You will be presented with the Content History view:
2727

2828
- The sidebar on the right lists the total number of versions available, and for each version, the date and time when the version was created, the user who created it, and whether its status is Draft, Modified, or Published (see [Draft & Publish](/user-docs/content-manager/saving-and-publishing-content#saving--publishing-content) for more information about document statuses).
2929
- The main view on the left lists the fields and their content for the version selected in the sidebar on the right.
3030

3131
<ThemedImage
3232
alt="Accessing the Content History of a document"
3333
sources={{
34-
light:'/img/assets/content-manager/browsing-content-history.gif',
35-
dark:'/img/assets/content-manager/browsing-content-history_DARK.gif',
34+
light:'/img/assets/content-manager/browsing-content-history.png',
35+
dark:'/img/assets/content-manager/browsing-content-history_DARK.png',
3636
}}
3737
/>
3838

@@ -46,19 +46,11 @@ You can choose to restore a previous version of a document. When restoring a ver
4646

4747
To restore a version:
4848

49-
1. While editing a document in the Content Manager, click on ![More icon](/img/assets/icons/v5/More.svg) at the top right of the interface, and click the **Content History** button.
49+
1. While editing a document in the Content Manager, click on ![More icon](/img/assets/icons/v5/More.svg) at the top right of the interface, and click the ![ClockCounterClockwise icon](/img/assets/icons/v5/ClockCounterClockwise.svg) **Content History** button.
5050
2. Browse the Content History and select a version in the sidebar on the right.
5151
3. Click the **Restore** button.
5252
4. In the _Confirmation_ window, click **Restore**.
5353

54-
<ThemedImage
55-
alt="Restoring a previous version"
56-
sources={{
57-
light:'/img/assets/content-manager/restoring-version.gif',
58-
dark:'/img/assets/content-manager/restoring-version_DARK.gif',
59-
}}
60-
/>
61-
6254
:::note
6355
If the [Internationalization (i18n)](/user-docs/content-manager/translating-content) feature is enabled for the content-type, restoring a version with a unique field (i.e. a field whose content is the same for all locales) will restore the content of this field for all locales.
6456
:::

docusaurus/docs/user-docs/content-manager/writing-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To add a new entry and display its combination of fields:
106106

107107
1. Click on the add button ![Add icon](/img/assets/icons/v5/PlusCircle.svg) to add the component.
108108
2. Fill in the fields of the component.
109-
3. (optional) Click on the **Add new entry** button and fill in the fields again.
109+
3. (optional) Click on the **Add an entry** button and fill in the fields again.
110110

111111
The repeatable component entries can be reordered or deleted directly in the edit view, using buttons displayed on the right of the entry area.
112112

docusaurus/docs/user-docs/content-type-builder/configuring-fields-content-type.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1515

1616
# Configuring fields for content-types
1717

18-
<NotV5/>
19-
2018
:::note Development-only
2119
The Content-type Builder is only accessible to create and update content-types when your Strapi application is in a development environment, else it will be in a read-only mode in other environments.
2220
:::

docusaurus/docs/user-docs/content-type-builder/creating-new-content-type.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'
1212

1313
# Creating content-types
1414

15-
<NotV5/>
16-
1715
:::note Development-only
1816
The Content-type Builder is only accessible to create and update content-types when your Strapi application is in a development environment, else it will be in a read-only mode in other environments.
1917
:::
@@ -35,7 +33,7 @@ Content types are created from the Content-type Builder's Collection types and S
3533
To create a new content-type:
3634

3735
1. Choose whether you want to create a collection type or a single type.
38-
2. In the category of the content-type you want to create, click on **Create a new collection/single type**.
36+
2. In the category of the content-type you want to create, click on **Create new collection/single type**.
3937
3. In the content-type creation window, write the name of the new content-type in the *Display name* textbox.
4038
4. Check the *API ID* to make sure the automatically pre-filled values are correct. Collection type names are indeed automatically pluralized when displayed in the Content Manager. It is recommended to opt for singular names, but the *API ID* field allows to fix any pluralization mistake.
4139
5. (optional) In the Advanced Settings tab, configure the available settings for the new content-type:
@@ -44,7 +42,10 @@ To create a new content-type:
4442
|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
4543
| Draft & publish | Tick the checkbox to allow entries of the content-type to be managed as draft versions, before they are published (see [Saving & publishing content](/user-docs/content-manager/saving-and-publishing-content#saving-publishing-content)). |
4644
| Internationalization | Tick the checkbox to allow entries of the content-type to be translated into other locales. |
47-
| Review workflows | <EnterpriseBadge /> Tick the checkbox to allow entries of the content-type to be managed through defined review stages (see [Managing Review Workflows](/user-docs/settings/review-workflows)). |
45+
46+
<!--
47+
| Review workflows | <EnterpriseBadge /> Tick the checkbox to allow entries of the content-type to be managed through defined review stages (see [Managing Review Workflows](/user-docs/settings/review-workflows)). |
48+
-->
4849

4950
6. Click on the **Continue** button.
5051
7. Add and configure chosen fields for your content-type (see [Configuring fields for content-types](/user-docs/content-type-builder/configuring-fields-content-type)).
@@ -68,7 +69,7 @@ Components are created from the same-named category of the Content-type Builder'
6869

6970
To create a new component:
7071

71-
1. In the Components category of the Content-type Builder sub navigation, click on **Create a new component**.
72+
1. In the Components category of the Content-type Builder sub navigation, click on **Create new component**.
7273
2. In the component creation window, configure the base settings of the new component:
7374
- Write the name of the component in the *Display name* textbox.
7475
- Select an available category, or enter in the textbox a new category name to create one.

0 commit comments

Comments
 (0)