Building and previewing docs

Prerequisites

Installation & running

  • Step 1: navigate to main docs directory in cmd / powershell

  • Step 2: fetch modules

yarn
npm install
  • Step 3: run docs in development mode
yarn docs:dev
npm run docs:dev

Any edits to local markdown files inside /docs/docs directory will be reflected on page within few seconds.
Any configuration changes require docs restart to fully take effect.