Skip to content
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
0008696
docs(backend): correct TypeScript code fences in TS tabs (controllers…
web-flow Nov 20, 2025
49a15fb
docs(bundlers): clarify webpack config example rename and JS/TS filen…
web-flow Nov 20, 2025
9502ba1
docs(routes): add guidance to prefer fully-qualified handler names in…
web-flow Nov 20, 2025
8ad2c1f
docs(api-tokens): add concise security tip (least privilege, rotation…
web-flow Nov 20, 2025
aff6acc
docs(controllers): add caution about validateQuery/sanitizeQuery/sani…
web-flow Nov 20, 2025
afa9417
docs(policies): clarify scoped policy folders and fix example path
web-flow Nov 20, 2025
1badc73
docs(webhooks): add signature verification tip and fix TS config path
web-flow Nov 20, 2025
8406c4f
docs(theme-extension): add minimal TS example for theme.light and the…
web-flow Nov 20, 2025
9162e3e
docs(wysiwyg): add next steps tip (plugin first, custom field for dee…
web-flow Nov 20, 2025
5e20848
docs(middlewares): add tip to list registered middlewares (discovery …
web-flow Nov 20, 2025
7b79f9b
docs(models): add TL;DR with emphasis on content shape and Document S…
web-flow Nov 20, 2025
4fc26e0
docs(locales-translations): fix typo and use proper js/ts fences inst…
web-flow Nov 20, 2025
2d1e93f
docs(logos): add TL;DR and guidance (SVG preferred, light/dark variants)
web-flow Nov 20, 2025
e992b54
docs(admin host/port): add reverse proxy deployment tip (forwarded he…
web-flow Nov 20, 2025
7a3d9e3
docs(releases): tidy step wording and ensure consistent numbering
web-flow Nov 20, 2025
e817396
Limit PR scope based on title; keep only intended doc(s); revert unre…
web-flow Nov 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus/docs/cms/features/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ To be able to include your content in releases, and to schedule and publish thos

1. Click the <Icon name="plus" classes="ph-bold" /> **New Release** button in the upper right corner.
2. Give the release a name.
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.
4. Click the **Continue** button.
3. (_optional_) To schedule the release instead of publishing manually, check **Schedule release** and define the date, time, and timezone.
4. Click **Continue**.

:::tip
Your releases can be renamed afterwards, by editing the release using the <Icon name="dots-three-outline" /> then <Icon name="pencil-simple" /> **Edit** buttons.
Expand Down