0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

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>
This commit is contained in:
Syg 2024-01-02 12:12:58 +00:00 committed by GitHub
parent 86b05491f0
commit 8b873bf1f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"astro": patch
---
Adds 'starlight' to the displayed options for `astro add`

View file

@ -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'],