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:
Sébastien Lorber 2020-07-21 19:13:34 +02:00 committed by GitHub
parent f4434b2e42
commit 8ff28e3fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 421 additions and 30 deletions

View file

@ -3,6 +3,7 @@ module.exports = {
tagline: 'The tagline of my site',
url: 'https://your-docusaurus-test-site.com',
baseUrl: '/',
onBrokenLinks: 'throw',
favicon: 'img/favicon.ico',
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.