This guide is maintained by the community of the Wizardry Variants Daphne Discord Server and is a collaborative, ongoing work in progress.
We welcome contributions and corrections by the community!
Wait for a maintainer to review and apply your changes - that's it!
Make sure you have installed MkDocs or have Docker installed locally.
Windows/MacOS/Linux (Local)
mkdocs serve
Windows (Docker)
docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material
MacOS/Linux (Docker)
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material