Этот коммит содержится в:
liamcottle
2026-01-28 21:48:39 +13:00
родитель 93367b9f8f
Коммит 0c2da8ce1e
4 изменённых файлов: 58 добавлений и 0 удалений
+13
Просмотреть файл
@@ -0,0 +1,13 @@
# 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.