mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 23:35:11 -04:00
docs: update docusaurus and enable broken anchor detection
This commit is contained in:
parent
ded559a3fe
commit
e90b0e5109
5 changed files with 27 additions and 17 deletions
|
@ -13,6 +13,7 @@ async function createConfig() {
|
|||
baseUrl: '/constellation/',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'throw',
|
||||
onBrokenAnchors: 'throw',
|
||||
favicon: 'img/favicon.ico',
|
||||
|
||||
// GitHub pages deployment config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue