mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add support for mkdocs
This commit is contained in:
parent
93367b9f8f
commit
0c2da8ce1e
4 changed files with 58 additions and 0 deletions
13
docs/index.md
Normal file
13
docs/index.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue