Wyvern documentation can be found on madesane.github.io/wyvern-docs is build with Hexo. If you want to run docs locally, you need to install Hexo
npm install hexo-cli -g
git clone https://github.com/madesane/wyvern-docs.git
cd wyvern-docs
hexo server
hexo deploy
Feel free to send issues or pull requests, we are happy for any sort of feedback.
MIT