Skip to content

Conversation

@MattieTK
Copy link
Contributor

@MattieTK MattieTK commented Nov 7, 2025

Summary

  • Added documentation for automatic provisioning of KV, R2, and D1 bindings without pre-creating resources
  • Implemented removeSchema prop in WranglerConfig component to conditionally exclude JSON schema reference

Documentation checklist

  • Is there a changelog entry (guidelines)? If you don't add one for something awesome and new (however small) — how will our customers find out? Changelogs are automatically posted to RSS feeds, the Discord, and X.
  • The change adheres to the documentation style guide.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.
    …tion

…tion

- Added documentation for automatic provisioning of KV, R2, and D1 bindings without pre-creating resources
- Implemented removeSchema prop in WranglerConfig component to conditionally exclude JSON schema reference
- Reformatted redirected configuration section for improved readability
Copilot AI review requested due to automatic review settings November 7, 2025 15:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for the automatic resource provisioning feature in Wrangler and implements a removeSchema prop for the WranglerConfig component to make configuration snippets easier to copy-paste.

Key changes:

  • Added a new "Automatic provisioning" section to the Wrangler configuration documentation
  • Implemented a removeSchema prop for the WranglerConfig component to optionally exclude the JSON schema reference
  • Fixed indentation issues in existing FileTree and code block examples

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/content/docs/workers/wrangler/configuration.mdx Added automatic provisioning documentation section with examples, imported InlineBadge component, and fixed indentation in FileTree examples
src/content/docs/style-guide/components/wrangler-config.mdx Documented the new removeSchema prop with usage examples and removed trailing whitespace
src/components/WranglerConfig.astro Implemented the removeSchema prop using Zod validation and refactored JSON generation logic

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

MattieTK and others added 2 commits November 7, 2025 17:42
@MattieTK MattieTK merged commit 1ff0bc5 into cloudflare:production Nov 10, 2025
2 checks passed
@MattieTK MattieTK deleted the feat/auto-provision-beta branch November 10, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants