From 27bf7ca0442c9f4318d4eb244bbb3dacba9fceca Mon Sep 17 00:00:00 2001 From: Sofia Cardita Date: Wed, 15 Jan 2025 09:12:39 +0000 Subject: [PATCH 1/3] [Browser Rendering] Fix url in ai tutorial --- src/content/docs/browser-rendering/how-to/ai.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/browser-rendering/how-to/ai.mdx b/src/content/docs/browser-rendering/how-to/ai.mdx index d95ab64425c9df..6da3c7a7a2879b 100644 --- a/src/content/docs/browser-rendering/how-to/ai.mdx +++ b/src/content/docs/browser-rendering/how-to/ai.mdx @@ -6,8 +6,8 @@ sidebar: import { Aside } from "~/components"; -The ability to browse websites can be crucial when building workflows with AI. Here, we provide an example where we use Browser Rendering to visit -`https://news.ycombinator.com/` and then, using a machine learning model available in [Workers AI](/workers-ai/), extract the first post as JSON with a specified schema. +The ability to browse websites can be crucial when building workflows with AI. Here, we provide an example where we use Browser Rendering to visit +`https://labs.apnic.net/` and then, using a machine learning model available in [Workers AI](/workers-ai/), extract the first post as JSON with a specified schema. ## Prerequisites From dad7f8870348ef6152d2f21a226adb5e6a63561a Mon Sep 17 00:00:00 2001 From: Sofia Cardita Date: Wed, 15 Jan 2025 09:13:35 +0000 Subject: [PATCH 2/3] [Browser Rendering] Add danielgek as code owner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1326c125909efc..9ea7f55416a4ad 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -42,7 +42,7 @@ # Browser Rendering API -/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla +/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla @danielgek # Changelogs From 80d9690a83c62cb085e4720c1d549a9bd7c2a7aa Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Mon, 10 Feb 2025 08:57:12 -0600 Subject: [PATCH 3/3] Update src/content/docs/browser-rendering/how-to/ai.mdx --- src/content/docs/browser-rendering/how-to/ai.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/browser-rendering/how-to/ai.mdx b/src/content/docs/browser-rendering/how-to/ai.mdx index b0f8ecf2fe9755..e74720bc017422 100644 --- a/src/content/docs/browser-rendering/how-to/ai.mdx +++ b/src/content/docs/browser-rendering/how-to/ai.mdx @@ -7,7 +7,6 @@ sidebar: import { Aside, WranglerConfig } from "~/components"; The ability to browse websites can be crucial when building workflows with AI. Here, we provide an example where we use Browser Rendering to visit - `https://labs.apnic.net/` and then, using a machine learning model available in [Workers AI](/workers-ai/), extract the first post as JSON with a specified schema. ## Prerequisites