mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
Closes [DOCS-257](https://linear.app/codercom/issue/DOCS-257/b-vitest-validate-docs-literals-against-docsmanifestjson) Extends `weekly-docs` with a new `audit-docs-paths` job that cross-references TS/TSX `docs()` calls against `coder.com/redirects.json` and fails when any path resolves via a redirect (i.e. is stale). Also fixes two bugs in the existing `check-docs` job: - **Scheduled runs were a no-op** — `github-pr-review` reporter silently exits 0 without a PR context. Now uses `local` reporter on schedule so broken links actually fail the job. - **Slack notification was broken** — payload used `"msg"` (invalid) instead of `"text"` (the standard Slack webhook field). Sample Slack output:  Safe to merge in any order relative to #25740 — the audit job checks for the script and skips gracefully if not yet available. --- > Generated by [Coder Agents](https://coder.com) on behalf of @bpmct.