From c7fe1bd7899e2c8b1c9e17bad44e2e6b3bf536be Mon Sep 17 00:00:00 2001 From: Franck R Date: Mon, 24 Jan 2022 15:00:11 +1100 Subject: [PATCH] Rename DappConnect to Waku Connect (#427) --- .cspell.json | 2 +- CHANGELOG.md | 1 + README.md | 11 +++++++---- examples/README.md | 2 +- examples/relay-reactjs-chat/README.md | 2 +- examples/store-reactjs-chat/README.md | 2 +- guides/README.md | 2 +- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.cspell.json b/.cspell.json index 3a3dd3ab16..0272a7c6b4 100644 --- a/.cspell.json +++ b/.cspell.json @@ -14,7 +14,6 @@ "circleci", "codecov", "commitlint", - "dappconnect", "dependabot", "dingpu", "Dlazy", @@ -93,6 +92,7 @@ "vacp", "varint", "waku", + "wakuconnect", "wakuv", "wakunode", "webfonts", diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d7f09bec..f6ae36f410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Test: Upgrade nim-waku node to v0.7. +- Doc: Renamed "DappConnect" to "Waku Connect". ## [0.15.0] - 2022-01-17 diff --git a/README.md b/README.md index 5313984448..0173b9af65 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,12 @@ A JavaScript implementation of the [Waku v2 protocol](https://rfc.vac.dev/spec/1 ## Documentation -- [Quick start](https://docs.dappconnect.dev/docs/quick_start/) -- [Full documentation](https://docs.dappconnect.dev/) +- [Quick start](https://docs.wakuconnect.dev/docs/quick_start/) +- [Full documentation](https://docs.wakuconnect.dev/) - [API documentation (`master` branch)](https://status-im.github.io/js-waku/docs/) +- [Waku Connect](https://wakuconnect.dev/) +- [Waku](https://wakunetwork.com/) +- [Vac](https://vac.dev/) API Documentation can also be generated locally: @@ -30,9 +33,9 @@ Release changelog can be found in [CHANGELOG.md](https://github.com/status-im/js If you encounter any bug or would like to propose new features, feel free to [open an issue](https://github.com/status-im/js-waku/issues/new/). -To get help, join **#dappconnect-support** on [Vac Discord](https://discord.gg/j5pGbn7MHZ) or [Telegram](https://t.me/dappconnectsupport). +To get help, join **#wakuconnect-support** on [Vac Discord](https://discord.gg/j5pGbn7MHZ) or [Telegram](https://t.me/wakuconnectsupport). -For more general discussion and latest news, join **#dappconnect** on [Vac Discord](https://discord.gg/9DgykdmpZ6) or [Telegram](https://t.me/dappconnect). +For more general discussion and latest news, join **#wakuconnect** on [Vac Discord](https://discord.gg/9DgykdmpZ6) or [Telegram](https://t.me/wakuconnect). ## Roadmap diff --git a/examples/README.md b/examples/README.md index 957ffb9c78..668f5aa62b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,4 +14,4 @@ Here is the list of the code examples and the features they demonstrate: - [Minimal ReactJS Waku Store App](store-reactjs-chat): Waku Store, React/JavaScript, Protobuf using `protons`. - [Pure Javascript Using Minified Library](unpkg-js-store): Stop retrieving results from Waku Store on condition, Use minified bundle from Unpkg.com, JavaScript. -See https://docs.dappconnect.dev/docs/examples/ for more examples. +See https://docs.wakuconnect.dev/docs/examples/ for more examples. diff --git a/examples/relay-reactjs-chat/README.md b/examples/relay-reactjs-chat/README.md index 8cb9f5a507..345c2febdf 100644 --- a/examples/relay-reactjs-chat/README.md +++ b/examples/relay-reactjs-chat/README.md @@ -9,7 +9,7 @@ - Protobuf using `protons`. - No async/await syntax. -A barebone chat app to illustrate the [ReactJS Relay guide](https://docs.dappconnect.dev/docs/guides/07_reactjs_relay/). +A barebone chat app to illustrate the [ReactJS Relay guide](https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/). To run a development version locally, do: diff --git a/examples/store-reactjs-chat/README.md b/examples/store-reactjs-chat/README.md index 92b2816e1e..194951948c 100644 --- a/examples/store-reactjs-chat/README.md +++ b/examples/store-reactjs-chat/README.md @@ -7,7 +7,7 @@ - No async/await syntax. A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/) -to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.dappconnect.dev/docs/guides/08_reactjs_store/). +to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/). To run a development version locally, do: diff --git a/guides/README.md b/guides/README.md index ecd60af477..42faf87b01 100644 --- a/guides/README.md +++ b/guides/README.md @@ -1 +1 @@ -Moved to https://docs.dappconnect.dev/guides/index.html +Moved to https://docs.wakuconnect.dev/docs/guides/