mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-23 03:16:40 +00:00
add support for mkdocs
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user