From 90a1e308832c4cc732ece27ff0545d2fc6ac3d37 Mon Sep 17 00:00:00 2001 From: Ahmed Castro Date: Thu, 26 Jun 2025 11:27:30 -0600 Subject: [PATCH] added "audit your code" to sidebar --- src/config/sidebar.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 495200b9..30b62752 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -162,6 +162,10 @@ export const getSidebar = () => { title: t("sidebar.developers.runningNode"), url: formatUrl("developers/guides/running-a-scroll-node"), }, + { + title: t("sidebar.developers.auditingYourCode"), + url: formatUrl("developers/guides/auditing-your-code"), + }, { title: t("sidebar.developers.transactionJourney"), url: formatUrl("developers/guides/checking-transaction-journey"),