Repository for .md documentation files to create a documentation site for the Subside projects. The information can be found at the gh-pages website.
Updates to this website are pushed when the main branch gets updated.
- About: Information about the SUBSIDE project
- Products: Data and application products produced by the project
- Training: documentation for using the services provide
This website is built using the Material for Mkdocs package. Installation and getting started instructions are available in the documentation
To run locally using miniconda:
- Clone this repository onto your computer
- Start miniconda
- Create a 'mkdocs' environment
conda create --name mkdocs - Activate the mkdocs environment
conda activate mkdocs - Navigate into the github repository on your computer
- Run the command
mkdocs serve - Open the local browser address shown
To edit locally, use the IDE of your choice, VS Code is a good option.
To run locally using python:
- Clone this repository onto your computer
- Navigate into the github repository on your computer
- Run the command
pip install -r requirements.txt - Run the command
mkdocs serve - Open the local browser address shown
To edit locally, use the IDE of your choice, VS Code is a good option.