ci: move to docs.wakuconnect.dev domain
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0804fd912c
commit
412807bccd
|
@ -1,4 +1,5 @@
|
|||
tmp
|
||||
public
|
||||
resources
|
||||
node_modules
|
||||
/.hugo_build.lock
|
||||
|
|
|
@ -14,7 +14,7 @@ pipeline {
|
|||
GIT_COMMITTER_NAME = 'status-im-auto'
|
||||
GIT_COMMITTER_EMAIL = 'auto@status.im'
|
||||
/* dev page settings */
|
||||
DEV_SITE = 'dev-docs.dappconnect.dev'
|
||||
DEV_SITE = 'dev-docs.wakuconnect.dev'
|
||||
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
|
||||
SCP_OPTS = 'StrictHostKeyChecking=no'
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Description
|
||||
|
||||
This repository is the source for https://docs.dappconnect.dev/.
|
||||
This repository is the source for https://docs.wakuconnect.dev/.
|
||||
|
||||
It is built using [Hugo](https://gohugo.io/) static site generator.
|
||||
|
||||
|
@ -20,7 +20,7 @@ Will expose the built page under http://localhost:1313/.
|
|||
|
||||
Two branches are built by [our Jenkins instance](https://ci.status.im/):
|
||||
|
||||
* `master` is deployed to https://docs.dappconnect.dev/ by [CI](https://ci.status.im/job/website/job/docs.dappconnect.dev/)
|
||||
* `develop` is deployed to https://dev-docs.dappconnect.dev/ by [CI](https://ci.status.im/job/website/job/dev-docs.dappconnect.dev/)
|
||||
* `master` is deployed to https://docs.wakuconnect.dev/ by [CI](https://ci.status.im/job/website/job/docs.wakuconnect.dev/)
|
||||
* `develop` is deployed to https://dev-docs.wakuconnect.dev/ by [CI](https://ci.status.im/job/website/job/dev-docs.wakuconnect.dev/)
|
||||
|
||||
PRs should be made for `develop` branch and `master` should be [rebased](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) on `develop` once changes are verified.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
baseURL: "https://docs.dappconnect.dev/"
|
||||
baseURL: "https://docs.wakuconnect.dev/"
|
||||
languageCode: "en-us"
|
||||
defaultContentLang: en
|
||||
title: "WakuConnect Docs"
|
||||
|
@ -36,7 +36,7 @@ params:
|
|||
BookSearch: true
|
||||
|
||||
# GitHub edit links
|
||||
BookRepo: 'https://github.com/vacp2p/docs.dappconnect.dev'
|
||||
BookRepo: 'https://github.com/vacp2p/docs.wakuconnect.dev'
|
||||
BookCommitPath: 'commit'
|
||||
BookEditPath: 'edit/develop'
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ It can enable numerous use cases, both person-to-person (e.g. messenger) and mac
|
|||
This is a non-exhaustive list of use cases that we have considered and their current status.
|
||||
|
||||
If we are aware of other projects using js-waku and other use cases that could be implemented,
|
||||
feel free to open a [PR](https://github.com/vacp2p/docs.dappconnect.dev).
|
||||
feel free to open a [PR](https://github.com/vacp2p/docs.wakuconnect.dev).
|
||||
|
||||
Legend:
|
||||
- _Live_: We are aware of projects who have implemented this use case.
|
||||
|
|
|
@ -1 +1 @@
|
|||
docs.dappconnect.dev
|
||||
docs.wakuconnect.dev
|
||||
|
|
Loading…
Reference in New Issue