Apache Kvrocks Website

Clone this repo:
  1. 7250265 Bump shell-quote from 1.8.1 to 1.8.4 (#383) by dependabot[bot] · 3 days ago main
  2. a751ca5 Bump launch-editor from 2.6.0 to 2.14.1 (#382) by dependabot[bot] · 9 days ago
  3. e947691 Update Docker volume instructions in getting-started.md by Twice · 13 days ago
  4. a4b7fd8 docs: update supported HFE commands (#381) by Twice · 13 days ago
  5. 2017fb4 docs: update supported command descriptions (#380) by Twice · 2 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.