Dedicated documentation site repository for Arashi.
- Canonical docs URL:
https://arashi.haphazard.dev - Source project:
repos/arashi/ - Docs content root:
repos/arashi-docs/docs/
pnpm installpnpm run devpnpm run validate
pnpm run buildpnpm run lintchecks markdown consistency.pnpm run validate:links:internalchecks internal links and anchors.pnpm run validate:a11yruns accessibility smoke checks for critical pages.pnpm run validate:managed-ignore-docschecks managed-ignore guidance in source pages and generated agent-readable exports.pnpm run validate:standalone-docschecks standalone workflow coverage in source pages and generated agent-readable exports.pnpm run validate:links:externalchecks external links (scheduled, non-blocking).pnpm run validate:docs-domainenforces canonical docs-domain policy and denylist checks.pnpm run validate:readme-linkchecks canonical docs URL health.
- Scope inventory:
docs/contributing/docs-domain-migration-scope.md - Evidence record:
docs/contributing/docs-domain-migration-evidence.md - Exceptions register:
docs/contributing/docs-domain-exceptions.md
- Netlify deploys production from
main. - Pull requests use deploy preview context.
- Validation workflows run in
.github/workflows/.