mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
feat(v2): broken links detection (#3059)
* add broken links checker * polish * finalize broken links detection feature * note broken links is only for prod build * fix broken link on template * fix test snapshot * fix bad merge
This commit is contained in:
parent
f4434b2e42
commit
8ff28e3fe4
23 changed files with 421 additions and 30 deletions
|
@ -63,8 +63,6 @@ Strikethrough uses two tildes. ~~Scratch this.~~
|
|||
|
||||
[I'm a reference-style link][arbitrary case-insensitive reference text]
|
||||
|
||||
[I'm a relative reference to a repository file](../blob/master/LICENSE)
|
||||
|
||||
[You can use numbers for reference-style link definitions][1]
|
||||
|
||||
Or leave it empty and use the [link text itself].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue