Skip to content

Commit ad474dc

Browse files
committed
Initial commit
1 parent f4eb1d3 commit ad474dc

File tree

13 files changed

+126
-0
lines changed

13 files changed

+126
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
link: # TODO
3+
productName: Pipelines
4+
productLink: "/pipelines/"
5+
productArea: Developer Platform
6+
productAreaLink: "/pipelines/"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Examples
3+
pcx_content_type: navigation
4+
sidebar:
5+
order: 4
6+
7+
---
8+
9+
import { DirectoryListing } from "~/components"
10+
11+
<DirectoryListing />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Get started
3+
pcx_content_type: get-started
4+
sidebar:
5+
order: 2
6+
head:
7+
- tag: title
8+
content: Get started
9+
---
10+
11+
Test
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Overview
3+
type: overview
4+
pcx_content_type: overview
5+
sidebar:
6+
order: 1
7+
badge:
8+
text: Beta
9+
head:
10+
- tag: title
11+
content: Pipelines
12+
---
13+
14+
import { Description } from "~/components";
15+
16+
<Description>
17+
18+
Ingest, transform, and store real time data streams in R2.
19+
20+
</Description>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Observability
3+
pcx_content_type: navigation
4+
sidebar:
5+
order: 5
6+
7+
---
8+
9+
import { DirectoryListing } from "~/components"
10+
11+
<DirectoryListing />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
pcx_content_type: concept
3+
title: Metrics
4+
sidebar:
5+
order: 10
6+
7+
---
8+
9+
TODO
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Pipelines REST API
4+
sidebar:
5+
order: 10
6+
7+
---
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Platform
4+
sidebar:
5+
order: 8
6+
7+
---
8+
9+
import { DirectoryListing } from "~/components"
10+
11+
<DirectoryListing />
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
pcx_content_type: concept
3+
title: Limits
4+
sidebar:
5+
order: 2
6+
---
7+
8+
TODO
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
pcx_content_type: concept
3+
title: Pricing
4+
sidebar:
5+
order: 1
6+
head:
7+
- tag: title
8+
content: Pipelines Pricing
9+
---
10+
11+
TODO

0 commit comments

Comments
 (0)