Documentation for WakuConnect https://docs.wakuconnect.dev/
Go to file
Franck R 94783e8db5
Update Discord and Telegram links (#56)
2022-05-24 17:58:58 +10: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 Update Discord and Telegram links (#56) 2022-05-24 17:58:58 +10: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
layouts/partials/docs/inject Add privacy friendly analytics (#51) 2022-04-01 17:16:59 +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
.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: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01:00
README.md Fix test script (#47) 2022-03-17 14:27:11 +11:00
config.yaml js-waku docs are now hosted at a new location (#30) 2022-01-27 11:18:41 +11:00
package.json Fix test script (#47) 2022-03-17 14:27:11 +11: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://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.