Dedicated documentation site repository for Arashi.
- Canonical docs URL:
https://arashi.haphazard.dev - Source project:
repos/arashi/ - Docs content root:
repos/arashi-docs/docs/
bun installbun run devbun run validate
bun run buildbun run lintchecks markdown consistency.bun run validate:links:internalchecks internal links and anchors.bun run validate:a11yruns accessibility smoke checks for critical pages.bun run validate:links:externalchecks external links (scheduled, non-blocking).bun run validate:docs-domainenforces canonical docs-domain policy and denylist checks.bun 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/.