Website for Deskription — CR definitions for CRs/CRDs in Kubernetes so that different tools can display information for Kubernetes resources dynamically.
Built with Astro.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build the production site to ./dist/ |
npm run preview |
Preview the build locally before deploying |
Pushes to main are deployed to GitHub Pages automatically via
.github/workflows/deploy.yml.