From a606280a45e3bb50d98886feee895c527465bb83 Mon Sep 17 00:00:00 2001 From: F Date: Mon, 3 Jan 2022 11:11:07 +1100 Subject: [PATCH] Rename to WakuConnect (#14) --- config.yaml | 2 +- content/docs/guides/01_choose_content_topic.md | 2 +- content/docs/guides/07_reactjs_relay.md | 2 +- content/docs/guides/08_reactjs_store.md | 2 +- content/docs/introduction.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 4b78835..202a166 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ baseURL: "https://docs.dappconnect.dev/" languageCode: "en-us" defaultContentLang: en -title: "DappConnect Docs" +title: "WakuConnect Docs" theme: "hugo-book" enableGitInfo: true diff --git a/content/docs/guides/01_choose_content_topic.md b/content/docs/guides/01_choose_content_topic.md index ac0db36..a4c6117 100644 --- a/content/docs/guides/01_choose_content_topic.md +++ b/content/docs/guides/01_choose_content_topic.md @@ -18,7 +18,7 @@ The format for content topics is as follows: - `dapp-name`: The name of your dApp, it must be unique to avoid conflict with other dApps. - `version`: We usually start at `1`, useful when introducing breaking changes in your messages. - `content-topic-name`: The actual content topic name to use for filtering. - If your dApp uses DappConnect for several features, + If your dApp uses WakuConnect for several features, you should use a content topic per feature. - `encoding`: The encoding format of the message, Protobuf is most often used: `proto`. diff --git a/content/docs/guides/07_reactjs_relay.md b/content/docs/guides/07_reactjs_relay.md index 3258c51..023258a 100644 --- a/content/docs/guides/07_reactjs_relay.md +++ b/content/docs/guides/07_reactjs_relay.md @@ -5,7 +5,7 @@ weight: 7 --- # Receive and Send Messages Using Waku Relay With ReactJS -It is easy to use DappConnect with ReactJS. +It is easy to use WakuConnect with ReactJS. In this guide, we will demonstrate how your ReactJS dApp can use Waku Relay to send and receive messages. Before starting, you need to choose a _Content Topic_ for your dApp. diff --git a/content/docs/guides/08_reactjs_store.md b/content/docs/guides/08_reactjs_store.md index 294ce7f..725e63a 100644 --- a/content/docs/guides/08_reactjs_store.md +++ b/content/docs/guides/08_reactjs_store.md @@ -5,7 +5,7 @@ weight: 8 --- # Retrieve Messages Using Waku Store With ReactJS -It is easy to use DappConnect with ReactJS. +It is easy to use WakuConnect with ReactJS. In this guide, we will demonstrate how your ReactJS dApp can use Waku Store to retrieve messages. DApps running on a phone or in a browser are often offline: diff --git a/content/docs/introduction.md b/content/docs/introduction.md index c0ac2f1..8fde257 100644 --- a/content/docs/introduction.md +++ b/content/docs/introduction.md @@ -3,9 +3,9 @@ title: Introduction date: 2021-12-09T14:00:00+01:00 weight: 1 --- -# DappConnect Docs +# WakuConnect Docs -DappConnect is a suite of libraries, SDKs and documentations to help you use Waku in your dApp. +WakuConnect is a suite of libraries, SDKs and documentations to help you use Waku in your dApp. Waku is a decentralized, censorship-resistant, network and protocol family. It enables you to add communication features to your dApp in a decentralized manner,