Skip to content

Commit

Permalink
Automation left-nav refresh 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords committed Apr 15, 2024
1 parent 4c2f1f5 commit fa31452
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,14 +322,6 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
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",
Expand All @@ -338,15 +330,40 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
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",
Expand Down Expand Up @@ -389,23 +406,6 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
},
],
},
{
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: [
Expand Down

0 comments on commit fa31452

Please sign in to comment.