aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.md
blob: 7fab4bb7d470796bfdec4dd105f8aefba6e1728a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.