mirror of
https://github.com/acid-info/docs.wakuconnect.dev.git
synced 2025-02-22 14:48:06 +00:00
An attempt to get multi-language support with a simple site generator: https://gohugo.io/ Research issue: https://github.com/vacp2p/docs.dappconnect.dev/issues/7 Theme: https://themes.gohugo.io/themes/hugo-book/ I've dropped the Waku specs part for simplicity of the PR, you can re-add it later yourself @D4nte . Signed-off-by: Jakub Sokołowski <jakub@status.im>
957 B
957 B
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:
master
is deployed to https://docs.dappconnect.dev/ by CIdevelop
is deployed to https://dev-docs.dappconnect.dev/ by CI
PRs should be made for develop
branch and master
should be rebased on develop
once changes are verified.