Skip to content

Commit c40f895

Browse files
committed
Make workers kv and hyperdrive consitent in terms of menu items
1 parent bd3b169 commit c40f895

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

src/content/docs/hyperdrive/index.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview
2+
title: Cloudflare Hyperdrive
33
order: 0
44
type: overview
55
pcx_content_type: overview
@@ -19,7 +19,7 @@ import {
1919
RelatedProduct,
2020
Tabs,
2121
TabItem,
22-
LinkButton
22+
LinkButton,
2323
} from "~/components";
2424

2525
<Description>
@@ -61,8 +61,10 @@ export default {
6161
return Response.json({ error: e instanceof Error ? e.message : e }, { status: 500 });
6262
}
6363
},
64+
6465
} satisfies ExportedHandler<{ HYPERDRIVE: Hyperdrive }>;
65-
```
66+
67+
````
6668

6769
</TabItem>
6870
<TabItem label="wrangler.jsonc">
@@ -86,7 +88,7 @@ export default {
8688
}
8789
]
8890
}
89-
```
91+
````
9092
9193
</TabItem>
9294
</Tabs>
File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Key concepts
4+
sidebar:
5+
order: 2
6+
group:
7+
hideIndex: true
8+
---
9+
10+
import { DirectoryListing } from "~/components";
11+
12+
<DirectoryListing />

src/content/docs/hyperdrive/observability/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: Observability
44
sidebar:
5-
order: 4
5+
order: 7
66
group:
77
hideIndex: true
88
---

src/content/docs/kv/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Built on SQLite, D1 is Cloudflare’s first queryable relational database. Creat
193193

194194
---
195195

196-
### More resources
196+
## More resources
197197

198198
<CardGrid>
199199

0 commit comments

Comments
 (0)