Context
Upstream-review of no-mistakes found made has an Astro docs scaffold under docs/ (mostly just docs/remediation) with no deploy workflow, while no-mistakes has a full docs site + .github/workflows/docs.yml deploying to GitHub Pages.
Improvement
Either:
- Populate made's docs site content and add a
docs.yml deploy workflow (port from no-mistakes), or
- Remove the unused Astro scaffold to cut clutter.
Why
Half-built scaffolding with no deploy path is dead weight; decide one way or the other.
Reference
no-mistakes: docs/src/content/docs, .github/workflows/docs.yml
Context
Upstream-review of no-mistakes found made has an Astro docs scaffold under
docs/(mostly justdocs/remediation) with no deploy workflow, while no-mistakes has a full docs site +.github/workflows/docs.ymldeploying to GitHub Pages.Improvement
Either:
docs.ymldeploy workflow (port from no-mistakes), orWhy
Half-built scaffolding with no deploy path is dead weight; decide one way or the other.
Reference
no-mistakes:
docs/src/content/docs,.github/workflows/docs.yml