Apache BifroMQ (Incubating) Website

Clone this repo:
  1. 84ffec4 docs: add MQTT broker selection guidance (#87) by Visoar Zhang · 2 days ago master
  2. 477f2dc Bump actions/setup-node from 6 to 7 (#91) by dependabot[bot] · 2 days ago
  3. 11792f2 Bump actions/checkout from 6 to 7 (#92) by dependabot[bot] · 2 days ago
  4. a7a213b build: pin external GitHub Actions (#90) by Visoar Zhang · 3 days ago
  5. 17c8569 fix: track updated titles on client-side navigation (#85) by Visoar Zhang · 8 days ago

Apache BifroMQ (Incubating) Documentation

Apache BifroMQ is currently undergoing incubation at the Apache Software Foundation.

This repository contains the documentation and blog for Apache BifroMQ. The website is built with Docusaurus 3, a modern static site generator.

Disclaimer

Apache BifroMQ is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Getting Started

Installation

pnpm install
pnpm start

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

To verify and preview a production build:

pnpm run build
pnpm run serve

Contribution Guide

This repository welcomes contributions and suggestions through pull request.