원클릭으로
astro-pages-bootstrap
Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Drive package defaults, release packaging, and website version display from one MSBuild property
Validate every meaningful workflow_dispatch input combination before approving release-pipeline changes
Keep mixed validation/release GitHub workflow dispatch inputs from misrouting validation runs
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
| name | astro-pages-bootstrap |
| description | Bootstrap Astro in docs-site/ for GitHub Pages with a matching local base path |
| domain | docs |
| confidence | medium |
| source | Sprint 8 Wave 1 issue #50 |
When this repo hosts an Astro site from a project Pages path, the local dev and preview URLs should match the deployed subpath instead of pretending the site lives at root.
docs-site/ with dev, build, and preview scripts.astro.config.mjs with the GitHub Pages origin and the repository base path (for this repo, /SimplicityTools/)..nojekyll in public/ so Astro copies it to dist/ on every build.README.md that tells contributors the exact local URL to open.npm run dev, npm run build, and npm run preview against the repository subpath, not /.