13 строки
311 B
Markdown
13 строки
311 B
Markdown
# Local Documentation
|
|
|
|
This document explains how to build and view the MeshCore documentation locally.
|
|
|
|
## Building and viewing Docs
|
|
|
|
```
|
|
uv sync --group docs
|
|
```
|
|
|
|
- `uv run --group docs mkdocs serve` - Start the live-reloading docs server.
|
|
- `uv run --group docs mkdocs build` - Build the documentation site.
|