[fix] correct numbering and link errors in FAQ docs#3698
Merged
Conversation
Batch fix for 3 issues found in a documentation audit: - sql-faq.md: remove a duplicated "### Q5" section (same title and near-identical content, appeared twice consecutively) - install-faq.md: question numbering jumped Q13 -> Q15; renumber the trailing questions so the sequence is continuous - load-faq.md: PR link text "#3727" did not match its URL pull/40728; align the text with the URL Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The CI pipeline no longer builds these legacy versions, so changes there cannot be merged. Restore those files to their base state.
The ja-source CI pipeline is not yet supported, so changes there cannot be merged. Restore the affected ja-source files to their base state.
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
Three small fixes to FAQ pages under
docs/faq.### Q5section appeared twice consecutively with the same title and near-identical content (the second copy also contained abitmptypo). The duplicate has been removed.Q13straight toQ15(noQ14). The trailing questions are renumbered down by one so the sequence is continuous.#3727while the URL pointed topull/40728. The text is corrected to#40728to match the URL (consistent with the other PR references in the same table).Test plan