chore: wire uv, update GitHub workflows, and document EastMesh releases

This commit is contained in:
Jared Dohrman
2026-04-09 10:15:58 +10:00
parent be780491ac
commit 009e281181
14 changed files with 1001 additions and 187 deletions
+3 -4
View File
@@ -5,9 +5,8 @@ This document explains how to build and view the MeshCore documentation locally.
## Building and viewing Docs
```
pip install mkdocs
pip install mkdocs-material
uv sync --group docs
```
- `mkdocs serve` - Start the live-reloading docs server.
- `mkdocs build` - Build the documentation site.
- `uv run --group docs mkdocs serve` - Start the live-reloading docs server.
- `uv run --group docs mkdocs build` - Build the documentation site.