Static website build with MkDocs for the documentation of the used tools during the "Erstsemesterakademie BaWü zukunftsfähig 2020". The website is deployed to: help.ersti-akademie-bw.de/
For questions, feedback, etc. reach out to the admin: admin@ersti-akademie-bw.de.
Install MkDocs depending on your environment.
Install requirements:
pip install -r requirements.txt
Build:
mkdocs build
Serve:
mkdocs serve