This is the code for reference.cash
pip3 install mkdocs
pip3 install bs4
pip3 install python-git
pip3 install pymdown-extensions
(cd mkdocs-referencecash-plugin; sudo python3 setup.py install)
To fetch latest documents
./fetch-docs.py
To start mkdocs server
mkdocs serve
docker build -t buwiki .
./start-docker.sh