Versioned documentation for go-ruby-optparse,
built with MkDocs Material and
versioned with mike. Published to the
gh-pages branch and served at https://go-ruby-optparse.github.io/docs/.
The organization landing page (go-ruby-optparse.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