Skip to content

Commit b92c24f

Browse files
authored
Update astro add integrations list (#4574)
1 parent b5f3c0d commit b92c24f

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.changeset/nice-cups-mix.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Update `astro add` to list official integrations & adapters with same organisation we use in docs

packages/astro/src/core/add/index.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,29 @@ export default async function add(names: string[], { cwd, flags, logging, teleme
6666
['--yes', 'Accept all prompts.'],
6767
['--help', 'Show this help message.'],
6868
],
69-
'Recommended: UI Frameworks': [
69+
'UI Frameworks': [
7070
['react', 'astro add react'],
7171
['preact', 'astro add preact'],
7272
['vue', 'astro add vue'],
7373
['svelte', 'astro add svelte'],
7474
['solid-js', 'astro add solid-js'],
7575
['lit', 'astro add lit'],
76+
['alpine', 'astro add alpine'],
7677
],
77-
'Recommended: Hosting': [
78+
'SSR Adapters': [
7879
['netlify', 'astro add netlify'],
7980
['vercel', 'astro add vercel'],
80-
['cloudflare', 'astro add cloudflare'],
8181
['deno', 'astro add deno'],
82+
['cloudflare', 'astro add cloudflare'],
83+
['node', 'astro add node'],
8284
],
83-
'Recommended: Integrations': [
85+
Others: [
8486
['tailwind', 'astro add tailwind'],
87+
['image', 'astro add image'],
88+
['mdx', 'astro add mdx'],
8589
['partytown', 'astro add partytown'],
8690
['sitemap', 'astro add sitemap'],
87-
],
88-
'Example: Add an SSR Adapter': [
89-
['netlify', 'astro add netlify'],
90-
['vercel', 'astro add vercel'],
91-
['deno', 'astro add deno'],
91+
['prefetch', 'astro add prefetch'],
9292
],
9393
},
9494
description: `For more integrations, check out: ${cyan('https://astro.build/integrations')}`,

0 commit comments

Comments
 (0)