mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
Cloud provider docs are the pages agents hit most while writing infrastructure code, and they carry the heaviest chrome: nav trees, version pickers, feedback widgets. One config per provider gives them tuned shortcuts instead of raw URLs. The Google config points at docs.cloud.google.com because cloud.google.com 301s every docs path there; skipping the redirect saves a round trip, same trick as reddit.com going via old.reddit.com. All six URL templates were verified against the live sites with fetch + distill (56 to 4126 blocks, real titles, HTTP 200). Closes #11