Apache BifroMQ (Incubating) Website

Clone this repo:
  1. fe4da22 correct package name by Yonny Hao · 3 weeks ago master
  2. 3d0e955 [Docs] Clarify the contribution guide (#18) by Gu Jiawei · 3 weeks ago
  3. 2e246c9 display calculated year in footer by Yonny Hao · 4 weeks ago
  4. cc4b220 1. correct links in footer 2. remove unused files by Yonny Hao · 4 weeks ago
  5. fc07fdf 1. remove external image link by Yonny Hao · 4 weeks ago

Apache BifroMQ (Incubating) Documentation

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

This repository is for Apache BifroMQ documentations and blogs. The website is built on Docusaurus 2 which is a modern static website 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

npm install
npm start

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

Also, you can type following commands to check changes.

npm install
npm run build
npm run serve

Contribution Guide

This repository welcomes contributions and suggestions through pull request.