Skip to content

Commit 97b2c38

Browse files
authored
Remove "scheduled publication" guide (#1247)
* Update cron task code to v4 * WIP * Remove scheduled publication guide Updated to v4 and moved to the forum: https://forum.strapi.io/t/schedule-publications/23184
1 parent 929355d commit 97b2c38

File tree

4 files changed

+6
-99
lines changed

4 files changed

+6
-99
lines changed

docs/.vuepress/config/sidebar-developer.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -488,19 +488,4 @@ const developer = [
488488
},
489489
],
490490
},
491-
{
492-
title: '📚 Guides',
493-
collapsable: true,
494-
children: [
495-
// ['/developer-docs/latest/guides/is-owner', 'Create is owner policy'],
496-
// ['/developer-docs/latest/guides/custom-admin', 'Custom admin'],
497-
// ['/developer-docs/latest/guides/custom-data-response', 'Custom data response'],
498-
// ['/developer-docs/latest/guides/error-catching', 'Error catching'],
499-
// ['/developer-docs/latest/guides/external-data', 'Fetching external data'],
500-
['/developer-docs/latest/guides/scheduled-publication', 'Scheduled publication'],
501-
// ['/developer-docs/latest/guides/secure-your-app', 'Secure your application'],
502-
// ['/developer-docs/latest/guides/send-email', 'Send email programmatically'],
503-
// ['/developer-docs/latest/guides/client', 'Setup a third party client'],
504-
],
505-
},
506491
];

docs/.vuepress/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
/developer-docs/latest/guides/unit-testing.html /developer-docs/latest/developer-resources/unit-testing.html
1111
/developer-docs/latest/guides/auth-request.html /developer-docs/latest/plugins/users-permissions.html
1212
/developer-docs/latest/guides/registering-a-field-in-admin.html /developer-docs/latest/development/custom-fields.html
13-
/developer-docs/latest/guides/slug.html /developer-docs/latest/development/backend-customization/models.html
13+
/developer-docs/latest/guides/scheduled-publication.html /user-docs/latest/content-manager/saving-and-publishing-content.html
1414
/developer-docs/latest/guides/jwt-validation.html /developer-docs/latest/plugins/users-permissions.html

docs/developer-docs/latest/guides/scheduled-publication.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ When a content is not a draft anymore, but has been published, it is indicated o
3232

3333
![Editing published version](../assets/content-manager/editing_published_version.png)
3434

35+
::: tip
36+
To schedule publication, i.e. convert a draft to a published entry at a given date and time, you can follow [this technical guide](https://forum.strapi.io/t/schedule-publications/23184) which requires adding custom code to the Strapi application.
37+
:::
38+
3539
### Unpublishing content
3640

3741
Published contents can be unpublished, switching back to being drafts again.
@@ -51,4 +55,4 @@ You can delete entries from the list view of a collection type, by clicking on t
5155

5256
::: caution
5357
If the [Internationalization plugin](/user-docs/latest/plugins/strapi-plugins.md#internationalization-plugin) is installed, entries can only be deleted one locale at the time.
54-
:::
58+
:::

0 commit comments

Comments
 (0)