docs: fix broken window-options anchor in FAQ#1283
Open
LuisMIguelFurlanettoSousa wants to merge 1 commit into
Open
docs: fix broken window-options anchor in FAQ#1283LuisMIguelFurlanettoSousa wants to merge 1 commit into
LuisMIguelFurlanettoSousa wants to merge 1 commit into
Conversation
The 'all window options' link in docs/faq.md and docs/faq_CN.md pointed to cli-usage.md#window-options / cli-usage_CN.md#窗口选项, but neither anchor exists (there is no 'window-options' heading). Point both at the existing #width section, which is the relevant window-sizing option for the 'App Window is Too Small/Large' FAQ entry.
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.
Closes #1282
What
The "all window options" link in the FAQ pointed to anchors that don't exist:
docs/faq.md→cli-usage.md#window-optionsdocs/faq_CN.md→cli-usage_CN.md#窗口选项Neither
cli-usage.mdnorcli-usage_CN.mdhas awindow-options/窗口选项heading, so both links currently land at the top of the page.Change
Repoint both links to the existing
#widthsection (generated from the#### [width]heading present in both files) — the relevant window-sizing option for the "App Window is Too Small/Large" entry.Verify
Docs-only;
pnpm run format:checkis clean.