This repository contains the Mycelium Network documentation.
This is based on the following: https://github.com/squidfunk/mkdocs-material
Install mkdocs
pip3 install mkdocs-material
pip3 install mkdocs-awesome-pages-plugin
pip3 install mkdocs-git-revision-date-localized-plugin
Start the server:
mkdocs serve -a localhost:8444
Build the files:
mkdocs build