Restore original docs and workflows to avoid conflicts while merging

Этот коммит содержится в:
Valentin V. Bartenev
2026-06-06 20:50:05 +03:00
родитель ae60d86207
Коммит 7635634f87
20 изменённых файлов: 4454 добавлений и 0 удалений
+13
Просмотреть файл
@@ -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.