Skip to content

Commit 69d9dd5

Browse files
committed
Fixed render issues and page titles
1 parent b4fcf86 commit 69d9dd5

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

src/content/docs/pipelines/sources/http.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Pipeline Source - HTTP
2+
title: HTTP
33
pcx_content_type: concept
44
sidebar:
55
order: 1
66
head:
77
- tag: title
8-
content: HTTP
8+
content: Pipeline Source - HTTP
99
---
1010

1111
import { Render, PackageManagers } from "~/components";

src/content/docs/pipelines/sources/worker.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
2-
title: Pipeline Source - Workers
2+
title: Workers
33
pcx_content_type: concept
44
sidebar:
55
order: 2
6+
head:
7+
- tag: title
8+
content: Pipeline Source - Worker
69
---
710

811
import { Render, PackageManagers } from "~/components";
@@ -18,7 +21,7 @@ You can send records to your Pipeline directly from a [Cloudflare Worker](/worke
1821
6. Verify in R2
1922

2023
## 1. Create a Worker
21-
Create a Cloudflare Worker if you don't alreadyåhave one. This Worker will send records to your Pipeline.
24+
Create a Cloudflare Worker if you don't already have one. This Worker will send records to your Pipeline.
2225

2326
To create a Worker, run:
2427

@@ -32,9 +35,9 @@ To create a Worker, run:
3235
file="c3-post-run-steps"
3336
product="workers"
3437
params={{
35-
one: "Hello World example",
36-
two: "Hello World Worker",
37-
three: "TypeScript",
38+
category: "hello-world",
39+
type: "Hello World Worker",
40+
lang: "TypeScript",
3841
}}
3942
/>
4043

0 commit comments

Comments
 (0)