diff --git a/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx b/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx index 5a71e7f8a..bd0c1cb07 100644 --- a/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx +++ b/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx @@ -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==) + + + + +```json fileName=nerdlets/entity-nerdlet-nerdlet/nr1.json +{ + "schemaType": "NERDLET", + "id": "entity-nerdlet-nerdlet", + "displayName": "EntityNerdletNerdlet", + "description": "" +} +``` + + + ## Create a Nerdpack @@ -49,7 +64,7 @@ nr1 nerdpack:serve -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) @@ -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. - - - - -```json fileName=nerdlets/entity-nerdlet-nerdlet/nr1.json -{ - "schemaType": "NERDLET", - "id": "entity-nerdlet-nerdlet", - "displayName": "EntityNerdletNerdlet", - "description": "" -} -``` - - -