diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 5f26d52..a179cfa 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -16,7 +16,7 @@ graph LR W -->|Message 3| R2(Message Receiver 2) ``` - + :::tip Check out our [Learn section](/learn/waku-network), [YouTube channel](https://www.youtube.com/@wakuorg), and [Blog](https://blog.waku.org/) to dive into how Waku works behind the scenes! @@ -47,7 +47,7 @@ Looking for what to build with Waku? Discover a collection of sample ideas and u Waku is a decentralised, permissionless system where anyone can run a node, use the network, and contribute to its support. We recommend following the [Run Nwaku with Docker Compose](/guides/nwaku/run-docker-compose) guide and [Waku Node Operator Cheatsheet](/Waku-NodeOperator.pdf) to easily run a node. - + :::tip If you encounter issues running your node or require assistance with anything, please visit the [#node-help channel](https://discord.com/channels/1110799176264056863/1216748184592711691) on our Discord. diff --git a/docs/guides/nwaku/run-docker-compose.md b/docs/guides/nwaku/run-docker-compose.md index 3233f98..8c6f69c 100644 --- a/docs/guides/nwaku/run-docker-compose.md +++ b/docs/guides/nwaku/run-docker-compose.md @@ -11,7 +11,7 @@ hide_table_of_contents: true ## Video tutorial - + :::tip Check out the [Waku Node Operator Cheatsheet](/Waku-NodeOperator.pdf) to learn how to easily run, monitor, and interact with a node.