From 9d2de9c690114ff6b5da692811e58caf7fc71a59 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 22 Jun 2020 16:42:56 -0700 Subject: [PATCH] chore: Comment out guides --- src/pages/index.js | 61 ++++++++++++++++------------------------------ 1 file changed, 21 insertions(+), 40 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index dfcdce3c2..471a1f379 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -41,46 +41,27 @@ const getStartedGuides = [ }, ]; -const guides = [ - { - minutes: 20, - title: 'Automate common tasks', - description: - 'Use the New Relic CLI to tag applications and create deployment markers', - path: '/guides/get-started-new-relic-cli', - }, - { - minutes: '15-30', - title: 'Map page views by region', - description: 'Build a New Relic app showing page view data on a world map', - path: '/build-apps/map-pageviews-by-region', - }, - { - minutes: 25, - title: 'Provision with Terraform', - description: 'Provision an alert policy with notifications using Terraform', - path: '/', - }, - { - minutes: 15, - title: ' Set up dev tools', - description: 'Get an API key, download the CLI, and start building apps', - path: '/build-apps/set-up-dev-env', - }, - { - minutes: 30, - title: 'Add a table to your app', - description: 'Use New Relic One components to add a table to your app', - path: '/build-apps/howto-use-nrone-table-components', - }, - { - minutes: 20, - title: 'Add a time picker', - description: - 'Add the time picker to a sample app to specify a time range in data', - path: '/build-apps/add-time-picker-guide', - }, -]; +// TODO: Remove the following after the guides have been created +// const guides = [ +// { +// minutes: 25, +// title: 'Provision with Terraform', +// description: 'Provision an alert policy with notifications using Terraform', +// path: '/', +// }, +// { +// minutes: 15, +// title: ' Set up dev tools', +// description: 'Get an API key, download the CLI, and start building apps', +// path: '/build-apps/set-up-dev-env', +// }, +// { +// minutes: 30, +// title: 'Add a table to your app', +// description: 'Use New Relic One components to add a table to your app', +// path: '/build-apps/howto-use-nrone-table-components', +// }, +// ]; const IndexPage = ({ data, pageContext }) => { const {