This is the source for the H3 documentation website.
The source of the pages in the documentation is in the docs directory.
Building the documentation requires Node.js. To build and view the H3 documentation,
run the following from ./website
:
yarn
yarn run build
You will then be able to open public/index.html
in your browser. Note that images
will not render because they expect a /h3/
path prefix.
Make sure your gh-pages
branch has its remote set to the upstream repo, then
make publish-website