Public user and admin documentation for the ShutterBug Minecraft plugin.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serveOpen http://127.0.0.1:8000/.
The included GitHub Actions workflow builds the MkDocs site and publishes it to GitHub Pages from the gh-pages branch.
After the first successful workflow run, enable Pages in the repository settings:
- Source: Deploy from branch
- Branch:
gh-pages - Folder:
/
Then set the published URL in the ShutterBug plugin config:
guide-url: 'https://kernel-person.github.io/shutterbug-docs/'