Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 778 Bytes

docs

The latest documentation markdown can be found in the docs directory.

Markdown preprocessor

Markdown files in the preprocessed directory use a Markdown Preprocessor syntax to allow importing modules from other documents and transform the documents that are finalized in the docs directories. So any updates should be made to the preprocessed docs.

To build the docs run:

make all

Markdown lint

Using markdownlint to enforce lint rules.

See Rules for reference.

Docusaurus

The website directory contains a website built with Docusaurus.