Skip to content

Commit 887199c

Browse files
committed
thomasgauvin: adjust menu for kv docs
1 parent d4f60be commit 887199c

File tree

10 files changed

+14
-23
lines changed

10 files changed

+14
-23
lines changed

src/content/docs/hyperdrive/reference/faq.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
pcx_content_type: concept
33
title: FAQ
44
sidebar:
5-
order: 10
6-
5+
order: 4
76
---
87

98
Below you will find answers to our most commonly asked questions regarding Hyperdrive.
@@ -27,4 +26,3 @@ Hyperdrive itself does not charge for compute (CPU) or processing (wall clock) t
2726
### Are there any limits to Hyperdrive?
2827

2928
Refer to the published [limits](/hyperdrive/platform/limits/) documentation.
30-

src/content/docs/hyperdrive/hyperdrive-rest-api.mdx renamed to src/content/docs/hyperdrive/reference/hyperdrive-rest-api.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ pcx_content_type: navigation
33
title: Hyperdrive REST API
44
external_link: /api/resources/hyperdrive/subresources/configs/methods/list/
55
sidebar:
6-
order: 10
7-
6+
order: 2
87
---

src/content/docs/hyperdrive/reference/supported-databases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: concept
33
title: Supported databases
44
sidebar:
5-
order: 2
5+
order: 3
66
---
77

88
## Database support

src/content/docs/hyperdrive/reference/wrangler-commands.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ pcx_content_type: navigation
33
title: Wrangler commands
44
external_link: /workers/wrangler/commands/#hyperdrive
55
sidebar:
6-
order: 12
7-
6+
order: 1
87
---

src/content/docs/kv/reference/data-security.mdx renamed to src/content/docs/kv/platform/data-security.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
title: Data security
33
pcx_content_type: concept
44
sidebar:
5-
order: 8
6-
5+
order: 3
76
---
87

98
This page details the data security properties of KV, including:
109

11-
* Encryption-at-rest (EAR).
12-
* Encryption-in-transit (EIT).
13-
* Cloudflare's compliance certifications.
10+
- Encryption-at-rest (EAR).
11+
- Encryption-in-transit (EIT).
12+
- Cloudflare's compliance certifications.
1413

1514
## Encryption at Rest
1615

src/content/docs/kv/reference/environments.mdx renamed to src/content/docs/kv/platform/environments.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ Specifying an environment with the optional `--env` flag allows you to publish W
5454

5555
For example, you could use separate staging and production KV namespaces for KV data in your Wrangler file:
5656

57-
58-
5957
<WranglerConfig>
6058

6159
```toml

src/content/docs/kv/platform/storage-options.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ pcx_content_type: navigation
33
title: Choose a data or storage product
44
external_link: /workers/platform/storage-options/
55
sidebar:
6-
order: 3
7-
6+
order: 5
87
---

src/content/docs/kv/glossary.mdx renamed to src/content/docs/kv/reference/glossary.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Glossary
33
pcx_content_type: glossary
44
sidebar:
5-
order: 7
6-
5+
order: 14
76
---
87

9-
import { Glossary } from "~/components"
8+
import { Glossary } from "~/components";
109

1110
Review the definitions for terms used across Cloudflare's KV documentation.
1211

src/content/docs/kv/reference/kv-commands.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
pcx_content_type: reference
33
title: Wrangler KV commands
44
sidebar:
5-
order: 2
5+
order: 4
66
---
77

8-
import {Render} from "~/components"
8+
import { Render } from "~/components";
99

10-
<Render file="wrangler-commands/kv" product="workers"/>
10+
<Render file="wrangler-commands/kv" product="workers" />
1111

1212
## Deprecations
1313

File renamed without changes.

0 commit comments

Comments
 (0)