- 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
20 lines
137 B
Plaintext
20 lines
137 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
.astro/
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|