add starlight docs addon

This commit is contained in:
Aman Varshney
2025-04-10 20:35:15 +05:30
parent 6847603b5c
commit aac6a7d267
11 changed files with 118 additions and 20 deletions

View File

@@ -233,6 +233,14 @@ export const TECH_OPTIONS = {
color: "from-amber-500 to-amber-700",
default: false,
},
{
id: "starlight",
name: "Starlight",
description: "Documentation site with Astro",
icon: "📚",
color: "from-teal-500 to-teal-700",
default: false,
},
{
id: "biome",
name: "Biome",
@@ -379,7 +387,7 @@ export const PRESET_TEMPLATES = [
dbSetup: "turso",
auth: "true",
packageManager: "bun",
addons: ["pwa", "biome", "husky", "tauri"],
addons: ["pwa", "biome", "husky", "tauri", "starlight"],
examples: ["todo", "ai"],
git: "true",
install: "true",