Clarify Pages C3 getting started guide#31119
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| - `--category` <Type text="string" /> <MetaInfo text="optional" /> | ||
|
|
||
| - The kind of templates that should be created. | ||
| - The kind of templates that should be created. When `--platform=pages` is specified, only `web-framework` and `remote-template` are available since other categories only produce Workers projects. |
There was a problem hiding this comment.
Avoid repeating 'only' in the same sentence:
| - The kind of templates that should be created. When `--platform=pages` is specified, only `web-framework` and `remote-template` are available since other categories only produce Workers projects. | |
| - The kind of templates that should be created. When `--platform=pages` is specified, `web-framework` and `remote-template` are the only available categories, as the others produce Workers projects. |
| - `--framework` <Type text="string" /> <MetaInfo text="optional" /> | ||
|
|
||
| - The type of framework to use to create a web application (when using this option, `--type` is ignored). | ||
| - The type of framework to use to create a web application (when using this option, `--type` is ignored). When `--platform=pages` is specified, only frameworks that support Pages are shown. |
There was a problem hiding this comment.
Use active voice for consistency:
| - The type of framework to use to create a web application (when using this option, `--type` is ignored). When `--platform=pages` is specified, only frameworks that support Pages are shown. | |
| - The type of framework to use to create a web application (when using this option, `--type` is ignored). When `--platform=pages` is specified, C3 shows only frameworks that support Pages. |
|
Review complete — 2 inline suggestions posted. SummaryThe PR updates the Pages C3 guide to clarify that only a subset of frameworks support Pages deployment via C3, removing Next.js, Remix, SolidStart, and Redwood from the Pages-specific list and marking them as Workers-only in the CLI reference. The typo fix ("you" → "your") and the added note about non-framework paths are good improvements. IssuesMEDIUM — PR body is empty LOW — Repetitive wording (line 95) LOW — Passive voice (line 120) LabelsAlready applied: |
|
Preview URL: https://92994d4c.preview.developers.cloudflare.com Files with changes (up to 15)
|
Summary
Screenshots (optional)
Documentation checklist