From 49f949b436ebbcb2ac3fc1f0e6f32693995b92f0 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 3 May 2023 17:14:06 +0200 Subject: [PATCH] Added tea/cli link to navbar --- src/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config.toml b/src/config.toml index d0dfb3c..b57a17a 100644 --- a/src/config.toml +++ b/src/config.toml @@ -12,6 +12,13 @@ title = 'Equitable Open-Source for Web3' url = 'https://docs.tea.xyz' weight = 3 + [[menu.main]] + identifier = 'tea/cli' + name = 'tea/cli' + title = 'tea/cli' + url = 'https://github.com/teaxyz/cli' + weight = 1 + [[menu.main]] identifier = 'product hunt' name = 'Product Hunt'