Skip to content

Commit a9856c3

Browse files
authored
[KV] Update heading levels of wranglercommand (#26463)
1 parent 9baa5a1 commit a9856c3

File tree

1 file changed

+11
-11
lines changed
  • src/content/partials/workers/wrangler-commands

1 file changed

+11
-11
lines changed

src/content/partials/workers/wrangler-commands/kv.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ The `kv ...` commands allow you to manage your Workers KV resources in the Cloud
1616
Since version 3.60.0, Wrangler supports the `kv ...` syntax. If you are using versions below 3.60.0, the command follows the `kv:...` syntax. Learn more about the deprecation of the `kv:...` syntax in the [Wrangler commands](/kv/reference/kv-commands/#deprecations) for KV page.
1717
:::
1818

19-
<WranglerCommand command="kv namespace create" />
19+
<WranglerCommand command="kv namespace create" headingLevel={3} />
2020

21-
<WranglerCommand command="kv namespace list" />
21+
<WranglerCommand command="kv namespace list" headingLevel={3} />
2222

23-
<WranglerCommand command="kv namespace delete" />
23+
<WranglerCommand command="kv namespace delete" headingLevel={3} />
2424

25-
<WranglerCommand command="kv namespace rename" />
25+
<WranglerCommand command="kv namespace rename" headingLevel={3} />
2626

2727
## `kv key`
2828

@@ -36,13 +36,13 @@ The `kv ...` commands allow you to manage your Workers KV resources in the Cloud
3636
Since version 3.60.0, Wrangler supports the `kv ...` syntax. If you are using versions below 3.60.0, the command follows the `kv:...` syntax. Learn more about the deprecation of the `kv:...` syntax in the [Wrangler commands](/kv/reference/kv-commands/) for KV page.
3737
:::
3838

39-
<WranglerCommand command="kv key put" />
39+
<WranglerCommand command="kv key put" headingLevel={3} />
4040

41-
<WranglerCommand command="kv key list" />
41+
<WranglerCommand command="kv key list" headingLevel={3} />
4242

43-
<WranglerCommand command="kv key get" />
43+
<WranglerCommand command="kv key get" headingLevel={3} />
4444

45-
<WranglerCommand command="kv key delete" />
45+
<WranglerCommand command="kv key delete" headingLevel={3} />
4646

4747
## `kv bulk`
4848

@@ -58,8 +58,8 @@ The `kv ...` commands allow you to manage your Workers KV resources in the Cloud
5858
Since version 3.60.0, Wrangler supports the `kv ...` syntax. If you are using versions below 3.60.0, the command follows the `kv:...` syntax. Learn more about the deprecation of the `kv:...` syntax in the [Wrangler commands](/kv/reference/kv-commands/) for KV page.
5959
:::
6060

61-
<WranglerCommand command="kv bulk get" />
61+
<WranglerCommand command="kv bulk get" headingLevel={3} />
6262

63-
<WranglerCommand command="kv bulk put" />
63+
<WranglerCommand command="kv bulk put" headingLevel={3} />
6464

65-
<WranglerCommand command="kv bulk delete" />
65+
<WranglerCommand command="kv bulk delete" headingLevel={3} />

0 commit comments

Comments
 (0)