refactor documentation

This commit is contained in:
liamcottle
2026-02-04 00:59:13 +13:00
parent 384e482052
commit 4af31e552e
8 files changed
+314 -429

No files matched your search

+13
View File
@@ -0,0 +1,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.