🚀Live Documentation: https://ar-js-org.github.io/AR.js-Docs/
Docs are based on https://www.mkdocs.org/.
To modify the Docs, you need to push to the master
branch.
To publish them (they are currently hosted on Github Pages), you need to perform the steps below.
First you need to install mkdocs. You can easily install this with Homebrew.
brew install mkdocs
Then you need to install the theme:
pip3 install mkdocs-bootswatch
# or pip install mkdocs-bootswatch
Run mkdocs serve
to serve the site locally.
mkdocs gh-deploy