This repository is the source for https://docs.wakuconnect.dev/.
It is built using Hugo static site generator.
You will need to install Hugo and pull submodules:
git submodule update --initTo start a server that also builds the page use:
hugo serverWill expose the built page under http://localhost:1313/.
Two branches are built by our Jenkins instance:
masteris deployed to https://docs.wakuconnect.dev/ by CIdevelopis deployed to https://dev-docs.wakuconnect.dev/ by CI
PRs should be made for develop branch and master should be rebased on develop once changes are verified.