- 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
7 lines
99 B
JSON
7 lines
99 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true
|
|
}
|
|
}
|