Skip to content

Commit b452f73

Browse files
authored
Remove old Draft & Publish documentation + update links (#1006)
1 parent 3939528 commit b452f73

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

Diff for: docs/developer-docs/latest/concepts/draft-and-publish.md

-62
This file was deleted.

Diff for: docs/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The [REST API](/developer-docs/latest/developer-resources/database-apis-referenc
1111
Using optional Strapi features can provide some more filters:
1212

1313
- If the [Internationalization (i18n) plugin](/developer-docs/latest/plugins/i18n.md) is enabled on a content-type, it's possible to filter by locale.
14-
- If the [Draft & Publish](/developer-docs/latest/concepts/draft-and-publish.md) is enabled, it's possible to filter based on a `live` or `draft` state.
14+
- If the [Draft & Publish](/user-docs/latest/content-manager/saving-and-publishing-content.md) is enabled, it's possible to filter based on a `live` or `draft` state.
1515

1616
:::: tip
1717

@@ -336,7 +336,7 @@ The `locale` API parameter can be used to [get entries from a specific locale](/
336336
## Publication State
337337

338338
:::prerequisites
339-
The [Draft & Publish](/developer-docs/latest/concepts/draft-and-publish.md) feature should be enabled.
339+
The [Draft & Publish](/user-docs/latest/content-manager/saving-and-publishing-content.md) feature should be enabled.
340340
:::
341341

342342
Queries can accept a `publicationState` parameter to fetch entries based on their publication state:

0 commit comments

Comments
 (0)