Apache BifroMQ (Incubating) Website

Clone this repo:
  1. e4e3a5e Bump fast-xml-parser from 5.4.1 to 5.5.6 (#42) by dependabot[bot] · 3 days ago master
  2. 16c482e Bump minimatch and serve-handler (#41) by dependabot[bot] · 2 weeks ago
  3. 6cafb12 Bump svgo from 3.3.2 to 3.3.3 (#40) by dependabot[bot] · 2 weeks ago
  4. 2f69151 Bump fast-xml-parser from 5.3.6 to 5.4.1 (#39) by dependabot[bot] · 3 weeks ago
  5. e7e658d Bump ajv from 6.12.6 to 6.14.0 (#38) by dependabot[bot] · 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.