Loading...
Loading...
Add and update the documentation website for Syncpack. Use when making user-facing changes to the codebase.
npx skill4agent add jamiemason/syncpack document-code| Adding/Updating... | Location |
|---|---|
| Command docs | |
| Config property | |
| Version group variant | |
| Semver group variant | |
| Status code | |
| FAQ | |
| Shared option partial | |
| Reusable component | |
cli.rsrcfile.rsinstance_state.rsglobalReferenceLinksastro.config.mjspnpm run devsite/(IDENTIFIER)| Source | Documentation |
|---|---|
| |
| |
| |
| |
cd site
pnpm run dev # Start at http://localhost:4321/syncpack
pnpm run build # Verify build succeedssite/src/site/src/content/docs/**/*.mdxsite/src/_partials/**/*.mdxsite/src/components/*.astrosite/src/content/docs/command/[command].mdx## Examples## Options<QuoteFilters />###--helpsite/src/_partials/option/*.mdximport ConfigOption from "@partials/option/config.mdx";
<ConfigOption command="update" />site/src/content/docs/config/[property].mdx## Default Value## Examplessite/src/content/docs/version-groups/*.mdxsite/src/content/docs/semver-groups/*.mdx## Examples## Configuration###site/src/content/docs/status/[code].mdxsite/src/content/docs/reference/status-codes.mdxInstanceStateValidInstanceInvalidInstanceSuspectInstancesite/src/faq/[id].mdx/syncpack/faqsite/src/pages/faq.astrosite/src/pages/faq/[id].astroWhen using the [update](COMMAND_UPDATE) commandglobalReferenceLinkssite/astro.config.mjssite/src/pages/og/[...path].png.ts| Problem | Fix |
|---|---|
| Link not working | Check identifier in |
| Partial not rendering | Verify import path uses |
| OG image broken | Check |
| Build fails | Run |
| Page not appearing in sidebar | Check frontmatter and Starlight config |
astro.config.mjspnpm run build