diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index e58fe86..3aa0ad3 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -16,8 +16,8 @@ The Waku Network is a decentralised, permissionless system where anyone can run | | Description | Documentation | | - | - | - | -| [nwaku](https://github.com/waku-org/nwaku) | Nim-based Waku implementation to run a standalone node and access the network (recommended) | [Run a Nwaku Node](/guides/nwaku/run-node) | -| [nwaku-compose](https://github.com/waku-org/nwaku-compose) | Pre-configured Docker Compose setup for running a RLN-enabled `nwaku` node with Grafana metrics dashboard | [Run Nwaku with Docker Compose](/guides/nwaku/run-docker-compose) | +| [nwaku](https://github.com/waku-org/nwaku) | Nim-based Waku implementation to run a standalone node and access the network | [Run a Nwaku Node](/guides/nwaku/run-node) | +| [nwaku-compose](https://github.com/waku-org/nwaku-compose) | Pre-configured Docker Compose setup for running a RLN-enabled `nwaku` node with Grafana metrics dashboard (recommended) | [Run Nwaku with Docker Compose](/guides/nwaku/run-docker-compose) | | [go-waku](https://github.com/waku-org/go-waku) | Golang-based Waku implementation to run a standalone node and access the network | COMING SOON | ## Integrate using SDKs diff --git a/sidebars.js b/sidebars.js index 5be6b78..e630e83 100644 --- a/sidebars.js +++ b/sidebars.js @@ -12,9 +12,9 @@ const sidebars = { id: "guides/nwaku/run-node", }, items: [ - "guides/nwaku/build-source", - "guides/nwaku/run-docker", "guides/nwaku/run-docker-compose", + "guides/nwaku/run-docker", + "guides/nwaku/build-source", "guides/nwaku/configure-discovery", "guides/nwaku/configure-nwaku", "guides/nwaku/config-methods",