Skip to content

Commit 8b873bf

Browse files
sygintbluwy
andauthoredJan 2, 2024
Add 'starlight' to displayed options under 'add' option in CLI (#9559)
* Add 'starlight' to displayed options under 'add' option in CLI * Create tall-mayflies-deliver.md * Update tall-mayflies-deliver.md --------- Co-authored-by: syg <sygint@users.noreply.github.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
1 parent 86b0549 commit 8b873bf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎.changeset/tall-mayflies-deliver.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro": patch
3+
---
4+
5+
Adds 'starlight' to the displayed options for `astro add`

‎packages/astro/src/cli/add/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ export async function add(names: string[], { flags }: AddOptions) {
114114
['lit', 'astro add lit'],
115115
['alpinejs', 'astro add alpinejs'],
116116
],
117+
'Documentation Frameworks': [
118+
['starlight', 'astro add starlight'],
119+
],
117120
'SSR Adapters': [
118121
['netlify', 'astro add netlify'],
119122
['vercel', 'astro add vercel'],

0 commit comments

Comments
 (0)
Please sign in to comment.