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.
There is currently one pending issue - when the "source of truth" KV commands are rendered in the list of all Wrangler commands, the table of headings on the RHS fails to register duplicated header names. There are several workarounds for this, but these changes need to be properly discussed with PCX.
Deploying cloudflare-docs with
Cloudflare Pages
| Latest commit: |
3f93dc8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d09fdaf1.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://kv-jun-wrangler-command-upda.cloudflare-docs-7ou.pages.dev |
Files with changes (up to 15)
There is currently one pending issue - when the "source of truth" KV commands are rendered in the list of all Wrangler commands, the table of headings on the RHS fails to register duplicated header names. There are several workarounds for this, but these changes need to be properly discussed with PCX.
I think this has been solved, so good to merge?