Skip to content

Commit 76b2bc7

Browse files
committed
get rid of tabs
1 parent bce737f commit 76b2bc7

File tree

1 file changed

+6
-13
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+6
-13
lines changed

src/content/docs/workers/frameworks/framework-guides/astro.mdx

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,19 @@ import {
2121

2222
<Aside type="tip" title="Get started">
2323

24-
<Tabs syncKey="DeployButtonSnippet"> <TabItem label="Dashboard">
25-
26-
Create a blog with Astro and deploy it on Cloudflare Workers as a static website.
27-
28-
[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/staging/astro-blog-starter-template)
29-
30-
</TabItem>
31-
32-
<TabItem label="CLI">
33-
34-
Scaffold an Astro project on Workers, and pick your template.
24+
**Start from CLI** - scaffold an Astro project on Workers, and pick your template.
3525

3626
<PackageManagers
3727
type="create"
3828
pkg="cloudflare@latest"
3929
args="my-astro-app -- --framework=astro --platform=workers"
4030
/>
4131

42-
</TabItem>
43-
</Tabs>
32+
---
33+
34+
**Just click deploy** - create a static blog with Astro and deploy it on Cloudflare Workers.
35+
36+
[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create/deploy-to-workers&repository=https://github.com/cloudflare/templates/tree/staging/astro-blog-starter-template)
4437

4538
</Aside>
4639

0 commit comments

Comments
 (0)