- Run
npm ciand verify dependencies install without additional flags or manual changes. - Run
npm run buildand verify the production site builds successfully. - Run
npm run startand verify the docs are visible at http://localhost:3000. - With the local site running, verify Mermaid diagrams render correctly.
- With the local site running, verify slides open correctly.
- When updating Docusaurus, check whether its
@mermaid-js/layout-elkpeer dependency supports 0.2.x or later; if so, remove the corresponding Dependabot ignore rule in.github/dependabot.yml.