Commit 805be3b
committed
chore(seo): refresh the stale dateModified on /api/
`src/org/api/index.md` has been claiming 18:31:40 since Wave 1, because
pageDates.json was last regenerated in bce51a7 (19:04) and Wave 2's fa0aecb
edited the page at 21:35. Two waves of lag, reported by check:dates on every run
since — which is how a warning stops being read.
gen-page-dates deliberately treats `modified` drift as non-fatal ("a dateModified
that lags by a few commits is honest"), and that stays true. This is just the
chore it declines to force.
Worth recording that it cannot fix the general case, though: the /api/ landing
page is data-driven from api-packages.js, so shipping a package changes what the
page renders — Wave 4 added a whole "Background work" group to it — without
touching the file git derives the date from. So a data-driven page's dateModified
under-reports by construction, and no amount of regenerating changes that.1 parent a959fb2 commit 805be3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments