Apache BifroMQ (Incubating) Website

Clone this repo:
  1. 842dccc fix: use valid Lodash release (#65) by Yonny(Yu) Hao · 3 days ago master
  2. 6a03376 docs: define BifroMQ security model (#64) by Yonny(Yu) Hao · 3 days ago
  3. 222cb7d chore: consolidate dependency management (#62) by Visoar Zhang · 4 days ago
  4. 5a24daf Bump svgo from 3.3.3 to 3.3.4 (#60) by dependabot[bot] · 4 days ago
  5. b346997 Bump fast-uri from 3.1.2 to 3.1.4 (#55) by dependabot[bot] · 10 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.