一键导入
astro-reference-pages
Build deep Astro documentation pages from a shared content module while keeping stable explicit routes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build deep Astro documentation pages from a shared content module while keeping stable explicit routes
用 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-reference-pages |
| description | Build deep Astro documentation pages from a shared content module while keeping stable explicit routes |
| domain | docs |
| confidence | high |
| source | earned |
Use this pattern when a docs-site needs many reference pages that share structure but still need explicit, linkable routes. It works well when the information architecture is already known and the main risk is duplication or broken internal linking.
/docs/commands/foo/, /analyzers/sf0001/) even if the content is rendered from shared data.docs-site/src/data/reference-content.ts) and keep page files thin.docs-site/src/components/reference/) to render repeated layouts like command contracts, filter pages, analyzer pages, and syntax-highlighted code blocks.cd docs-site && npm run build.docs-site/src/data/reference-content.tsdocs-site/src/components/reference/ReferenceCodeBlock.astrodocs-site/src/pages/docs/commands/*.astro, docs-site/src/pages/analyzers/*.astro