diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 30b62752..495200b9 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -162,10 +162,6 @@ 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"),