From 258f9d70dbc5d5cff20205f47a17c0bc5d04ee09 Mon Sep 17 00:00:00 2001 From: Guillermo Paoletti Date: Sun, 4 Aug 2024 00:22:21 +0200 Subject: [PATCH] docs: add tendermint docs to the sidebar (#21) --- vocs.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vocs.config.ts b/vocs.config.ts index d6157cb..608d14b 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -216,6 +216,10 @@ export default defineConfig({ text: "Cosmos Requests", link: "/lib/requester/cosmos", }, + { + text: "Tendermint Requests", + link: "/lib/requester/tendermint", + }, ], }, {