Skip to content

Commit 8db4b59

Browse files
committed
Reorganize browser rendering navigation structure
1 parent bfd1d8d commit 8db4b59

File tree

18 files changed

+21
-33
lines changed

18 files changed

+21
-33
lines changed

src/content/docs/browser-rendering/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Changelog
44
release_notes_file_name:
55
- browser-rendering
66
sidebar:
7-
order: 9
7+
order: 14
88
head: []
99
description: Review recent changes to Worker Browser Rendering.
1010
---

src/content/docs/browser-rendering/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: FAQ
33
pcx_content_type: faq
44
sidebar:
5-
order: 8
5+
order: 11
66
head:
77
- tag: title
88
content: Frequently asked questions about Cloudflare Browser Rendering

src/content/docs/browser-rendering/get-started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Cloudflare Browser Rendering allows you to programmatically control a headless b
1010

1111
There are two ways to use Browser Rendering:
1212
- [REST API](/browser-rendering/rest-api/) for simple, one-off actions, like taking a screenshot, fetching HTML, or generating a PDF.
13-
- [Workers Bindings](/browser-rendering/workers-bindings/) for more complex, multi-step browser automation using [Puppeteer](/browser-rendering/platform/puppeteer/) and [Playwright](/browser-rendering/platform/playwright/).
13+
- [Workers Bindings](/browser-rendering/workers-bindings/) for more complex, multi-step browser automation using [Puppeteer](/browser-rendering/puppeteer/) and [Playwright](/browser-rendering/playwright/).
1414

1515
This guide will help you choose the right path for your needs and get you started with your first Browser Rendering project.
1616

@@ -37,7 +37,7 @@ The REST API can also be used to:
3737

3838
## Workers Bindings
3939

40-
Workers Bindings are best for situations where you need to build more complex, multi-step browser automation workflows. You can use familiar tools like [Puppeteer](/browser-rendering/platform/puppeteer/) and [Playwright](/browser-rendering/platform/playwright/).
40+
Workers Bindings are best for situations where you need to build more complex, multi-step browser automation workflows. You can use familiar tools like [Puppeteer](/browser-rendering/puppeteer/) and [Playwright](/browser-rendering/playwright/).
4141

4242
### Prerequisites
4343
<Render file="prereqs" product="workers" />
@@ -53,5 +53,5 @@ Workers Bindings are best for situations where you need to build more complex, m
5353
If you have any feature requests or notice any bugs, share your feedback directly with the Cloudflare team by joining the [Cloudflare Developers community on Discord](https://discord.cloudflare.com/).
5454

5555
- Check out all the [REST API endpoints](/browser-rendering/rest-api/)
56-
- Try out the [Playwright MCP](/browser-rendering/platform/playwright-mcp/)
57-
- Learn more about Browser Rendering [limits](/browser-rendering/platform/limits/) and [pricing](/browser-rendering/platform/pricing/).
56+
- Try out the [Playwright MCP](/browser-rendering/playwright-mcp/)
57+
- Learn more about Browser Rendering [limits](/browser-rendering/limits/) and [pricing](/browser-rendering/pricing/).

src/content/docs/browser-rendering/how-to/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorials
33
pcx_content_type: navigation
44
sidebar:
5-
order: 4
5+
order: 9
66
group:
77
hideIndex: true
88
---

src/content/docs/browser-rendering/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Build and deploy AI-powered agents that can autonomously perform tasks.
8484

8585
<LinkTitleCard
8686
title="Limits"
87-
href="/browser-rendering/platform/limits/"
87+
href="/browser-rendering/limits/"
8888
icon="document"
8989
>
9090
Learn about Browser Rendering limits.
@@ -93,7 +93,7 @@ Build and deploy AI-powered agents that can autonomously perform tasks.
9393
<LinkTitleCard
9494
title="Pricing"
9595
icon="seti:shell"
96-
href="/browser-rendering/platform/pricing/"
96+
href="/browser-rendering/pricing/"
9797
>
9898
Learn about Browser Rendering pricing.
9999
</LinkTitleCard>

src/content/docs/browser-rendering/platform/limits.mdx renamed to src/content/docs/browser-rendering/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: configuration
33
title: Limits
44
description: Learn about the limits associated with Browser Rendering.
55
sidebar:
6-
order: 30
6+
order: 12
77
---
88

99
import { Render, Plan, Tabs, TabItem, DashButton } from "~/components";

src/content/docs/browser-rendering/platform/index.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

src/content/docs/browser-rendering/platform/pricing.mdx renamed to src/content/docs/browser-rendering/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: configuration
33
title: Pricing
44
sidebar:
5-
order: 31
5+
order: 13
66
---
77
import { DashButton } from "~/components"
88

0 commit comments

Comments
 (0)