Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/content/docs/hyperdrive/reference/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
pcx_content_type: concept
title: FAQ
sidebar:
order: 10

order: 4
---

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ pcx_content_type: navigation
title: Hyperdrive REST API
external_link: /api/resources/hyperdrive/subresources/configs/methods/list/
sidebar:
order: 10

order: 2
---
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: concept
title: Supported databases
sidebar:
order: 2
order: 3
---

## Database support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ pcx_content_type: navigation
title: Wrangler commands
external_link: /workers/wrangler/commands/#hyperdrive
sidebar:
order: 12

order: 1
---
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
title: Data security
pcx_content_type: concept
sidebar:
order: 8

order: 3
---

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

* Encryption-at-rest (EAR).
* Encryption-in-transit (EIT).
* Cloudflare's compliance certifications.
- Encryption-at-rest (EAR).
- Encryption-in-transit (EIT).
- Cloudflare's compliance certifications.

## Encryption at Rest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ Specifying an environment with the optional `--env` flag allows you to publish W

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



<WranglerConfig>

```toml
Expand Down
3 changes: 1 addition & 2 deletions src/content/docs/kv/platform/storage-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ pcx_content_type: navigation
title: Choose a data or storage product
external_link: /workers/platform/storage-options/
sidebar:
order: 3

order: 5
---
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
title: Glossary
pcx_content_type: glossary
sidebar:
order: 7

order: 14
---

import { Glossary } from "~/components"
import { Glossary } from "~/components";

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

Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/kv/reference/kv-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
pcx_content_type: reference
title: Wrangler KV commands
sidebar:
order: 2
order: 4
---

import {Render} from "~/components"
import { Render } from "~/components";

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

## Deprecations

Expand Down
Loading