- Set up Astro + Starlight for documentation - Create comprehensive docs covering: - Getting started (introduction, installation, quickstart) - Configuration (environment variables, vCenter connection) - Deployment (Docker, OAuth multi-user) - Reference (94 tools, RBAC permissions, architecture) - VMware-inspired blue color scheme - Custom logo and styling - Search enabled via Pagefind
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "mcvsphere-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.32.3",
|
|
"astro": "^5.1.6",
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|