Documentation for js-waku
https://docs.waku.org/
Jakub Sokołowski
cb1ba91a3c
https://github.com/waku-org/js.waku.guide/issues/63 Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
.github/workflows | ||
archetypes | ||
content | ||
layouts/partials/docs/inject | ||
static | ||
themes | ||
.cspell.json | ||
.gitignore | ||
.gitmodules | ||
Jenkinsfile | ||
README.md | ||
config.yaml | ||
package.json | ||
yarn.lock |
README.md
Description
This repository is the source for https://js.waku.guide/.
It is built using Hugo static site generator.
Development
You will need to install Hugo and pull submodules:
git submodule update --init
To start a server that also builds the page use:
hugo server
Will expose the built page under http://localhost:1313/.
Continuous Integration
Two branches are built by our Jenkins instance:
master
is deployed to https://js.waku.guide/ by CIdevelop
is deployed to https://dev-js.waku.guide/ by CI
PRs should be made for develop
branch and master
should be rebased on develop
once changes are verified.