Skip to content

Commit 01dbb24

Browse files
committed
Making the pricing page in DO partial file the
actual source of truth
1 parent de53f7a commit 01dbb24

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/content/docs/durable-objects/platform/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Render } from "~/components"
1010

1111
## Billing metrics
1212

13-
<Render file="durable_objects_pricing" product="workers" />
13+
<Render file="durable_objects_pricing" product="durable-objects" />
1414

1515
## Durable Objects billing examples
1616

src/content/docs/workers/platform/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Refer to [D1 Pricing](/d1/platform/pricing/) to learn more about how D1 is bille
176176

177177
Durable Objects are available on both the [Workers Free](#workers) and [Workers Paid](#workers) plans.
178178

179-
<Render file="durable_objects_pricing" />
179+
<Render file="durable_objects_pricing" product="durable-objects" />
180180

181181
:::note[Durable Objects billing examples]
182182

src/content/partials/durable-objects/durable-objects-pricing.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import { Markdown } from "~/components"
99

1010
Durable Objects are available on both Workers Free and [Workers Paid plans](/workers/platform/pricing/#workers).
1111

12-
| | Paid plan |
13-
| -------------------- | ------------------------------------------------- |
14-
| Requests<sup>1</sup> | 1 million, + $0.15/million |
15-
| Duration<sup>2</sup> | 400,000 GB-s, + $12.50/million GB-s<sup>3,4</sup> |
12+
| | Free plan | Paid plan |
13+
| -------------------- | --------- | ------------------------------------------------- |
14+
| Requests<sup>1</sup> | | 1 million, + $0.15/million |
15+
| Duration<sup>2</sup> | | 400,000 GB-s, + $12.50/million GB-s<sup>3,4</sup> |
1616

1717

1818
<sup>1</sup> Requests include all incoming HTTP requests, WebSocket messages, and alarm invocations. There is no charge for outgoing WebSocket messages, nor for incoming [WebSocket protocol pings](https://www.rfc-editor.org/rfc/rfc6455#section-5.5.2).

0 commit comments

Comments
 (0)