Skip to content

Commit

Permalink
fix: Tutorial usage error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexronquillo committed Apr 26, 2021
1 parent d4b8b59 commit e1067dd
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ If you haven't already:
- [Sign up](https://newrelic.com/signup/) for a New Relic account
- [Install and configure the New Relic One CLI](https://one.newrelic.com/launcher/developer-center.launcher?pane=eyJuZXJkbGV0SWQiOiJkZXZlbG9wZXItY2VudGVyLmRldmVsb3Blci1jZW50ZXIifQ==)

<Tutorial>

<Project>

```json fileName=nerdlets/entity-nerdlet-nerdlet/nr1.json
{
"schemaType": "NERDLET",
"id": "entity-nerdlet-nerdlet",
"displayName": "EntityNerdletNerdlet",
"description": ""
}
```

</Project>

## Create a Nerdpack

<Steps>
Expand Down Expand Up @@ -49,7 +64,7 @@ nr1 nerdpack:serve

<Step>

Go to [https://one.newrelic.com/?nerdpacks=local](https://one.newrelic.com/?nerdpacks=local) and navigate to **Apps**:
Go to [https://one.newrelic.com/?nerdpacks=local](https://one.newrelic.com/?nerdpacks=local), and navigate to **Apps**:

![Navigate to Apps](../../images/ab-test/nav-to-apps.png)

Expand All @@ -71,21 +86,6 @@ Under **Your apps**, click your launcher to view your New Relic One application:

You've seen how you can access your Nerdlet from a launcher. Now, access your Nerdlet from your entities.

<Tutorial>

<Project>

```json fileName=nerdlets/entity-nerdlet-nerdlet/nr1.json
{
"schemaType": "NERDLET",
"id": "entity-nerdlet-nerdlet",
"displayName": "EntityNerdletNerdlet",
"description": ""
}
```

</Project>

<Steps>

<Step>
Expand Down

0 comments on commit e1067dd

Please sign in to comment.