Skip to content

Add external link checker using nanoc

Evan Read requested to merge docs/add-nanoc-external-checker into master

Use the built-in external link checker in nanoc. Has the following advantages:

  • Input is locally stored, not pulled in over the Web. This helps performance.
  • It's very thorough.
  • It mirrors the existing internal link checker, which is sensible.

Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/51696.

Edited by Evan Read

Merge request reports