This repo collects the collaborative work on SuperMQ documentation. The official documentation is hosted at SuperMQ Docs page. Documentation is auto-generated from Markdown files in this repo.
MkDocs is used to serve the docs locally with different theming.
Additional practical information about SuperMQ system, news and tutorials can be found on the SuperMQ blog.
Install MkDocs
pip install mkdocsDoc repo can be fetched from GitHub:
git clone git@github.com:/absmach/supermq-docs.gitUse MkDocs to serve documentation:
mkdocs serveThen just point the browser to http://127.0.0.1:8000.
Thank you for your interest in SuperMQ and the desire to contribute!
- Take a look at our open issues. The good-first-issue label is specifically for issues that are great for getting started.
- Check out the contribution guide to learn more about our style and conventions.
- Make your changes compatible with our workflow.