ci: change docs.wakuconnect.dev to js.waku.guide
https://github.com/waku-org/js.waku.guide/issues/63 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ecb47f2184
commit
4adba00249
|
@ -14,7 +14,7 @@ pipeline {
|
|||
GIT_COMMITTER_NAME = 'status-im-auto'
|
||||
GIT_COMMITTER_EMAIL = 'auto@status.im'
|
||||
/* dev page settings */
|
||||
DEV_SITE = 'dev-docs.wakuconnect.dev'
|
||||
DEV_SITE = 'dev-js.waku.guide'
|
||||
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.wakuconnect.dev/.
|
||||
This repository is the source for https://js.waku.guide/.
|
||||
|
||||
It is built using [Hugo](https://gohugo.io/) static site generator.
|
||||
|
||||
|
@ -24,7 +24,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.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/)
|
||||
- `master` is deployed to https://js.waku.guide/ by [CI](https://ci.status.im/job/website/job/js.waku.guide/)
|
||||
- `develop` is deployed to https://dev-js.waku.guide/ by [CI](https://ci.status.im/job/website/job/dev-js.waku.guide/)
|
||||
|
||||
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.wakuconnect.dev/"
|
||||
baseURL: "https://js.waku.guide/"
|
||||
languageCode: "en-us"
|
||||
defaultContentLang: en
|
||||
title: "Waku Connect Docs"
|
||||
|
@ -38,7 +38,7 @@ params:
|
|||
BookSearch: true
|
||||
|
||||
# GitHub edit links
|
||||
BookRepo: 'https://github.com/vacp2p/docs.wakuconnect.dev'
|
||||
BookRepo: 'https://github.com/waku-org/js.waku.guide'
|
||||
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.wakuconnect.dev).
|
||||
feel free to open a [PR](https://github.com/waku-org/js.waku.guide).
|
||||
|
||||
Legend:
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "docs.wakuconnect.dev",
|
||||
"name": "js.waku.guide",
|
||||
"version": "1.0.0",
|
||||
"main": "\"\"",
|
||||
"repository": "git@github.com:vacp2p/docs.wakuconnect.dev.git",
|
||||
"repository": "git@github.com:waku-org/js.waku.guide.git",
|
||||
"author": "Franck Royer <franck@status.im>",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
|
|
|
@ -1 +1 @@
|
|||
docs.wakuconnect.dev
|
||||
js.waku.guide
|
||||
|
|
Loading…
Reference in New Issue