Documentation for WakuConnect https://docs.wakuconnect.dev/
Go to file
Jakub Sokołowski 412807bccd
ci: move to docs.wakuconnect.dev domain
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-10 15:51:42 +01:00
archetypes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
content ci: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01: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 ci: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01:00
yarn.lock ci: move to docs.wakuconnect.dev domain 2022-01-10 15:51:42 +01: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.