Skip to content

Commit

Permalink
chore: Comment out guides
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 22, 2020
1 parent 784f056 commit 9d2de9c
Showing 1 changed file with 21 additions and 40 deletions.
61 changes: 21 additions & 40 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9d2de9c

Please sign in to comment.