website: Increase broken links checking
this will throw an error if docusaurus find any broken links Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
e00b3c2068
commit
ac59b8c72e
@ -7,7 +7,6 @@ module.exports = {
|
|||||||
tagline: "Dagger is a programmable deployment system",
|
tagline: "Dagger is a programmable deployment system",
|
||||||
url: "https://docs.dagger.io",
|
url: "https://docs.dagger.io",
|
||||||
baseUrl: "/",
|
baseUrl: "/",
|
||||||
onBrokenLinks: "warn",
|
|
||||||
onBrokenMarkdownLinks: "warn",
|
onBrokenMarkdownLinks: "warn",
|
||||||
favicon: "img/favicon.png",
|
favicon: "img/favicon.png",
|
||||||
organizationName: "Dagger",
|
organizationName: "Dagger",
|
||||||
|
Reference in New Issue
Block a user