Documentation for WakuConnect https://docs.wakuconnect.dev/
Go to file
Franck R 41bc0a9d80
Run prettier (#29)
2022-01-24 12:17:00 +11:00
archetypes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
content Run prettier (#29) 2022-01-24 12:17:00 +11:00
content.es replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
content.pt Add pt placeholder (#10) 2021-12-13 11:31:30 +11:00
static ci: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01:00
themes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
.gitignore ci: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01: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 Add videos (#24) 2022-01-12 14:41:29 +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.