Apache Kvrocks Website

Clone this repo:

Branches

  1. 609df72 ci: do not force push to avoid rules conflict by tison · 9 days ago main
  2. bd49363 chore: protect the deploy branch also by tison · 9 days ago
  3. 3c72d70 docs: refactor contributing guide and add how to run a single test guide (#107) by tison · 9 days ago
  4. badf0c4 Rename slave to replica in the index page by Twice · 3 weeks ago
  5. 3f1f764 Adopt new terms, change "slave" to "replica" (#106) by hulk · 3 weeks ago

Apache Kvrocks (Incubating) Official Website

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

Prerequisite

The Apache Kvrocks (Incubating) 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.