Documentation for my personal homelab.
Built with MkDocs and Material for MkDocs.
Create a virtual environment:
python -m venv .venvActivate it:
.\.venv\Scripts\Activate.ps1source .venv/bin/activateInstall dependencies:
pip install -r requirements.txtStart the local documentation server:
mkdocs serveOpen:
http://127.0.0.1:8000
mkdocs buildThe generated website will be placed in:
site/
mkdocs gh-deploy
Update `site_url` in `mkdocs.yml` with your GitHub Pages URL before deployment.