From 5457edaf06e8dd755bda221dde99d9b52249e7c5 Mon Sep 17 00:00:00 2001 From: Christian Ehlers Date: Sat, 6 Aug 2022 11:02:51 +0200 Subject: [PATCH] Update config.toml Add more prominent link for Helium Miner --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 0f3a37b..13bde2c 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,12 @@ theme = "doc-theme" identifier = "products" weight = 30 +[[menu.main]] + name = "Pycom Helium Miner" + url = "/gettingstarted/registration/lora/helium_hotspot_registration/" + identifier = "helium" + weight = 5 + # *** Getting Started [[menu.main]] name = "Getting Started"