mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 21:25:46 +00:00
14 lines
297 B
Markdown
14 lines
297 B
Markdown
# 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.
|