Help us improving GNPS Documentation !
- Install miniconda3 (https://docs.conda.io/en/latest/miniconda.html)
- Create conda environment
conda create -n mkdocs
- Install requirements
pip install -r requirements.txt
- Serve locally
mkdocs serve
- Deploy to github pages
mkdocs gh-deploy