diff --git a/docusaurus.config.js b/docusaurus.config.js index adb2b3a4..8826df99 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -36,11 +36,11 @@ module.exports = { }, { label: 'Getting Started', - to: 'docs/getting-started/prerequisites', + to: 'docs/getting-started/overview', }, { label: 'Fundamentals', - to: 'docs/domain/interactor/interactor', + to: 'docs/fundamentals/concepts', }, ], }, diff --git a/package.json b/package.json index edef90cc..a89277ec 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "docusaurus start", "build": "docusaurus build", - "lint": "node bin/lint-docs.js", + "lint": "node bin/lint-docs.js && npm run build", "swizzle": "docusaurus swizzle" }, "dependencies": {