Apache GraphAr Website

Clone this repo:
  1. 2849a4f Add emphasize to the invitation email (#30) by Weibin Zeng · 9 months ago main
  2. 65a898d feat: add scala & java syntax highlighting (#29) by Semyon · 9 months ago
  3. 816d656 chore: Fix typos and wording (#27) by Weibin Zeng · 9 months ago
  4. eaf2668 Add document about how to be/nominate a committer (#25) by Weibin Zeng · 9 months ago
  5. 5f4aa0a Support manualy trigger the deploy action by acezen · 9 months ago

Apache GraphAr (incubating) Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ pnpm install

Syncing the docs directory from the main repository

$ git clone https://github.com/apache/incubator-graphar.git --depth 1
$ rsync -av --progress incubator-graphar/docs/ docs/
or
$ cp -r incubator-graphar/docs/ docs/

Note: DO NOT omit the trailing slash in the source directory.

Local Development

$ pnpm start

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

Build

$ pnpm build

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

LICENSE

Apache License 2.0.