Skip to content

Commit 194a953

Browse files
committed
Moving Wrangler commands out of Reference. Reshuffling chapters.
1 parent 4dab631 commit 194a953

File tree

17 files changed

+366
-801
lines changed

17 files changed

+366
-801
lines changed

src/content/docs/d1/build-with-d1/d1-client-api.mdx

Lines changed: 0 additions & 497 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Query D1
3+
pcx_content_type: concept
4+
sidebar:
5+
order: 1
6+
---
7+
8+
There are three primary ways you can query a D1 database:
9+
10+
1. Using [D1 Workers Binding API](/d1/worker-api/) in your code.
11+
2. Using [D1 REST API](/api/operations/cloudflare-d1-create-database).
12+
3. Using [D1 Wrangler commands](/d1/wrangler-commands/).
13+
14+
## Query D1 with Workers Binding API
15+
16+
## Query D1 with REST API
17+
18+
## Query D1 with Wrangler commands

src/content/docs/d1/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configuration
33
pcx_content_type: navigation
44
sidebar:
5-
order: 6
5+
order: 8
66
group:
77
hideIndex: true
88
---

src/content/docs/d1/demos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Demos and architectures
44
sidebar:
5-
order: 10
5+
order: 12
66

77
---
88

src/content/docs/d1/examples/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hideChildren: false
44
pcx_content_type: navigation
55
title: Examples
66
sidebar:
7-
order: 8
7+
order: 10
88
group:
99
hideIndex: true
1010
---

src/content/docs/d1/observability/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Observability
33
pcx_content_type: navigation
44
sidebar:
5-
order: 7
5+
order: 9
66
group:
77
hideIndex: true
88
---

src/content/docs/d1/platform/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Platform
44
sidebar:
5-
order: 10
5+
order: 12
66
group:
77
hideIndex: true
88
---

src/content/docs/d1/reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Reference
44
sidebar:
5-
order: 11
5+
order: 13
66
group:
77
hideIndex: true
88
---

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

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)