From fa314520aee396fd86706155aa6d330e6d9f4d61 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Mon, 15 Apr 2024 19:51:00 -0400 Subject: [PATCH] Automation left-nav refresh 1 --- src/config/sidebar.ts | 56 +++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 71ffb8e9c04..94e30499815 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -322,14 +322,6 @@ export const SIDEBAR: Partial> = { title: "Overview", url: "chainlink-automation", }, - { - title: "Getting Started", - url: "chainlink-automation/overview/getting-started", - }, - { - title: "Billing and Costs", - url: "chainlink-automation/overview/automation-economics", - }, { title: "Supported Networks", url: "chainlink-automation/overview/supported-networks", @@ -338,15 +330,40 @@ export const SIDEBAR: Partial> = { title: "Release Notes", url: "chainlink-automation/overview/automation-release-notes", }, + ], + }, + { + section: "Learn", + contents: [ { - title: "Migrate to Automation V2", - url: "chainlink-automation/guides/migrate-to-v2", + title: "Getting Started", + url: "chainlink-automation/overview/getting-started", + }, + { + title: "Concepts", + url: "chainlink-automation/concepts/automation-concepts", + }, + { + title: "Architecture", + url: "chainlink-automation/concepts/automation-architecture", + }, + { + title: "Billing and Costs", + url: "chainlink-automation/overview/automation-economics", }, ], }, { - section: "Guides", + section: "Build", contents: [ + { + title: "Best Practices", + url: "chainlink-automation/concepts/best-practice", + }, + { + title: "Migrate to Automation V2", + url: "chainlink-automation/guides/migrate-to-v2", + }, { title: "Create Automation-Compatible Contracts", url: "chainlink-automation/guides/compatible-contracts", @@ -389,23 +406,6 @@ export const SIDEBAR: Partial> = { }, ], }, - { - section: "Concepts", - contents: [ - { - title: "Concepts", - url: "chainlink-automation/concepts/automation-concepts", - }, - { - title: "Architecture", - url: "chainlink-automation/concepts/automation-architecture", - }, - { - title: "Best Practices", - url: "chainlink-automation/concepts/best-practice", - }, - ], - }, { section: "Reference", contents: [