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.
This website is built using Docusaurus, a modern static website generator.
Additional practical information about SuperMQ system, news and tutorials can be found on the SuperMQ blog.
- Docusaurus
- Node.js (version >= 18)
- pnpm
Doc repo can be fetched from GitHub:
git clone git@github.com:/absmach/supermq-docs.gitInstall the required dependencies using:
pnpm installStart a local development server:
pnpm startThis will open the docs in your browser and support live reloading on changes.
Build the documentation site using the following command:
pnpm buildTo preview the built site locally:
pnpm serveThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
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.