DE

Local Documentation

Local Documentation

This document explains how to build and view the MeshCore documentation locally.

Building and Viewing Docs

CLI
pip install mkdocs
pip install mkdocs-material
  • mkdocs serve – Start the live-reloading docs server.
  • mkdocs build – Build the documentation site.

Source: docs.meshcore.io