Skip to content

Commit 102b471

Browse files
authored
Update get-started.mdx
change header levels
1 parent 5cef12a commit 102b471

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ There are two ways to use Browser Rendering:
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

17-
## REST API
17+
# REST API
1818

1919
The REST API is best for situations where you have an existing application and want to perform simple, stateless browser actions.
2020

21-
### Prerequisites
21+
## Prerequisites
2222
- Sign up for a [Cloudflare account](https://dash.cloudflare.com/sign-up/workers-and-pages).
2323
- Create a [Cloudflare API Token](/fundamentals/api/get-started/create-token/) with `Browser Rendering - Edit` permissions.
2424

25-
### Example: Take a screenshot of the Cloudflare homepage
25+
## Example: Take a screenshot of the Cloudflare homepage
2626

2727
<Render
2828
file="example-screenshot-from-url"
@@ -35,21 +35,21 @@ The REST API can also be used to:
3535
- [Generate a PDF](/browser-rendering/rest-api/pdf-endpoint/)
3636
- [and more...](/browser-rendering/rest-api/)
3737

38-
## Workers Bindings
38+
# Workers Bindings
3939

4040
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/).
4141

4242
### Prerequisites
4343
<Render file="prereqs" product="workers" />
4444

45-
### Example: Navigate to a URL, take a screenshot, and store in KV
45+
## Example: Navigate to a URL, take a screenshot, and store in KV
4646

4747
<Render
4848
file="example-workers-binding-screenshots-from-web"
4949
product="browser-rendering"
5050
/>
5151

52-
## Next Steps
52+
# Next Steps
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/)

0 commit comments

Comments
 (0)