From 07d2c81d1d64f80d2a7277deeffdfe77e0df0c54 Mon Sep 17 00:00:00 2001 From: F Date: Thu, 2 Dec 2021 16:30:13 +1100 Subject: [PATCH] Example: rename file and point to docs website - GitHub automatically print README.md file in folder. - Point to docs website that contains some external examples. --- .cspell.json | 1 + examples/{examples.md => README.md} | 2 ++ 2 files changed, 3 insertions(+) rename examples/{examples.md => README.md} (90%) diff --git a/.cspell.json b/.cspell.json index 70f59b46ac..ab5c739a25 100644 --- a/.cspell.json +++ b/.cspell.json @@ -69,6 +69,7 @@ "reactjs", "recid", "rlnrelay", + "roadmap", "sandboxed", "secio", "seckey", diff --git a/examples/examples.md b/examples/README.md similarity index 90% rename from examples/examples.md rename to examples/README.md index e1dac59613..bb7d0996fe 100644 --- a/examples/examples.md +++ b/examples/README.md @@ -7,3 +7,5 @@ Here is the list of the code examples and the features they demonstrate: - [Minimal ReactJS Chat App](min-react-js-chat): Group chat, React/JavaScript, Relay, Protobuf using `protons`. - [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.