Skip to content

ci(docs): remove stale broken-links quarantine superseded by #164#167

Merged
shudonglin merged 1 commit into
mainfrom
fix/remove-stale-docs-quarantine
Jul 5, 2026
Merged

ci(docs): remove stale broken-links quarantine superseded by #164#167
shudonglin merged 1 commit into
mainfrom
fix/remove-stale-docs-quarantine

Conversation

@shudonglin

Copy link
Copy Markdown

Summary

  • PR ci(docs): quarantine broken-links check (upstream-broken scim.mdx) #166 quarantined the Docs Validation broken-links step (continue-on-error: true) for 9 missing enterprise/setting-up-entra/scim.mdx image links, merged concurrently with fix: docs-validation broken links + helm-release fork guard #164, which fixed the actual broken links at the source (removed the dead <Frame><img> blocks, added the missing docs.json nav entry).
  • With the root cause fixed, the quarantine is now dead weight — worse, it would silently mask any new broken link introduced in docs/** going forward, since the whole step is continue-on-error.
  • Removes the now-stale continue-on-error line and its fork-patches.txt entry so full broken-link coverage applies again.

Test plan

  • cd docs && npx mintlify broken-linkssuccess no broken links found (verified without the quarantine)
  • CI: Docs Validation stays green on main after merge (push-only workflow, not runnable on the PR itself)

Generated by Claude Code

PR #166 added continue-on-error to the Docs Validation broken-links
step as a quarantine for the 9 missing scim.mdx image links, merged
concurrently with #164 which fixed the actual broken links (removed
the dead <Frame><img> references, added the missing docs.json nav
entry). With the root cause fixed, the quarantine is dead weight that
would silently mask any *new* broken link in docs/** going forward.
Verified: `cd docs && npx mintlify broken-links` still passes without
continue-on-error.
@shudonglin shudonglin merged commit 350a82d into main Jul 5, 2026
5 checks passed
@shudonglin shudonglin deleted the fix/remove-stale-docs-quarantine branch July 5, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants