Skip to content

Commit ea14035

Browse files
authored
Use --category web-framework in Pages Docs
1 parent d4ece39 commit ea14035

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
{}
3+
---
4+
5+
import { TabItem, Tabs } from "~/components";
6+
7+
<Tabs> <TabItem label="npm">
8+
9+
```sh
10+
npm create cloudflare@latest -- --category web-framework
11+
```
12+
13+
</TabItem>
14+
15+
<TabItem label="yarn">
16+
17+
```sh
18+
yarn create cloudflare@latest -- --category web-framework
19+
```
20+
21+
</TabItem> </Tabs>

0 commit comments

Comments
 (0)