Documentation for js-waku https://docs.waku.org/
Go to file
Franck R da15b6b74d
Format with prettier (#34)
2022-02-11 22:11:16 +11:00
.github/workflows Format with prettier (#34) 2022-02-11 22:11:16 +11:00
archetypes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
content Format with prettier (#34) 2022-02-11 22:11:16 +11:00
content.es Format with prettier (#34) 2022-02-11 22:11:16 +11:00
content.pt Format with prettier (#34) 2022-02-11 22:11:16 +11:00
static Change poll sdk and add voting sdk (#27) 2022-02-04 13:44:23 +11:00
themes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01: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: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01:00
README.md ci: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01:00
config.yaml js-waku docs are now hosted at a new location (#30) 2022-01-27 11:18:41 +11:00
package.json Format with prettier (#34) 2022-02-11 22:11:16 +11:00
yarn.lock Format with prettier (#34) 2022-02-11 22:11:16 +11:00

README.md

Description

This repository is the source for https://docs.wakuconnect.dev/.

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.