From f3809fd1906ed2719c38138d1e37efca2289a247 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Thu, 20 Nov 2025 18:07:59 +0100 Subject: [PATCH] [experimental] Polish copy in Review Workflows documentation (#2855) * docs(backend): correct TypeScript code fences in TS tabs (controllers, services, middlewares, routes) * docs(bundlers): clarify webpack config example rename and JS/TS filenames * docs(routes): add guidance to prefer fully-qualified handler names in custom routers * docs(api-tokens): add concise security tip (least privilege, rotation, secrets manager) * docs(controllers): add caution about validateQuery/sanitizeQuery/sanitizeOutput when overriding actions * docs(policies): clarify scoped policy folders and fix example path * docs(webhooks): add signature verification tip and fix TS config path * docs(theme-extension): add minimal TS example for theme.light and theme.dark overrides * docs(wysiwyg): add next steps tip (plugin first, custom field for deeper integration) * docs(middlewares): add tip to list registered middlewares (discovery command) * docs(models): add TL;DR with emphasis on content shape and Document Service * docs(locales-translations): fix typo and use proper js/ts fences instead of jsx * docs(logos): add TL;DR and guidance (SVG preferred, light/dark variants) * docs(admin host/port): add reverse proxy deployment tip (forwarded headers, explicit origin) * docs(releases): tidy step wording and ensure consistent numbering * docs(review-workflows): minor copy polish in settings table * Limit PR scope to review-workflows.md only; revert unrelated file changes --------- Co-authored-by: GitHub Actions --- docusaurus/docs/cms/features/review-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/cms/features/review-workflows.md b/docusaurus/docs/cms/features/review-workflows.md index 57d7991ed2..7713d8f036 100644 --- a/docusaurus/docs/cms/features/review-workflows.md +++ b/docusaurus/docs/cms/features/review-workflows.md @@ -41,7 +41,7 @@ The default workflow is configured to have 4 stages: To do, In progress, Ready t 2. In the workflow edit interface, configure the new workflow: | Setting name | Instructions | | -------------- | ------------------------------------------------------------------------ | - | Workflow name | Write a unique name of workflow. | + | Workflow name | Write a unique name for the workflow. | | Associated to | (optional) Assign this workflow to one or more existing content-types. | | Stages | Add review stages (see [Adding a new stage](#adding-a-new-stage)). | 3. Click on the **Save** button. The new workflow will be displayed in the list view and for every content-type assigned.