Skip to content

Checking for broken links in the documentation

Tyler Butler edited this page Sep 3, 2021 · 1 revision

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

  1. Switch to the docs folder: cd docs
  2. Run npm start to start the docs development server.
  3. In a separate terminal, also in the docs folder, run npm run linkcheck.

Fix any broken links found.

Clone this wiki locally