Skip to content

Commit 36aec7f

Browse files
committed
Vite docs tweaks
1 parent 4e4d491 commit 36aec7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/docs/workers/vite-plugin/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
};
8282
```
8383

84-
A request to this Worker will return 'Running in Cloudflare-Workers!', demonstrating that the code is running inside the Workers runtime.
84+
A request to this Worker will return **'Running in Cloudflare-Workers!'**, demonstrating that the code is running inside the Workers runtime.
8585

8686
## Dev, build, preview and deploy
8787

src/content/docs/workers/vite-plugin/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: A full-featured integration between Vite and the Workers runtime
99
The Cloudflare Vite plugin enables a full-featured integration between [Vite](https://vite.dev/) and the [Workers runtime](/workers/runtime-apis/).
1010
Your Worker code runs inside [workerd](https://github.com/cloudflare/workerd), matching the production behavior as closely as possible and providing confidence as you develop and deploy your applications.
1111

12-
### Features
12+
## Features
1313

1414
- Uses the Vite [Environment API](https://vite.dev/guide/api-environment) to integrate Vite with the Workers runtime
1515
- Provides direct access to [Workers runtime APIs](/workers/runtime-apis/) and [bindings](/workers/runtime-apis/bindings/)
@@ -18,14 +18,14 @@ Your Worker code runs inside [workerd](https://github.com/cloudflare/workerd), m
1818
- Leverages Vite's hot module replacement for consistently fast updates
1919
- Supports `vite preview` for previewing your build output in the Workers runtime prior to deployment
2020

21-
### Use cases
21+
## Use cases
2222

23-
- React Router v7 (support for more full-stack frameworks is coming soon)
23+
- [React Router v7](https://reactrouter.com/) (support for more full-stack frameworks is coming soon)
2424
- Static sites, such as single-page applications, with or without an integrated backend API
2525
- Standalone Workers
2626
- Multi-Worker applications
2727

28-
### Get started
28+
## Get started
2929

3030
To create a new application from a ready-to-go template, refer to the [React Router](/workers/frameworks/framework-guides/react-router/), [React](/workers/frameworks/framework-guides/react/) or [Vue](/workers/frameworks/framework-guides/vue/) framework guides.
3131

0 commit comments

Comments
 (0)