Franck R 0fc6a60d16
Few updates (#52)
* Add LBRY mirror link to latest video

* Update to waku.org link

* Update Status Web name and link
2022-04-20 15:35:36 +10:00
2022-04-20 15:35:36 +10:00
2022-02-11 22:11:16 +11:00
2022-02-11 22:11:16 +11:00
2022-03-21 14:01:44 +11:00
2022-02-11 22:11:16 +11:00
2022-03-17 14:27:11 +11:00
2022-03-17 14:27:11 +11:00
2022-02-21 21:38:54 +11:00

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.

Description
Languages
HTML 100%