Apache BifroMQ (Incubating) Website

Clone this repo:
  1. c92a091 Bump dompurify from 3.3.3 to 3.4.1 (#47) by dependabot[bot] · 2 weeks ago master
  2. adf26ae Bump follow-redirects from 1.15.11 to 1.16.0 (#46) by dependabot[bot] · 3 weeks ago
  3. e9a0c15 Bump path-to-regexp from 0.1.12 to 1.9.0 (#45) by dependabot[bot] · 3 weeks ago
  4. e862603 Bump fast-xml-parser from 5.5.6 to 5.5.7 (#44) by dependabot[bot] · 3 weeks ago
  5. 5c93b85 Bump dompurify from 3.3.1 to 3.3.3 (#43) by dependabot[bot] · 3 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.