This repository contains assets to build and run the Core Platform documentation.
This uses docker:
make run-local
Then access the docs here
For fasterfeedback you can install hugo locally then run:
hugo serve
You can use markdownlint-cli2
to check your changes, this is the linter used by the Markdown VSCode plugin
npm install markdownlint-cli2 --global
make lint