Apache Kvrocks Website

Clone this repo:
  1. c4df28d docs: update INFO sections for Kvrocks 2.16 (#393) by Twice · 23 hours ago main
  2. ca44d9d Bump echarts from 5.4.2 to 6.1.0 (#391) by dependabot[bot] · 11 days ago
  3. 06c1673 Bump js-yaml from 3.14.2 to 3.15.0 (#390) by dependabot[bot] · 11 days ago
  4. 0ccef06 Bump http-proxy-middleware from 2.0.9 to 2.0.10 (#389) by dependabot[bot] · 12 days ago
  5. 736833b Add release blog for Apache Kvrocks 2.16.0 (#388) by hulk · 3 weeks ago

Apache Kvrocks Official Website

This project keeps all sources used for building the Apache Kvrocks official website, which is served at https://kvrocks.apache.org/.

Contact Us

Prerequisite

The Apache Kvrocks website is powered by Docusaurus 2 and is built with Node 19 and Yarn 3. Check the deploy workflow for concrete requirements and instructions.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static content hosting service.