See live website at https://secluso.github.io/user-docs/
Work in progress; unfinished.
Building:
- Locally:
mkdocs serve - Deploy via GitHub pages:
mkdocs gh-deploy
NOTE: Screenshots are in docs/img/ as metadata-stripped WebP. This is to allow them to be hosted in git (to avoid issues with clonining, repo size restrictions and whatnot)
To add more, convert with something like: magick input.png -strip -resize '1080x1080>' -quality 82 docs/img/name.webp`