Skip to content

How to Add Documentation

Built with mkdocs and material, and hosted on GitHub pages: lind-project.github.io/lind-wasm.

You can improve the docs by editing the files below. See mkdocs and material user guides for details. And don't forget to try out your changes locally!

Important files

Build site locally

# Install requirements (hint: use a virtual environment)
pip install mkdocs-material

# Run dev server and check output!
mkdocs serve

Note

Please also document your implementation source code following the used programming language's standards.