Context
The weekly lychee link-check job currently excludes all https://www.ibm.com and https://www.ibm.com/granite URLs:
--exclude "https://www.ibm.com"
--exclude "https://www.ibm.com/granite"
This is correct during the migration window — the production site still serves from Mintlify, so those URLs would 404 against the new Docusaurus build. Once the Akamai proxy is switched to serve from GitHub Pages, the exclusion should be removed so the weekly run validates IBM.com links too.
Action
After the IBM.com Akamai cutover is confirmed live, remove both --exclude lines from the lychee step in .github/workflows/docs-publish.yml and verify the weekly run passes cleanly.
Tracking
Flagged during review of #63 (Mintlify → Docusaurus migration).
Context
The weekly lychee link-check job currently excludes all
https://www.ibm.comandhttps://www.ibm.com/graniteURLs:This is correct during the migration window — the production site still serves from Mintlify, so those URLs would 404 against the new Docusaurus build. Once the Akamai proxy is switched to serve from GitHub Pages, the exclusion should be removed so the weekly run validates IBM.com links too.
Action
After the IBM.com Akamai cutover is confirmed live, remove both
--excludelines from the lychee step in.github/workflows/docs-publish.ymland verify the weekly run passes cleanly.Tracking
Flagged during review of #63 (Mintlify → Docusaurus migration).