From 655e18fc74acdb5943221848edd1f28470b5df54 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Mon, 15 Apr 2024 14:59:12 -0400 Subject: [PATCH] Move up Best Practices page --- src/config/sidebar.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 71ffb8e9c04..0c05349524b 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -334,6 +334,10 @@ export const SIDEBAR: Partial> = { title: "Supported Networks", url: "chainlink-automation/overview/supported-networks", }, + { + title: "Best Practices", + url: "chainlink-automation/concepts/best-practice", + }, { title: "Release Notes", url: "chainlink-automation/overview/automation-release-notes", @@ -400,10 +404,6 @@ export const SIDEBAR: Partial> = { title: "Architecture", url: "chainlink-automation/concepts/automation-architecture", }, - { - title: "Best Practices", - url: "chainlink-automation/concepts/best-practice", - }, ], }, {