If you have python installed on your machine you will have pip installed.
Install the necessary dependencies by running:
pip install -r requirements.txt
requirements.txt
file
Once dependencies have been installed you can now serve with mkdocs to view your changes:
python -m mkdocs serve
Click the url in your terminal to open the docs in your browser.
If you want to contribute, fork this repository. After that, in your fork make changes to the file you want to edit or add new files.
Once you have made the changes make a pull request to contribute your changes to this repository.
You can use mkdocs if you want to see your changes live, you will need Material for Mkdocs and Python to get it running.