Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const config = {
baseUrl: '/',

// throw on anything that is not configured correctly
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
onBrokenAnchors: 'warn',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'throw',

// Set Mermaid
markdown: {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"docusaurus": "npx docusaurus",
"start": "cross-env NODE_OPTIONS=--max-old-space-size=16384 CHOKIDAR_USEPOLLING=false npx docusaurus start --port=4500 --no-open",
"start-chok": "cross-env NODE_OPTIONS=--max-old-space-size=16384 CHOKIDAR_USEPOLLING=true npx docusaurus start --port=4500 --no-open",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=16384\" DOCS_PRODUCT=kb npx docusaurus build",
"build-full": "cross-env NODE_OPTIONS=\"--max-old-space-size=31744 --max_old_space_size=31744\" npx docusaurus build",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=16384\" npx docusaurus build",
"swizzle": "npx docusaurus swizzle",
"clear": "npx docusaurus clear",
"serve": "npx serve -s build -l 8080",
Expand Down