Skip to content

Commit

Permalink
Add 'starlight' to displayed options under 'add' option in CLI (#9559)
Browse files Browse the repository at this point in the history
* Add 'starlight' to displayed options under 'add' option in CLI

* Create tall-mayflies-deliver.md

* Update tall-mayflies-deliver.md

---------

Co-authored-by: syg <[email protected]>
Co-authored-by: Bjorn Lu <[email protected]>
  • Loading branch information
3 people authored Jan 2, 2024
1 parent 86b0549 commit 8b873bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-mayflies-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": patch
---

Adds 'starlight' to the displayed options for `astro add`
3 changes: 3 additions & 0 deletions packages/astro/src/cli/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ export async function add(names: string[], { flags }: AddOptions) {
['lit', 'astro add lit'],
['alpinejs', 'astro add alpinejs'],
],
'Documentation Frameworks': [
['starlight', 'astro add starlight'],
],
'SSR Adapters': [
['netlify', 'astro add netlify'],
['vercel', 'astro add vercel'],
Expand Down

0 comments on commit 8b873bf

Please sign in to comment.