fix(docs): repoint firewall-and-tls Security link to /topics/security/ - #65
Merged
Merged
Conversation
/infra/security/ doesn't exist; the page lives at /topics/security/. Caught by docs-linkcheck after the rewrite PR landed.
Same false positive as the original docs/full-rewrite commit, now re-surfaced under the squash-merge SHA on main.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runbooks/firewall-and-tls.mdxlinked to/infra/security/which doesn't exist; the actual page is/topics/security/. Fixes the only error flagged by docs-linkcheck on PR docs: full rewrite of 62 pages, strip decorative components, scrub AI vocabulary #64..gitleaks.tomlfor the same Meilisearch placeholder false positive already handled for the source commit.Why this slipped past
PR #64 had linkcheck failing visibly, but
docs-linkcheckwasn't in the required-status-checks list, so auto-merge fired on the required jobs alone. linkcheck has since been added to required checks.Test plan
cd apps/docs && bun run buildgreen (67 pages).gitleaks detectclean with both allowlist entries.