From dfa83ade65dc22ec946584923aa8a80b13cce423 Mon Sep 17 00:00:00 2001 From: lbaker Date: Fri, 9 Apr 2021 15:37:55 -0700 Subject: [PATCH] fix: Update md links with full relative paths --- .../catalog-info.mdx | 8 ++-- .../chart-components-intro.mdx | 6 +-- .../chart-group.mdx | 6 +-- .../chart-headings.mdx | 6 +-- .../confirmation-modal.mdx | 6 +-- .../create-nerdpack.mdx | 14 +++--- .../demo-setup.mdx | 6 +-- .../end-test.mdx | 6 +-- .../first-chart.mdx | 46 +++++++++---------- .../create-an-ab-test-application/grid.mdx | 6 +-- .../create-an-ab-test-application/index.mdx | 2 +- .../install-sdk.mdx | 6 +-- .../navigation.mdx | 6 +-- .../nerdstorage.mdx | 6 +-- .../nerdstoragevault.mdx | 6 +-- .../nrql-customizations.mdx | 6 +-- .../create-an-ab-test-application/nrql.mdx | 8 ++-- .../persist-selected-version.mdx | 6 +-- .../pie-charts.mdx | 6 +-- .../platform-state-context.mdx | 6 +-- .../create-an-ab-test-application/publish.mdx | 10 ++-- .../serve-app.mdx | 12 ++--- .../subscribe.mdx | 4 +- .../table-charts.mdx | 24 +++++----- .../third-party-service.mdx | 6 +-- .../user-interface-components-intro.mdx | 6 +-- .../version-descriptions.mdx | 6 +-- 27 files changed, 118 insertions(+), 118 deletions(-) diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/catalog-info.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/catalog-info.mdx index 290ed5098..aa5aaa0c4 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/catalog-info.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/catalog-info.mdx @@ -7,9 +7,9 @@ description: 'Describe your app for the catalog' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add navigation to your nerdlet_](../navigation), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add navigation to your nerdlet_](/build-apps/ab-test/navigation), before starting this one. @@ -43,7 +43,7 @@ This creates a _catalog_ directory with template files for inputting custom info -Read [our documentation](../../publish-deploy#add-images-and-metadata-to-your-apps) to learn more about the catalog directory. +Read [our documentation](/build-apps/publish-deploy#add-images-and-metadata-to-your-apps) to learn more about the catalog directory. @@ -126,6 +126,6 @@ In the next lesson, you'll publish your app, submit your catalog information, an -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Publish your New Relic One application_](../publish). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Publish your New Relic One application_](/build-apps/ab-test/publish). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/chart-components-intro.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/chart-components-intro.mdx index 7a4a7e480..1134ece1e 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/chart-components-intro.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/chart-components-intro.mdx @@ -7,9 +7,9 @@ description: 'Add chart components to your A/B test application' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Serve your New Relic One application_](../serve-app), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Serve your New Relic One application_](/build-apps/ab-test/serve-app), before starting this one. @@ -25,6 +25,6 @@ You’ll refer back to this mockup many times throughout this course. It shows y -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add your first chart_](../first-chart). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add your first chart_](/build-apps/ab-test/first-chart). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/chart-group.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/chart-group.mdx index 40a3389fd..e6cc78901 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/chart-group.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/chart-group.mdx @@ -7,9 +7,9 @@ description: 'Add a chart group' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add tables_](../table-charts), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add tables_](/build-apps/ab-test/table-charts), before starting this one. @@ -202,6 +202,6 @@ Now your application is filled with charts, but it doesn't look great. The chart -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add user interface components to your application_](../add-ui). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add user interface components to your application_](/build-apps/ab-test/add-ui). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/chart-headings.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/chart-headings.mdx index 4da25c85b..eb90c4a43 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/chart-headings.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/chart-headings.mdx @@ -7,9 +7,9 @@ description: 'Add chart headings' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a grid_](../grid), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a grid_](/build-apps/ab-test/grid), before starting this one. @@ -325,6 +325,6 @@ Well done! You've created all the charts that are laid out in your design guide. -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add version descriptions_](../version-descriptions). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add version descriptions_](/build-apps/ab-test/version-descriptions). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/confirmation-modal.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/confirmation-modal.mdx index a016147fe..88c4b72b4 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/confirmation-modal.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/confirmation-modal.mdx @@ -7,9 +7,9 @@ description: 'Present an end test confirmation modal' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Persist the selected version_](../persist-version), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Persist the selected version_](/build-apps/ab-test/persist-version), before starting this one. @@ -1047,6 +1047,6 @@ Congratulations! You've done a lot of work and it shows in the usefulness of you -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add NrqlQuery components to your nerdlet_](../nrql). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add NrqlQuery components to your nerdlet_](/build-apps/ab-test/nrql). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/create-nerdpack.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/create-nerdpack.mdx index 853b1f25c..27b1fbf36 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/create-nerdpack.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/create-nerdpack.mdx @@ -7,9 +7,9 @@ description: 'Create a Nerdpack' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Install and configure the New Relic One CLI_](../install-nr1), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Install and configure the New Relic One CLI_](/build-apps/ab-test/install-nr1), before starting this one. @@ -35,7 +35,7 @@ ls ab-test ### Javascript files -_package.json_, _package-lock.json_, and *node_modules* are important for running your JavaScript application, but aren't unique to Nerdpacks. You can learn about these modules from JavaScript courses should you need to tweak them. For now, take a look at _nr1.json_, one of the most relevant files in this directory. +_package.json_, _package-lock.json_, and _node_modules_ are important for running your JavaScript application, but aren't unique to Nerdpacks. You can learn about these modules from JavaScript courses should you need to tweak them. For now, take a look at _nr1.json_, one of the most relevant files in this directory. ### Metadata file @@ -100,9 +100,9 @@ Now, you've customized your Nerdpack, Nerdlet, and launcher with informative dis import React from 'react'; export default class AbTestNerdletNerdlet extends React.Component { - render() { - return

Hello, ab-test-nerdlet Nerdlet!

; - } + render() { + return

Hello, ab-test-nerdlet Nerdlet!

; + } } ``` @@ -135,6 +135,6 @@ In the next lesson, you'll learn how to serve your Nerdpack locally and see your -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Serve your New Relic One application_](../serve-app). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Serve your New Relic One application_](/build-apps/ab-test/serve-app). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/demo-setup.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/demo-setup.mdx index dc064da76..5ceabb2ff 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/demo-setup.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/demo-setup.mdx @@ -8,7 +8,7 @@ duration: '5 min' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). @@ -91,10 +91,10 @@ docker-compose down -Now you're ready to build your New Relic One application! The first step is to [install and configure the New Relic One CLI](../install-nr1). +Now you're ready to build your New Relic One application! The first step is to [install and configure the New Relic One CLI](/build-apps/ab-test/install-nr1). -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Install and configure the New Relic One CLI_](../install-nr1). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Install and configure the New Relic One CLI_](/build-apps/ab-test/install-nr1). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/end-test.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/end-test.mdx index 0c65cecf3..f38acab5f 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/end-test.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/end-test.mdx @@ -7,9 +7,9 @@ description: 'Add a section to end your test' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add version descriptions_](../version-descriptions), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add version descriptions_](/build-apps/ab-test/version-descriptions), before starting this one. @@ -259,6 +259,6 @@ However, you need to make a few improvements to this code. When you select a ver -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Persist the selected version_](../persist-version). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Persist the selected version_](/build-apps/ab-test/persist-version). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/first-chart.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/first-chart.mdx index e98367d7d..d7fe18282 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/first-chart.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/first-chart.mdx @@ -7,9 +7,9 @@ description: 'Add your first chart' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add chart components to your A/B test application_](../add-charts), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add chart components to your A/B test application_](/build-apps/ab-test/add-charts), before starting this one. @@ -55,34 +55,34 @@ export default class NewsletterSignups extends React.Component { render() { const versionASignups = { metadata: { - id: 'version-a-newsletter-signups', - name: 'Version A', - viz: 'main', - color: 'blue', + id: 'version-a-newsletter-signups', + name: 'Version A', + viz: 'main', + color: 'blue', }, data: [ - { x: 0, y: 0 }, - { x: 10, y: 10 }, - { x: 20, y: 15 }, - { x: 30, y: 5 }, - { x: 40, y: 30 }, - { x: 50, y: 25 }, + { x: 0, y: 0 }, + { x: 10, y: 10 }, + { x: 20, y: 15 }, + { x: 30, y: 5 }, + { x: 40, y: 30 }, + { x: 50, y: 25 }, ], } const versionBSignups = { metadata: { - id: 'version-b-newsletter-signups', - name: 'Version B', - viz: 'main', - color: 'green', + id: 'version-b-newsletter-signups', + name: 'Version B', + viz: 'main', + color: 'green', }, data: [ - { x: 0, y: 20 }, - { x: 10, y: 5 }, - { x: 20, y: 25 }, - { x: 30, y: 45 }, - { x: 40, y: 50 }, - { x: 50, y: 35 }, + { x: 0, y: 20 }, + { x: 10, y: 5 }, + { x: 20, y: 25 }, + { x: 30, y: 45 }, + { x: 40, y: 50 }, + { x: 50, y: 35 }, ], } return @@ -161,6 +161,6 @@ In seven steps, you’ve breathed life into your New Relic One application. Inst -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add pie charts_](../pie-charts). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add pie charts_](/build-apps/ab-test/pie-charts). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/grid.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/grid.mdx index 5ba3dc698..ce629e8f7 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/grid.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/grid.mdx @@ -7,9 +7,9 @@ description: 'Add a grid' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add user interface components to your application_](../chart-group), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add user interface components to your application_](/build-apps/ab-test/add-ui), before starting this one. @@ -133,6 +133,6 @@ In just six steps, you significantly improved the readability and usability of y -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add chart headings_](../chart-headings). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add chart headings_](/build-apps/ab-test/chart-headings). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/index.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/index.mdx index 8500341a3..ce1de791d 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/index.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/index.mdx @@ -23,7 +23,7 @@ Throughout this course, you’re going to build a real-world New Relic One appli -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the first lesson: [_Spin up your demo services_](../build-apps/ab-test/demo-setup). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the first lesson: [_Spin up your demo services_](/build-apps/ab-test/demo-setup). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/install-sdk.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/install-sdk.mdx index 062937002..354f80279 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/install-sdk.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/install-sdk.mdx @@ -7,9 +7,9 @@ description: 'Install and configure the New Relic One CLI' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Spin up your demo services_](../demo-setup), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Spin up your demo services_](/build-apps/ab-test/demo-setup), before starting this one. @@ -119,6 +119,6 @@ Now, you’re ready to build an application with the New Relic One CLI. -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Create a Nerdpack_](../create-nerdpack). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Create a Nerdpack_](/build-apps/ab-test/create-nerdpack). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/navigation.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/navigation.mdx index 096de58f3..8d6d4bd99 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/navigation.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/navigation.mdx @@ -7,9 +7,9 @@ description: 'Add navigation to your Nerdlet' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add PlatformStateContext to your nerdlet_](../platform-state-context), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add PlatformStateContext to your nerdlet_](/build-apps/ab-test/platform-state-context), before starting this one. @@ -380,6 +380,6 @@ You've really accomplished a lot throughout this course, so far. There are only -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Describe your app for the catalog_](../catalog). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Describe your app for the catalog_](/build-apps/ab-test/catalog). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstorage.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstorage.mdx index e4838429f..32f9906d3 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstorage.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstorage.mdx @@ -7,9 +7,9 @@ description: 'Access NerdStorage from your Nerdlet' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Customize NRQL data_](../nrql-customizations), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Customize NRQL data_](/build-apps/ab-test/nrql-customizations), before starting this one. @@ -749,6 +749,6 @@ In this lesson, you learned how to use NerdStorage to query and mutate data in y -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Access NerdStorageVault from your nerdlet_](../nerdstoragevault). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Access NerdStorageVault from your nerdlet_](/build-apps/ab-test/nerdstoragevault). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstoragevault.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstoragevault.mdx index f5e0b9ab0..5a29b01b2 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstoragevault.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/nerdstoragevault.mdx @@ -7,9 +7,9 @@ description: 'Access NerdStorageVault from your Nerdlet' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Access NerdStorage from your nerdlet_](../nerdstorage), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Access NerdStorage from your nerdlet_](/build-apps/ab-test/nerdstorage), before starting this one. @@ -1271,6 +1271,6 @@ Whether it's been with `NrqlQuery`, `AccountStorageQuery`, `AccountStorageMutati -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Fetch data from a third-party service_](../third-party-service). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Fetch data from a third-party service_](/build-apps/ab-test/third-party-service). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/nrql-customizations.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/nrql-customizations.mdx index 053f87549..a0ffbe019 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/nrql-customizations.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/nrql-customizations.mdx @@ -7,9 +7,9 @@ description: 'Customize NRQL data' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add NrqlQuery components to your nerdlet_](../nrql), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add NrqlQuery components to your nerdlet_](/build-apps/ab-test/nrql), before starting this one. @@ -469,6 +469,6 @@ Unfortunately, your demo application doesn't create custom New Relic events when -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Access NerdStorage from your nerdlet_](../nerdstorage). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Access NerdStorage from your nerdlet_](/build-apps/ab-test/nerdstorage). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/nrql.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/nrql.mdx index e1cc06439..2716f2e65 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/nrql.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/nrql.mdx @@ -7,9 +7,9 @@ description: 'Add NrqlQuery components to your Nerdlet' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Present an end test confirmation modal_](../confirmation-modal), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Present an end test confirmation modal_](/build-apps/ab-test/confirmation-modal), before starting this one. @@ -38,7 +38,7 @@ const versionASignups = { A chart's `data` prop is useful for supplying manually-crafted data like this or even reformatted third-party data. But for many of your charts, you want to show real-time New Relic data. For example, **Newsletter subscriptions by version** should show subscription data, which exists in New Relic's database, NRDB for short. -To query NRDB, you first need to know what data you're looking for. Remember your [demo backend service](../demo-setup)? Well, that service reports a subscription event to New Relic when a user subscribes to a newsletter from your site. You can view these subscription events in New Relic while your demo services are running. +To query NRDB, you first need to know what data you're looking for. Remember your [demo backend service](/build-apps/ab-test/demo-setup)? Well, that service reports a subscription event to New Relic when a user subscribes to a newsletter from your site. You can view these subscription events in New Relic while your demo services are running. ## View Subscription Events in New Relic @@ -440,6 +440,6 @@ You have to handle these differently than you did for the charts you've been dea -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Customize NRQL data_](../nrql-customizations). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Customize NRQL data_](/build-apps/ab-test/nrql-customizations). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/persist-selected-version.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/persist-selected-version.mdx index 5151ab368..ef8d09c24 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/persist-selected-version.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/persist-selected-version.mdx @@ -7,9 +7,9 @@ description: 'Persist the selected version' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a section to end your test_](../end-test), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a section to end your test_](/build-apps/ab-test/end-test), before starting this one. @@ -489,6 +489,6 @@ Voila! When you select a new version as the winner of the A/B test, that version -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Present an end test confirmation modal_](../confirmation-modal). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Present an end test confirmation modal_](/build-apps/ab-test/confirmation-modal). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/pie-charts.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/pie-charts.mdx index 0381f3d4d..cd2211fca 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/pie-charts.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/pie-charts.mdx @@ -7,9 +7,9 @@ description: 'Add pie charts' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add your first chart_](../first-chart), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add your first chart_](/build-apps/ab-test/first-chart), before starting this one. @@ -196,6 +196,6 @@ Your application is starting to take shape. You’ve created a line chart and tw -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add tables_](../table-charts). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add tables_](/build-apps/ab-test/table-charts). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/platform-state-context.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/platform-state-context.mdx index 354ab5bdb..fa213b5da 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/platform-state-context.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/platform-state-context.mdx @@ -7,9 +7,9 @@ description: 'Add PlatformStateContext to your Nerdlet' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Fetch data from a third-party service_](../third-party-service), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Fetch data from a third-party service_](/build-apps/ab-test/third-party-service), before starting this one. @@ -299,6 +299,6 @@ The Platform API components offer a lot more functionality, too, including the a -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add navigation to your nerdlet_](../navigation). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add navigation to your nerdlet_](/build-apps/ab-test/navigation). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/publish.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/publish.mdx index aa9d9ee34..ac446a325 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/publish.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/publish.mdx @@ -7,9 +7,9 @@ description: 'Publish your New Relic One application' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Describe your app for the catalog_](../catalog), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Describe your app for the catalog_](/build-apps/ab-test/catalog), before starting this one. @@ -94,8 +94,8 @@ In _package.json_, set `version` to `1.0.0`: "react-dom": "^16.6.3" }, "browserslist": [ - "last 2 versions", - "not ie < 11", + "last 2 versions", + "not ie < 11", "not dead" ] } @@ -317,6 +317,6 @@ Now that your app is published and its metadata is submitted, you can subscribe -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Subscribe to your New Relic One application_](../subscribe). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Subscribe to your New Relic One application_](/build-apps/ab-test/subscribe). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/serve-app.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/serve-app.mdx index 2cf4b43e5..a759d6e93 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/serve-app.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/serve-app.mdx @@ -7,9 +7,9 @@ description: 'Locally serve your New Relic One application' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Create a Nerdpack_](../create-nerdpack), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Create a Nerdpack_](/build-apps/ab-test/create-nerdpack), before starting this one. @@ -76,9 +76,9 @@ Notice, in the command's output, that the server reloads when you change files i import React from 'react'; export default class AbTestNerdletNerdlet extends React.Component { - render() { - return

A/B test results

; - } + render() { + return

A/B test results

; + } } ``` @@ -88,6 +88,6 @@ Your app automatically refreshes to show the new heading: -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add chart components to your A/B test application_](../add-charts). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add chart components to your A/B test application_](/build-apps/ab-test/add-charts). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/subscribe.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/subscribe.mdx index 07c032975..d6670b8de 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/subscribe.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/subscribe.mdx @@ -7,9 +7,9 @@ description: 'Subscribe to your New Relic One application' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Publish your New Relic One application_](../publish), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Publish your New Relic One application_](/build-apps/ab-test/publish), before starting this one. diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/table-charts.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/table-charts.mdx index 18d7dc073..d60e7fe93 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/table-charts.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/table-charts.mdx @@ -7,9 +7,9 @@ description: 'Add tables' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add pie charts_](../pie-charts), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add pie charts_](/build-apps/ab-test/pie-charts), before starting this one. @@ -52,9 +52,9 @@ import React from 'react'; import { TableChart } from 'nr1'; export default class VersionTotals extends React.Component { - constructor(props) { - super(props); - } + constructor(props) { + super(props); + } render() { const versionATotals = { @@ -99,12 +99,12 @@ import VersionTotals from './totals'; export default class AbTestNerdletNerdlet extends React.Component { render() { return
- - - - - -
+ + + + + + } } ``` @@ -172,6 +172,6 @@ Each chart you’ll add to your application throughout this course is unique in -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add a chart group_](../chart-group). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add a chart group_](/build-apps/ab-test/chart-group). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/third-party-service.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/third-party-service.mdx index 531c7d366..5b265b445 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/third-party-service.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/third-party-service.mdx @@ -7,9 +7,9 @@ description: 'Fetch data from a third-party service' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Access NerdStorageVault from your nerdlet_](../nerdstoragevault), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Access NerdStorageVault from your nerdlet_](/build-apps/ab-test/nerdstoragevault), before starting this one. @@ -193,6 +193,6 @@ From here, there is only one more set of APIs in the New Relic One SDK that you' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add PlatformStateContext to your nerdlet_](../platform-state-context). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add PlatformStateContext to your nerdlet_](/build-apps/ab-test/platform-state-context). diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/user-interface-components-intro.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/user-interface-components-intro.mdx index a1d2219dd..e68e024cd 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/user-interface-components-intro.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/user-interface-components-intro.mdx @@ -7,9 +7,9 @@ description: 'Add user interface components to your application' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a chart group_](../chart-group), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add a chart group_](/build-apps/ab-test/chart-group), before starting this one. @@ -23,6 +23,6 @@ In the next lesson, you arrange your charts to look like they do in your design -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add a grid_](../grid). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. When you're ready, continue on to the next lesson: [_Add a grid_](/build-apps/ab-test/grid). \ No newline at end of file diff --git a/src/markdown-pages/build-apps/create-an-ab-test-application/version-descriptions.mdx b/src/markdown-pages/build-apps/create-an-ab-test-application/version-descriptions.mdx index 607ce9fd4..5f0460ace 100644 --- a/src/markdown-pages/build-apps/create-an-ab-test-application/version-descriptions.mdx +++ b/src/markdown-pages/build-apps/create-an-ab-test-application/version-descriptions.mdx @@ -7,9 +7,9 @@ description: 'Add version descriptions' -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](../../../ab-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. If you haven't already, check out the [course introduction](/ab-test). -Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add chart headings_](../chart-headings), before starting this one. +Each lesson in the course builds upon the last, so make sure you've completed the last lesson, [_Add chart headings_](/build-apps/ab-test/chart-headings), before starting this one. @@ -174,6 +174,6 @@ Now, you've added descriptions for your competing designs and your charts. In th -This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add a section to end your test_](../end-test). +This lesson is part of a course that teaches you how to build a New Relic One application from the ground up. Continue on to the next lesson: [_Add a section to end your test_](/build-apps/ab-test/end-test). \ No newline at end of file