Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 401 Bytes

mkdocs

This repository contains the Mycelium Network documentation.

This is based on the following: https://github.com/squidfunk/mkdocs-material

Setup:

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