Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 79dfa40

Browse files
committed
fix: bump docusaurus and error on all broken links
closes ory/kratos#811
1 parent 91d8e8b commit 79dfa40

File tree

3 files changed

+1579
-1363
lines changed

3 files changed

+1579
-1363
lines changed

docusaurus.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ module.exports = {
6161
url: `https://www.ory.sh/`,
6262
baseUrl: `/${config.projectSlug}/docs/`,
6363
favicon: 'img/favico.png',
64+
onBrokenLinks: 'error',
65+
onBrokenMarkdownLinks: 'error',
6466
organizationName: 'ory', // Usually your GitHub org/user name.
6567
projectName: config.projectSlug, // Usually your repo name.
6668
themeConfig: {

0 commit comments

Comments
 (0)