Skip to content

Latest commit

 

History

History
 
 

website

H3 Documentation Website

This is the source for the H3 documentation website.

The source of the pages in the documentation is in the docs directory.

The website is built using Docusaurus.

Building Locally

Building the documentation requires Node.js. To build and view the H3 documentation, run the following from ./website:

yarn
yarn start

You will then be able to open http://localhost:3000 in your browser.

Updating the H3 Website

Deployment is done via Docusaurus. You will need to set GIT_USER to your Github username, and then run:

USE_SSH=true yarn deploy