/core-platform-docs

Core Platform Docs

Primary LanguageCSSApache License 2.0Apache-2.0

Core Platform Documentation

This repository contains assets to build and run the Core Platform documentation.

Building Locally

This uses docker:

make run-local

Then access the docs here

For fasterfeedback you can install hugo locally then run:

hugo serve

Linting

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