MeshCore/docs/index.md

14 lines
243 B
Markdown
Raw Normal View History

2026-01-28 21:20:36 +13:00
# Welcome
Welcome to the MeshCore documentation.
## 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.