Random musing of a curious engineer!
To launch mkdocs locally, follow these instructions:
-
Create a Python environment:
python3.11 -m venv .venv source .venv/bin/activate -
Install Dependencies
make install
-
Start the serving endpoint:
make serve- [] Add Dep and version lock upgrade
- [] Use bib for references
- [] Add annoucement of books https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/
- [] Format content with https://squidfunk.github.io/mkdocs-material/reference/admonitions/