Information for contributors
The site is built using Hugo and the docsy theme.
To edit and preview the site locally, follow these steps:
- ensure you have
hugo
installed - initialize the submodules
git submodule update --init --recursive --depth 1
- Run
hugo server
in thedocs/
folder