You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ To add an entry to a release:
43
43
44
44
1. In the Releases box in the right sidebar, click the **+ Add to release** button.
45
45
2. Select which release to add this entry to.
46
-
3.Decide whether the entry will be published or unpublished when the release itself is published, then click **Continue**.
46
+
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**.
47
47
48
48
The Releases box in the right sidebar should show which release(s) the entry is included in.
Copy file name to clipboardExpand all lines: docusaurus/docs/user-docs/releases/creating-a-release.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ description: Instructions to create a release from the admin panel
7
7
8
8
The [Releases](/user-docs/releases/introduction) page allows creating new releases that will be used to organize entries.
9
9
10
-
<!-- TODO: update screenshot to show scheduling -->
11
10
<ThemedImage
12
11
alt="Adding a new release"
13
12
sources={{
@@ -22,7 +21,7 @@ To create a new release:
22
21
23
22
1. Click the **+ New Release** button in the upper right corner of the Releases page.
24
23
2. Give the release a name.
25
-
3.(_optional_) If you want to schedule the release publication instead of publishing the release manually, check the **Schedule release** checkbox and define the date, time, and timezone for publication. Scheduling is currently a <FutureBadge /> feature (see [scheduling a release](/user-docs/releases/managing-a-release#scheduling-a-release-) for details).
24
+
3.Define the date, time, and timezone to schedule the release (see [scheduling a release](/user-docs/releases/managing-a-release#scheduling-a-release)). Alternatively, uncheck the **Schedule release** checkbox if you do not want to automatically publish the release and release it manually instead.
26
25
4. Click the **Continue** button.
27
26
28
27
Adding entries to a release must be done from the Content Manager. You can add a single entry to a release while creating or editing the entry [in the edit view](/user-docs/content-manager/adding-content-to-releases).
@@ -21,5 +21,5 @@ From the Releases view, it is possible to:
21
21
22
22
-[create a new release](/user-docs/releases/creating-a-release),
23
23
- view pending and done releases,
24
-
- view which releases are [scheduled](/user-docs/releases/managing-a-release#scheduling-a-release-), and when they will be published (in the Pending tab) or have been published (in the Done tab),
24
+
- view which releases are [scheduled](/user-docs/releases/managing-a-release#scheduling-a-release), and when they will be published (in the Pending tab) or have been published (in the Done tab),
25
25
- and click on a release to [manage its content](/user-docs/releases/managing-a-release).
Copy file name to clipboardExpand all lines: docusaurus/docs/user-docs/releases/managing-a-release.md
+10-11
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ description: Instructions on how to manage a Release from the admin panel
8
8
9
9
Adding entries to a [release](/user-docs/releases/introduction) allow viewing them altogether on a single page.
10
10
11
-
<!-- TODO: add actual screenshots for both light and dark modes -->
12
11
<ThemedImage
13
12
alt="Release details"
14
13
sources={{
@@ -21,11 +20,11 @@ Adding entries to a [release](/user-docs/releases/introduction) allow viewing th
21
20
22
21
From a release page, you can:
23
22
24
-
- edit the name of the release, or delete the release,
25
-
<!-- - [adjust the view](#choose-how-entries-are-grouped) to display entries grouped either by locale or by content-type, -->
26
-
-decide whether an entry will be published or unpublished with the release,
27
-
<!-- - edit a specific entry or [remove](#remove-entries-from-a-release) it from the release, -->
28
-
-and publish the release.
23
+
- edit the name of the release or delete the release (1)
24
+
- manually publish the release (2),
25
+
-adjust the view to display entries grouped either by locale, content-type, or action (publish/unpublish) (3),
26
+
- decide whether individual items included to the releases will be published or unpublished with the release (4).
27
+
-edit a specific entry or remove it from the release (5).
29
28
30
29
## Editing a release
31
30
@@ -36,11 +35,7 @@ You can rename a release. To do so, while on a release page:
36
35
3. In the modal, change the name of the release in the _Name_ field.
37
36
4. Click **Continue** to save the change.
38
37
39
-
## Scheduling a release <FutureBadge /><BetaBadge />
40
-
41
-
:::callout 🚧 Experimental feature
42
-
Scheduling a release is an experimental feature and currently requires enabling the proper `contentReleasesScheduling` future flag in your configuration file (see [Developer Docs](/dev-docs/configurations/features) for details).
43
-
:::
38
+
## Scheduling a release
44
39
45
40
Releases can be [published manually](#publishing-a-release) or scheduled to be automatically published at a given date and time, with the timezone of your choice.
46
41
@@ -75,6 +70,10 @@ A release includes multiple entries. You can set the state of each entry with th
75
70
Since publishing an entry with a release means turning a draft entry into a published entry, Releases will not work if [Draft & Publish](/user-docs/content-manager/saving-and-publishing-content) is disabled for the content-type.
76
71
:::
77
72
73
+
## Editing an entry from a release
74
+
75
+
By clicking on the  at the end of the line of an entry and select the **Edit entry** button, you will be redirected to this entry in the Content Manager so you can edit it.
76
+
78
77
## Removing entries from a release
79
78
80
79
Entries can be removed from a release. To do so, click the  at the end of the line of an entry and select the **Remove from release** button.
0 commit comments