Documentation for js-waku https://docs.waku.org/
Go to file
Jakub Sokołowski cb1ba91a3c
ci: change docs.wakuconnect.dev to js.waku.guide
https://github.com/waku-org/js.waku.guide/issues/63

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-08 19:13:04 +01:00
.github/workflows misc: add issues to Waku Product project board (#59) 2022-08-26 18:09:26 +10:00
archetypes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
content ci: change docs.wakuconnect.dev to js.waku.guide 2022-11-08 19:13:04 +01:00
layouts/partials/docs/inject Add privacy friendly analytics (#51) 2022-04-01 17:16:59 +11:00
static ci: change docs.wakuconnect.dev to js.waku.guide 2022-11-08 19:13:04 +01:00
themes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
.cspell.json Add TrustX pres (#55) 2022-05-05 16:52:38 +10:00
.gitignore Format with prettier (#34) 2022-02-11 22:11:16 +11:00
.gitmodules replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
Jenkinsfile ci: change docs.wakuconnect.dev to js.waku.guide 2022-11-08 19:13:04 +01:00
README.md ci: change docs.wakuconnect.dev to js.waku.guide 2022-11-08 19:13:04 +01:00
config.yaml ci: change docs.wakuconnect.dev to js.waku.guide 2022-11-08 19:13:04 +01:00
package.json ci: change docs.wakuconnect.dev to js.waku.guide 2022-11-08 19:13:04 +01:00
yarn.lock Add spelling check (#40) 2022-02-21 21:38:54 +11:00

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:

PRs should be made for develop branch and master should be rebased on develop once changes are verified.