Aaron's MkDocs Wiki Quick-start: # 1) Install pipx install mkdocs-material || pip install -r requirements.txt # 2) Serve locally mkdocs serve # 3) Deploy to GitHub Pages (Action does this automatically on push to main) # Manually (optional): mkdocs gh-deploy --force