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
|
tmp
|
||||||
public
|
public
|
||||||
resources
|
resources
|
||||||
|
node_modules
|
||||||
/.hugo_build.lock
|
/.hugo_build.lock
|
||||||
|
|
|
@ -14,7 +14,7 @@ pipeline {
|
||||||
GIT_COMMITTER_NAME = 'status-im-auto'
|
GIT_COMMITTER_NAME = 'status-im-auto'
|
||||||
GIT_COMMITTER_EMAIL = 'auto@status.im'
|
GIT_COMMITTER_EMAIL = 'auto@status.im'
|
||||||
/* dev page settings */
|
/* 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'
|
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
|
||||||
SCP_OPTS = 'StrictHostKeyChecking=no'
|
SCP_OPTS = 'StrictHostKeyChecking=no'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Description
|
# 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.
|
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/):
|
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/)
|
* `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.dappconnect.dev/ by [CI](https://ci.status.im/job/website/job/dev-docs.dappconnect.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.
|
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"
|
languageCode: "en-us"
|
||||||
defaultContentLang: en
|
defaultContentLang: en
|
||||||
title: "WakuConnect Docs"
|
title: "WakuConnect Docs"
|
||||||
|
@ -36,7 +36,7 @@ params:
|
||||||
BookSearch: true
|
BookSearch: true
|
||||||
|
|
||||||
# GitHub edit links
|
# GitHub edit links
|
||||||
BookRepo: 'https://github.com/vacp2p/docs.dappconnect.dev'
|
BookRepo: 'https://github.com/vacp2p/docs.wakuconnect.dev'
|
||||||
BookCommitPath: 'commit'
|
BookCommitPath: 'commit'
|
||||||
BookEditPath: 'edit/develop'
|
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.
|
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,
|
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:
|
Legend:
|
||||||
- _Live_: We are aware of projects who have implemented this use case.
|
- _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