Documentation for WakuConnect https://docs.wakuconnect.dev/
Go to file
F 5542916c31
Add API Doc link (#9)
2021-12-13 11:17:25 +11:00
archetypes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
content replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
content.es replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
static replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
themes replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
.gitignore Add API Doc link (#9) 2021-12-13 11:17:25 +11:00
.gitmodules replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
Jenkinsfile replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
README.md replace mdBook with Hugo for site generation 2021-12-10 16:39:21 +01:00
config.yaml Add API Doc link (#9) 2021-12-13 11:17:25 +11:00

README.md

Description

This repository is the source for https://docs.dappconnect.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.