-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
needs reproductionWaiting for a reproduction link (codepen, code sandbox, GH repos)Waiting for a reproduction link (codepen, code sandbox, GH repos)
Description
Feature request
Make vuepress build
fail if any link found in the markdown files is pointing in the wrong direction. Checking external URLs would be painful, so my suggestion is we would only check links pointing to other pages in the same vuepress instance (I've noticed that there is already a link checker in place for when you run vuepress dev
).
What problem does this feature solve?
This would prevent people from accidentally introducing dead links into their docs.
What does the proposed API look like?
It should probably be opt-in (at least to start with), so perhaps something like vuepress build --validate-links
How should this be implemented in your opinion?
Are you willing to work on this yourself?**
Sure. Some pointers would be appreciated.
gaelL, clocky, chbndrhnns, a1300, Dan1ve and 3 more
Metadata
Metadata
Assignees
Labels
needs reproductionWaiting for a reproduction link (codepen, code sandbox, GH repos)Waiting for a reproduction link (codepen, code sandbox, GH repos)