Repository contains documentation for the golang-jwt/jwt package.
The documentation is built with MkDocs and the Material for MkDocs theme.
We use a pre-built docker image which comes with all dependencies pre-installed.
Note, we're using the recommended third-party image because the official one only supports
linux/amd64
.
docker pull ghcr.io/afritzler/mkdocs-material
Ensure you have Docker installed, run make preview
, and open http://127.0.0.1:8000 to see a
preview of the site locally.