cupertino-docs/hig/technologies
Mihaela Mihaljevic c377c8f50f fix(hig): remove 173 duplicate *-appledeveloperdocumentation.md files
Apple's HIG site returned the same URL with two different <title>
shapes across consecutive fetches: one with the
" | Apple Developer Documentation" suffix the crawler stripped, one
with the dehyphenated "|AppleDeveloperDocumentation" variant it
didn't. The crawler used the (sanitized) title as the filename, so
every HIG topic landed twice: `buttons.md` plus
`buttons-appledeveloperdocumentation.md`.

The cupertino-side fix lands in mihaelamj/cupertino#1076: the
crawler now derives the filename from the URL's last path
component (Apple's canonical HIG slug), so the same URL always
maps to the same .md file regardless of title surface form. This
corpus commit removes the 173 stale duplicate files so the next
`cupertino save --source hig` reads exactly the 173 canonical
topics that should have been there all along.

Row count in hig.db drops 346 → 173 (one row per topic).
2026-05-27 13:42:34 +02:00
..
technologies.md data(hig): first-time import of HIG corpus from cupertino fetch 2026-05-27 2026-05-27 10:45:38 +02:00