Skip to content

Commit 1496c31

Browse files
committed
Step 1
1 parent 55e72ae commit 1496c31

File tree

8 files changed

+120
-0
lines changed

8 files changed

+120
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: TBC
3+
description: TBC
4+
date: 2025-08-05T01:00:00Z
5+
---
6+
TBC
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Features
3+
pcx_content_type: navigation
4+
sidebar:
5+
group:
6+
hideIndex: true
7+
order: 5
8+
---
9+
10+
import { DirectoryListing } from "~/components";
11+
12+
<DirectoryListing />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: TBC
3+
pcx_content_type: concept
4+
sidebar:
5+
order: 5
6+
---
7+
8+
import { Steps, GlossaryTooltip, Tabs, TabItem, Example } from "~/components";
9+
10+
TBC
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Getting started
3+
pcx_content_type: get-started
4+
updated: 2025-08-05
5+
sidebar:
6+
order: 2
7+
---
8+
9+
import { Render, PackageManagers, Steps, FileTree, Tabs, TabItem, TypeScriptExample, WranglerConfig } from "~/components";
10+
11+
This guide instructs you through:
12+
13+
TBD
14+
15+
## Prerequisites
16+
17+
<Render file="prereqs" product="workers" />
18+
19+
## 1. TBD
20+
21+
## Summary
22+
23+
TBD
24+
25+
## Next steps
26+
27+
TBD
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Cloudflare Workers VPC
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 1
6+
head:
7+
- tag: title
8+
content: Overview
9+
description: Connect Cloudflare Worker's Virtual Private Cloud to your private clouds to build cross-cloud apps.
10+
11+
---
12+
13+
import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Render, LinkButton, Flex } from "~/components"
14+
15+
<Description>
16+
17+
Connect Cloudflare Worker's Virtual Private Cloud to your private clouds to build cross-cloud apps.
18+
19+
</Description>
20+
21+
<Plan type="workers-all" />
22+
23+
<div>
24+
<LinkButton href="/workers-vpc/get-started">Get started</LinkButton>
25+
</div>
26+
27+
***
28+
29+
## Features
30+
31+
TBC
32+
33+
***
34+
35+
## Related products
36+
37+
<RelatedProduct header="Workers" href="/workers/" product="workers">
38+
39+
Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
40+
41+
</RelatedProduct>
42+
43+
***
44+
45+
## More resources
46+
47+
TBC
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
productName: Workers VPC
3+
entries:
4+
- term: Virtual Private Cloud
5+
general_definition: |-
6+
A logically isolated section of cloud infrastructure that provides secure, private networking within a public cloud environment.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Workers VPC
2+
3+
product:
4+
title: Workers VPC
5+
url: /workers-vpc/
6+
group: Developer platform
7+
8+
meta:
9+
title: Cloudflare Workers VPC
10+
description: Connect Cloudflare Worker's Virtual Private Cloud to your private clouds to build cross-cloud apps.
11+
author: "@cloudflare"

src/icons/workers-vpc.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)