Skip to content
Snippets Groups Projects
Karel van Klink's avatar
Karel van Klink authored
This allows us to link to them from the orchestrator GUI
889dd3fb
History

GÉANT Automation Platform

Documentation for the GÉANT Automation Platform (GAP)

Writing documentation

First, create a venv to work in: python3 -m venv venv

Then, install mkdocs-material: pip install mkdocs-material

To run the live preview server of MkDocs - which includes hot reloading - run mkdocs serve.

Testing documentation

To verify that documentation passes the linting pipeline, install vale with pip install vale and then run vale --config=vale/.vale.ini docs/.