Skip to content

docs: fix broken window-options anchor in FAQ#1283

Open
LuisMIguelFurlanettoSousa wants to merge 1 commit into
tw93:mainfrom
LuisMIguelFurlanettoSousa:docs/fix-faq-window-anchor
Open

docs: fix broken window-options anchor in FAQ#1283
LuisMIguelFurlanettoSousa wants to merge 1 commit into
tw93:mainfrom
LuisMIguelFurlanettoSousa:docs/fix-faq-window-anchor

Conversation

@LuisMIguelFurlanettoSousa

Copy link
Copy Markdown

Closes #1282

What

The "all window options" link in the FAQ pointed to anchors that don't exist:

  • docs/faq.mdcli-usage.md#window-options
  • docs/faq_CN.mdcli-usage_CN.md#窗口选项

Neither cli-usage.md nor cli-usage_CN.md has a window-options / 窗口选项 heading, so both links currently land at the top of the page.

Change

Repoint both links to the existing #width section (generated from the #### [width] heading present in both files) — the relevant window-sizing option for the "App Window is Too Small/Large" entry.

Verify

grep -rn '#window-options\|#窗口选项' docs/   # no broken anchor remains
grep -n '^#### \[width\]' docs/cli-usage.md docs/cli-usage_CN.md  # target exists

Docs-only; pnpm run format:check is clean.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant