Apache BifroMQ (Incubating) Website

Clone this repo:
  1. e50f97d Updated dark mode styles, optimized background and border effects, and improved visual experience.To introduce visual effects for the Bifrost-rainbow name, the .bifrost-rainbow class and its styles were added to enhance the visual presentation in the documentation. by Visoar · 2 days ago master
  2. a09720b Adjust theme styles and layout, and update color variables to unify visual effects. by Visoar · 2 days ago
  3. d0dc204 Bump qs from 6.14.0 to 6.14.1 (#32) by dependabot[bot] · 2 days ago
  4. 7f73938 Website clean rebuild and theme redesign (#33) by Visoar Zhang · 3 days ago
  5. b6f4512 Add SPI doc by Yonny Hao · 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.