Solar Network Documentation made with MkDocs Material
- Python >= 3.6
Some Debian/Ubuntu systems may need to install
python3-venv
:
e.g.,apt install python3.10-venv
Solar Network documentation development utilises Python venv:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Later on, you can exit the virtual environment using the 'deactivate
' command.
deactivate
mkdocs serve
Then visit:
http://127.0.0.1:8000
(admins-only)
mkdocs build
mkdocs gh-deploy --force
If you discover a security vulnerability within any of these packages, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.
Please read the separate LICENSE file for details.