mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
297 B
297 B
Local Documentation
This document explains how to build and view the MeshCore documentation locally.
Building and viewing Docs
pip install mkdocs
pip install mkdocs-material
mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.