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:
parent
86b05491f0
commit
8b873bf1f3
2 changed files with 8 additions and 0 deletions
5
.changeset/tall-mayflies-deliver.md
Normal file
5
.changeset/tall-mayflies-deliver.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Adds 'starlight' to the displayed options for `astro add`
|
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue