Skip to content

fix(docsify): point sidebar links to existing docs paths#4861

Open
nthbotast wants to merge 1 commit intonodejs:mainfrom
nthbotast:fix/docsify-sidebar-links-4326
Open

fix(docsify): point sidebar links to existing docs paths#4861
nthbotast wants to merge 1 commit intonodejs:mainfrom
nthbotast:fix/docsify-sidebar-links-4326

Conversation

@nthbotast
Copy link
Contributor

@nthbotast nthbotast commented Mar 4, 2026

What

Fixes broken links in docs/docsify/sidebar.md by updating paths to the current docs layout:

  • /docs/api/... -> /docs/docs/api/...
  • /docs/best-practices/... -> /docs/docs/best-practices/...
  • /examples/ -> /docs/examples/

Why

The current sidebar links resolve to non-existing locations on GitHub and return 404s (see #4326).

Validation

Ran a targeted link-path check script locally to ensure every absolute path referenced in sidebar.md exists in this repository tree.

Closes #4326

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.

Broken links in docs/docsify/sidebar.md – incorrect API doc URLs

1 participant