Skip to content

Checking for broken links in the documentation

Tyler Butler edited this page Oct 6, 2025 · 2 revisions

To check for broken links in the documentation, do the following steps:

  1. Switch to the docs folder: cd docs
  2. Run pnpm i to install dependencies.
  3. Run pnpm build to build the docs.
  4. Run pnpm ci:linkcheck to run a link check.

Fix any broken links found.

Clone this wiki locally