Skip to content

Commit 06904e0

Browse files
committed
Adding Durable Object Base Class chapter. Adding cross-references.
1 parent 46edf37 commit 06904e0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/content/docs/durable-objects/api/alarms.mdx

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

88
import { Type, GlossaryTooltip } from "~/components";

src/content/docs/durable-objects/api/id.mdx

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

88
import { Render, Tabs, TabItem, GlossaryTooltip } from "~/components";

src/content/docs/durable-objects/api/namespace.mdx

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

88
import { Render, Tabs, TabItem, GlossaryTooltip } from "~/components";

src/content/docs/durable-objects/api/sql-storage.mdx

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

77
---
88

src/content/docs/durable-objects/api/state.mdx

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

88
import { Tabs, TabItem, GlossaryTooltip } from "~/components";

src/content/docs/durable-objects/api/storage-api.mdx

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

88
import { Render, Type, MetaInfo, GlossaryTooltip } from "~/components";

src/content/docs/durable-objects/api/stub.mdx

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

88
import { Render, GlossaryTooltip } from "~/components";

src/content/docs/durable-objects/api/webgpu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: configuration
33
title: WebGPU
44
sidebar:
5-
order: 8
5+
order: 9
66
---
77

88
:::caution

src/content/docs/durable-objects/api/workers-rs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pcx_content_type: navigation
33
title: Rust API
44
external_link: https://github.com/cloudflare/workers-rs?tab=readme-ov-file#durable-objects
55
sidebar:
6-
order: 10
6+
order: 11
77

88
---

0 commit comments

Comments
 (0)