cloudflare-docs
cloudflare-docs copied to clipboard
[KV] Wrangler-KV Command Update
Summary
Continuation of the PR from: https://github.com/cloudflare/cloudflare-docs/pull/15985
TLDR of this current PR:
- Centralising Wrangler-KV commands into
partials/workers/wrangler-commands/kv.mdx. This is the single source of truth for Wrangler-KV commands. - Referencing the KV commands in the "Commands" page in
docs/workers/wrangler/commands.mdx. - Referencing the KV commands in the "Commands" page in
docs/kv/kv-commands.mdx. - Previously, there were some small discrepancies in H4s between the two locations found in (2) and (3). This has been unified. Specifically, the content from
docs/workers/wrangler/commands.mdxhas been used over the other.
Screenshots (optional)
Documentation checklist
- [x] The documentation style guide has been adhered to.
- [ ] 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.