Please visit this page to see the rendered web site.
This work is co-funded by the EOSC-hub project (Horizon 2020) under Grant number 777536.
You will need mkdocs installed on your machine. You can install it with pip:
pip install mkdocs mkdocs-material
To start a real time rendering of the doc just type:
mkdocs serve
The web page generated will be now update at each change you do on the local folder.
If you want to contribute:
- create a branch
- upload your changes
- create a pull request
Thanks!