Documentation for LubeLogger
Flat file documentation in markdown format complete with assets.
Deploy via wiki software to browse and read.
Getting Started
-
Clone this repo
-
Open a terminal in the folder and run the following commands
python -m venv venv
venv/Scripts/activate
pip install mkdocs-material
mkdocs serve --livereload