[Browser Rendering] Style guide updates - #29884
Merged
pedrosousa merged 34 commits intoApr 15, 2026
Merged
Conversation
- Add wrangler-commands.mdx reference page (removed 'namespace' terminology) - Add changelog entry for wrangler browser CLI commands - Restore and update browser-rendering release notes YAML with new entry
This reverts commit b524929.
…endering-changelog-webmcp # Conflicts: # src/content/release-notes/browser-rendering.yaml
- Replace TODO placeholder with session recording gif in observability changelog entry
- Rename changelog files from browser-rendering to br prefix - Rename live view.gif to liveview.gif (fix space in filename) - Add session recording gif and dashboard screenshot to changelogs - Restructure rename changelog: limits and dashboard redesign above features - Add dashboard redesign section with screenshot - Add REST API rate limit increase mention with changelog link - Add blog context to WebMCP intro, link to official W3C spec - Link CDP endpoint and MCP client to docs pages - Add formerly Browser Rendering to observability and WebMCP changelogs - Update titles to match naming convention (Browser Run adds...) - Break observability intro into bullet list - Move dashboard link to detail paragraph - Fix contractions across all three changelogs - Add publish_future_dated_entry for local preview
…ng to Browser Run Update product name, frontmatter, bridge phrasing, internal link URLs, changelog metadata, and partials. Text-only changes on original filenames.
Rename product folder, changelog, images, partials, and queues tutorial. Rename browser-rendering-with-do slug to browser-run-with-do. Add dynamic and static redirects for all renamed paths.
…nd image assets Update links and product name in agents, AI search, workers, queues, and workers-ai docs. Update product YAML, SVG icon, CODEOWNERS, labeler. Rename image asset folders and update references. Update cross-product changelog metadata.
Fix slug links to browser-run-with-do, changelog image path, FAQ anchor, queues external_link, AI Search feature reference, dashboard page name, and Workers bindings partial.
pedrosousa
requested review from
GregBrimble,
WalshyDev and
irvinebroque
as code owners
April 15, 2026 09:45
Contributor
|
This PR requires additional review attention because it affects the following areas: RedirectsThis PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
pedrosousa
commented
Apr 15, 2026
| /browser-rendering/workers-bindings/browser-rendering-with-do/ /browser-run/how-to/browser-run-with-do/ 301 | ||
| /browser-rendering/workers-bindings/screenshots/ /browser-run/how-to/deploy-worker/ 301 | ||
| /browser-rendering/workers-bindings/ /browser-run/get-started/#browser-sessions 301 | ||
| /browser-rendering/how-to/browser-rendering-with-do/ /browser-run/how-to/browser-run-with-do/ 301 |
Contributor
Author
There was a problem hiding this comment.
Added separately due to slug change.
pedrosousa
commented
Apr 15, 2026
| /queues/reference/local-development/ /queues/configuration/local-development/ 301 | ||
| /queues/reference/metrics/ /queues/observability/metrics/ 301 | ||
| /queues/examples/publish-to-a-queue-over-http/ /queues/examples/publish-to-a-queue-via-http/ 301 | ||
| /queues/tutorials/web-crawler-with-browser-rendering/ /queues/tutorials/web-crawler-with-browser-run/ 301 |
Contributor
Author
There was a problem hiding this comment.
Added separately due to slug change.
pedrosousa
commented
Apr 15, 2026
| --- | ||
|
|
||
| Workers, including those using [Durable Objects](/durable-objects/) and [Browser Rendering](/browser-rendering/), may now process WebSocket messages up to 32 MiB in size. Previously, this limit was 1 MiB. | ||
| Workers, including those using [Durable Objects](/durable-objects/) and [Browser Rendering](/browser-run/), may now process WebSocket messages up to 32 MiB in size. Previously, this limit was 1 MiB. |
Contributor
Author
There was a problem hiding this comment.
Updating only links and frontmatter products in changelog entries (not the text).
Contributor
…X-21436-browser-rendering-rename
4 tasks
RebeccaTamachiro
approved these changes
Apr 15, 2026
| npm i @cloudflare/puppeteer | ||
| ``` | ||
|
|
||
| 2. Install `zod` so we can define our output format and `zod-to-json-schema` so we can convert it into a JSON schema format: |
Contributor
There was a problem hiding this comment.
Suggested change
| 2. Install `zod` so we can define our output format and `zod-to-json-schema` so we can convert it into a JSON schema format: | |
| 3. Install `zod` so we can define our output format and `zod-to-json-schema` so we can convert it into a JSON schema format: |
| npm i zod-to-json-schema | ||
| ``` | ||
|
|
||
| 3. Activate the nodejs compatibility flag and add your Browser Run binding to your new Wrangler configuration: |
Contributor
There was a problem hiding this comment.
Suggested change
| 3. Activate the nodejs compatibility flag and add your Browser Run binding to your new Wrangler configuration: | |
| 4. Activate the nodejs compatibility flag and add your Browser Run binding to your new Wrangler configuration: |
| ``` | ||
| </WranglerConfig> | ||
|
|
||
| 4. In order to use [Workers AI](/workers-ai/), you need to get your [Account ID and API token](/workers-ai/get-started/rest-api/#1-get-api-token-and-account-id). |
Contributor
There was a problem hiding this comment.
Suggested change
| 4. In order to use [Workers AI](/workers-ai/), you need to get your [Account ID and API token](/workers-ai/get-started/rest-api/#1-get-api-token-and-account-id). | |
| 5. In order to use [Workers AI](/workers-ai/), you need to get your [Account ID and API token](/workers-ai/get-started/rest-api/#1-get-api-token-and-account-id). |
MohamedH1998
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses PCX-21436.
Documentation checklist