Skip to content

Commit 3ebbf0c

Browse files
committed
remove aside
1 parent 8ae6677 commit 3ebbf0c

File tree

1 file changed

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

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ description: Create an Astro application and deploy it to Cloudflare Workers wit
66
---
77

88
import {
9-
Aside,
109
Badge,
1110
Details,
1211
Steps,
@@ -19,8 +18,6 @@ import {
1918
PackageManagers,
2019
} from "~/components";
2120

22-
<Aside type="tip" title="Get started">
23-
2421
**Start from CLI** - scaffold an Astro project on Workers, and pick your template.
2522

2623
<PackageManagers
@@ -31,12 +28,10 @@ import {
3128

3229
---
3330

34-
**Just click deploy** - create a static blog with Astro and deploy it on Cloudflare Workers.
31+
**Or just deploy** - create a static blog with Astro and deploy it on Cloudflare Workers.
3532

3633
[![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)
3734

38-
</Aside>
39-
4035
## What is Astro?
4136

4237
[Astro](https://astro.build/) is a JavaScript web framework designed for creating websites that display large amounts of content (such as blogs, documentation sites, or online stores).

0 commit comments

Comments
 (0)