diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 3aa0ad3..c6cb372 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -46,4 +46,8 @@ Waku provides integrations tailored for mobile applications, enabling Waku to ru | | Description | Documentation | | - | - | - | | [REST API](https://waku-org.github.io/waku-rest-api/) | REST API interface provided by `nwaku` and `go-waku` to interact with the Waku Network | [Waku Node REST API Reference](https://waku-org.github.io/waku-rest-api/) | -| [@waku/create-app](https://www.npmjs.com/package/@waku/create-app) | Starter kit to bootstrap your next `@waku/sdk` project from various example templates | [Scaffold DApps Using @waku/create-app](/guides/js-waku/use-waku-create-app) | \ No newline at end of file +| [@waku/create-app](https://www.npmjs.com/package/@waku/create-app) | Starter kit to bootstrap your next `@waku/sdk` project from various example templates | [Scaffold DApps Using @waku/create-app](/guides/js-waku/use-waku-create-app) | + +:::tip +Check out the [Waku Idea Board](https://ideas.waku.org/) for creative project ideas and explore the limitless possibilities of the Waku protocol. +::: \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index e630e83..08238ce 100644 --- a/sidebars.js +++ b/sidebars.js @@ -84,6 +84,10 @@ const sidebars = { "learn/research", "learn/waku-vs-libp2p", "learn/glossary", + { + type: 'html', + value: 'Waku Idea Board', + }, ], research: [ {