From 3bfd0024775710518f0a70b038754b2aee64a380 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 6 Feb 2026 05:14:11 -0800 Subject: [PATCH] docs: add Signature Verification to sidebar under Running a Node (#21900) --- docs/vocs/sidebar.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vocs/sidebar.ts b/docs/vocs/sidebar.ts index e351437b1d..6f696e4817 100644 --- a/docs/vocs/sidebar.ts +++ b/docs/vocs/sidebar.ts @@ -62,6 +62,10 @@ export const sidebar: SidebarItem[] = [ text: "Overview", link: "/run/overview", }, + { + text: "Signature Verification", + link: "/installation/binaries#signature-verification", + }, { text: "Networks", // link: "/run/networks",