Skip to content

Commit 6c48bee

Browse files
authored
Added frontmatter to pages missed in first round (#30146)
1 parent ede9a87 commit 6c48bee

60 files changed

Lines changed: 166 additions & 13 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/content/docs/workers-ai/agents.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Agents
3+
description: Build AI assistants that perform complex tasks using Workers AI and the Cloudflare Agents SDK.
34
pcx_content_type: navigation
45
external_link: /agents/
6+
products:
7+
- workers-ai
58
sidebar:
69
order: 7
710
---

src/content/docs/workers-ai/api-reference.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
pcx_content_type: navigation
33
title: REST API reference
4+
description: Run Workers AI inference models programmatically using the Cloudflare REST API.
45
external_link: /api/resources/ai/methods/run/
6+
products:
7+
- workers-ai
58
sidebar:
69
order: 9
710

src/content/docs/workers-ai/changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sidebar:
77
order: 9
88
head: []
99
description: Review recent changes to Cloudflare Workers AI.
10+
products:
11+
- workers-ai
1012
---
1113

1214
import { ProductReleaseNotes } from "~/components";

src/content/docs/workers-ai/configuration/ai-sdk.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
pcx_content_type: configuration
33
title: Vercel AI SDK
4+
description: Use Workers AI with the Vercel AI SDK for streaming text generation, tool calls, and structured output.
45
sidebar:
56
order: 3
7+
products:
8+
- workers-ai
69
---
710

811
import { PackageManagers } from "~/components";

src/content/docs/workers-ai/configuration/bindings.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
pcx_content_type: configuration
33
title: Workers Bindings
4+
description: Create an AI binding to connect your Cloudflare Worker to Workers AI.
45
sidebar:
56
order: 1
6-
7+
products:
8+
- workers-ai
79
---
810

911
import { Type, MetaInfo, WranglerConfig } from "~/components";

src/content/docs/workers-ai/configuration/hugging-face-chat-ui.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Hugging Face Chat UI
3+
description: Connect Workers AI models to Hugging Face's open-source Chat UI interface.
34
pcx_content_type: navigation
45
sidebar:
56
order: 6
6-
7+
products:
8+
- workers-ai
79
---
810

911
Use Workers AI with [Chat UI](https://github.com/huggingface/chat-ui?tab=readme-ov-file#text-embedding-models), an open-source chat interface offered by Hugging Face.

src/content/docs/workers-ai/configuration/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
pcx_content_type: navigation
33
title: Configuration
4+
description: Configure Workers AI bindings, API endpoints, and third-party integrations.
45
sidebar:
56
group:
67
hideIndex: true
78
order: 3
9+
products:
10+
- workers-ai
811
---
912

1013
import { DirectoryListing } from "~/components";

src/content/docs/workers-ai/configuration/open-ai-compatibility.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
pcx_content_type: configuration
33
title: OpenAI compatible API endpoints
4+
description: Use the OpenAI SDK to call Workers AI models through compatible API endpoints.
45
sidebar:
56
order: 3
7+
products:
8+
- workers-ai
69
---
710

811
import { Render } from "~/components";

src/content/docs/workers-ai/features/batch-api/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
pcx_content_type: configuration
33
title: Asynchronous Batch API
4+
description: Queue large inference workloads for asynchronous processing with the Workers AI Batch API.
45
sidebar:
56
order: 1
67
group:
78
badge: Beta
9+
products:
10+
- workers-ai
811
---
912

1013
import { Render, PackageManagers, WranglerConfig, CURL } from "~/components";

src/content/docs/workers-ai/features/batch-api/rest-api.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
pcx_content_type: how-to
33
title: REST API
4+
description: Send and retrieve batch inference requests using the Workers AI REST API.
45
sidebar:
56
order: 4
7+
products:
8+
- workers-ai
69
---
710

811
If you prefer to work directly with the REST API instead of a [Cloudflare Worker](/workers-ai/features/batch-api/workers-binding/), below are the steps on how to do it:

0 commit comments

Comments
 (0)