Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 582 Bytes

Official documentation of Nodos. Can be accessed live at: https://nodos-dev.github.io/docs/

How To Write Docs

Nodos documentation is written using markdown syntax and we use MkDocs and Material theme for now. If you want to contribute or extend Nodos documentation, you can follow these steps:

git clone https://github.com/mediaz/docs.git
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-macros-plugin

To start serving locally from http://127.0.0.1:8000/

mkdocs serve

Then you should create a pull request for your commit in our documentation.