Skip to content

Commit 6627c71

Browse files
irvinebroquerita3koelithrar
authored andcommitted
Agents landing page
* WIP /agents structure * consolidate why cf with overview * add reference architectures and why cf * add examples WIP * fix tabs closing tags * browser rendering example * add workflows example * update DO summary * add examples * collapse code blocks * update agents.yaml * clean up main page * add agents links * fix up link outs * fix collapse syntax * fix link * add products sidebar --------- Co-authored-by: Rita Kozlov <[email protected]> Co-authored-by: Matt Silverlock <[email protected]>
1 parent d3d8607 commit 6627c71

File tree

23 files changed

+769
-0
lines changed

23 files changed

+769
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Control Web Browsers (Browser Rendering API)
4+
external_link: /browser-rendering/
5+
sidebar:
6+
order: 1
7+
head: []
8+
description: The Workers Browser Rendering API allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products.
9+
10+
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: reference
3+
title: Capabilities
4+
sidebar:
5+
order: 2
6+
group:
7+
hideIndex: true
8+
---
9+
10+
import { DirectoryListing } from "~/components";
11+
12+
Capabilities
13+
14+
<DirectoryListing />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Run models (Workers AI)
4+
external_link: /workers-ai/
5+
sidebar:
6+
order: 2
7+
head: []
8+
description: Run popular open-source AI models on Cloudflare's network.
9+
---
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: Send Email
4+
external_link: /email-routing/email-workers/send-email-workers/
5+
sidebar:
6+
order: 2
7+
head: []
8+
description: Send emails from your Worker for async updates to a user.
9+
---
10+
11+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
pcx_content_type: navigation
3+
title: Realtime voice (WebRTC)
4+
external_link: /calls/
5+
sidebar:
6+
order: 4
7+
head: []
8+
description: Build real-time serverless video, audio and data applications.
9+
---

0 commit comments

Comments
 (0)