Skip to content

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

Notifications You must be signed in to change notification settings

bifromqio/bifromq-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.