From 412807bccd0938d81dc0a7b0055c8fa004c90c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 10 Jan 2022 15:51:42 +0100 Subject: [PATCH] ci: move to docs.wakuconnect.dev domain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- .gitignore | 1 + Jenkinsfile | 2 +- README.md | 6 +++--- config.yaml | 4 ++-- content/docs/use_cases.md | 2 +- static/CNAME | 2 +- yarn.lock | 4 ++++ 7 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index 906b2ba..c890cc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ tmp public resources +node_modules /.hugo_build.lock diff --git a/Jenkinsfile b/Jenkinsfile index 7d613f4..f543de6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } diff --git a/README.md b/README.md index d4577b5..0a67eba 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/config.yaml b/config.yaml index 42825d8..39cffad 100644 --- a/config.yaml +++ b/config.yaml @@ -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' diff --git a/content/docs/use_cases.md b/content/docs/use_cases.md index c7d0e53..ad40052 100644 --- a/content/docs/use_cases.md +++ b/content/docs/use_cases.md @@ -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. diff --git a/static/CNAME b/static/CNAME index 02bfa2e..4457b58 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -docs.dappconnect.dev +docs.wakuconnect.dev diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +