Versioned documentation for go-proc, built with
MkDocs Material and versioned with
mike. Published to the gh-pages branch and
served at https://go-proc.github.io/docs/.
The organization landing page (go-proc.github.io) links here.
python -m venv .venv && . .venv/bin/activate
pip install -r requirements.txt
mkdocs serve # http://localhost:8000 (current sources)
mike serve # preview the versioned sitemike deploy --push --update-aliases <version> latest
mike set-default --push latest