This subfolder contains the uzg.zig-star.com documentation. It is based on Mkdocs & Material for MkDocs
You are very welcome to help on improving documentation.
docs
: The actual documentation.overrides
: MkDocs enhancements.mkdocs.yaml
: MkDocs config fileinit_setup.sh
: Prepare venv enviromentrequirements.txt
: Mkdocs requirements
# Install MkDocs dependencies Linux
bash init_setup.sh
Manual installation:
# Install MkDocs dependencies Windows
python3 -m venv venv
. venv/Scripts/activate
pip install mkdocs-material
From documentation folder run next commands:
# Enter in virtual enviroment
. venv/bin/activate ##For Linux
. venv/Scripts/activate ## For windows
# Run mkdocs serve command to generate live preview
mkdocs serve
- Python 3.8+
- pip