mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
refactor documentation
This commit is contained in:
parent
384e482052
commit
4af31e552e
8 changed files with 314 additions and 429 deletions
13
docs/docs.md
Normal file
13
docs/docs.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue