Documentation for BifroMQ, a high-performance MQTT Broker messaging middleware that utilizes Multi-tenancy architecture.

Clone this repo:
  1. 7782be4 1. add translation for mqtt practice; (#14) by Gu Jiawei · 6 months ago master
  2. 3dfd5e6 update doc by Yonny Hao · 9 months ago v3.3.4
  3. 47f52cf update doc by Yonny Hao · 10 months ago v3.3.3
  4. de5473d remove test report doc before test completed in v3.3.x by zhongyuan · 10 months ago v3.3.2
  5. cb56da7 Update clustering guide by Yonny Hao · 10 months ago v3.3.1

This repository is for bifromq documentations and blogs. The website is built on Docusaurus 2 which is a modern static website generator.

Getting Started

Installation

Get into website directory.

cd website
npm install
npm start

A browser window will open up, pointing to the docs. Most changes are reflected instantly without rebooting.

Also, in website directory, one can type following commands to check changes.

npm install
npm run build
npm run serve

Deployment

Baidu BOS handles the deployment of this website.

Contribution Guide

This repository welcomes contributions and suggestions through pull request.