Skip to content

Commit

Permalink
fix: Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
timglaser committed Jun 29, 2020
1 parent dec49aa commit 4616ef2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,27 +91,27 @@
"children": [
{
"displayName": "New Relic One CLI",
"url": "/reference/nr1-cli"
"url": "/explore-docs/nr1-cli"
},
{
"displayName": "New Relic CLI",
"url": "/reference/newrelic-cli"
"url": "/explore-docs/newrelic-cli"
},
{
"displayName": "Nerdpack file structure",
"url": "/reference/nerdpack-file-structure"
"url": "/explore-docs/nerdpack-file-structure"
},
{
"displayName": "Intro to New Relic One API components",
"url": "/reference/intro-to-sdk"
"url": "/explore-docs/intro-to-sdk"
},
{
"displayName": "Intro to Nerdstorage",
"url": "/reference/nerdstorage"
"url": "/explore-docs/nerdstorage"
},
{
"displayName": "Query and store data",
"url": "/reference/query-and-store-data"
"url": "/explore-docs/query-and-store-data"
},
{
"displayName": "Component library",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NerdStorage is a document database accessible within New Relic One. It allows yo

Using NerdStorage, you can create individual documents of up to 64kb in size, create different collections of documents, and store data by entity, account, or user level.

This guide explains how to add data and documents to NerdStorage. For an introduction to what NerdStorage is and how it works, see [Intro to NerdStorage](/reference/nerdstorage).
This guide explains how to add data and documents to NerdStorage. For an introduction to what NerdStorage is and how it works, see [Intro to NerdStorage](/explore-docs/nerdstorage).

</Intro>

Expand Down Expand Up @@ -274,4 +274,4 @@ Now that you’ve successfully implemented NerdStorage into a New Relic One appl

## Related info

- [New Relic SDK documentation](/reference/intro-to-sdk)
- [New Relic SDK documentation](/explore-docs/intro-to-sdk)
4 changes: 2 additions & 2 deletions src/markdown-pages/build-apps/map-pageviews-by-region.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To add your data to a world map in the second half of the guide:
The following are some terms used in this guide:

* New Relic application: The finished product where data is rendered in New Relic One. This might look like a series of interactive charts or a map of the world.
* Nerdpack: New Relic's standard collection of JavaScript, JSON, CSS, and other files that control the functionality and look of your application. For more information, see [Nerdpack file structure](/reference/nerdpack-file-structure).
* Nerdpack: New Relic's standard collection of JavaScript, JSON, CSS, and other files that control the functionality and look of your application. For more information, see [Nerdpack file structure](/explore-docs/nerdpack-file-structure).
* Launcher: The button on New Relic One that launches your application.
* Nerdlets: New Relic React components used to build your application. The three default files are `index.js`, `nr1.json`, and `styles.scss`, but you can customize and add your own.

Expand Down Expand Up @@ -90,7 +90,7 @@ cd pageviews-app && nr1 nerdpack:serve
## Review your app files and view your app locally

1. Navigate to your `pageviews-app` to see how it's structured.
It contains a launcher folder, where you can customize the description and icon that will be displayed on the app's launcher in New Relic One. It also contains `nerdlets`, which each contain three default files: `index.js`, `nr1.json`, and `styles.scss`. You'll edit some of these files as part of this guide. For more information, see [Nerdpack file structure](/reference/nerdpack-file-structure.mdx).
It contains a launcher folder, where you can customize the description and icon that will be displayed on the app's launcher in New Relic One. It also contains `nerdlets`, which each contain three default files: `index.js`, `nr1.json`, and `styles.scss`. You'll edit some of these files as part of this guide. For more information, see [Nerdpack file structure](/explore-docs/nerdpack-file-structure.mdx).

2. Now in your browser, open `https://one.newrelic.com/?nerdpacks=local` to see the `pageview-apps` Nerdpack that you served up.

Expand Down
4 changes: 2 additions & 2 deletions src/markdown-pages/explore-docs/intro-to-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here we give you an introduction to the types of API calls and components in the

## Components of the New Relic SDK

SDK components are located in the Node module package named `nr1`, which you get when you install [the NR1 CLI](/reference/nr1-cli). The `nr1` components can be divided into several categories:
SDK components are located in the Node module package named `nr1`, which you get when you install [the NR1 CLI](/explore-docs/nr1-cli). The `nr1` components can be divided into several categories:

- UI components
- Chart components
Expand Down Expand Up @@ -77,7 +77,7 @@ The **Query components** category of the New Relic One SDK contains components f

The main way to fetch New Relic data is with NerdGraph, our GraphQL endpoint. This can be queried using [`NerdGraphQuery`](../components/nerd-graph-query). To simplify use of NerdGraph queries, we provide some components with pre-defined queries. For more on using NerdGraph, see [Queries and mutations](../collect-data/get-started-nerdgraph-api-explorer).

We also provide storage for storing small data sets, such as configuration settings data, or user-specific data. For more on this, see [NerdStorage](/reference/nerdstorage).
We also provide storage for storing small data sets, such as configuration settings data, or user-specific data. For more on this, see [NerdStorage](/explore-docs/nerdstorage).

### Platform APIs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and (optionally) one or more **launcher** files. Here we explain:
- How to link a launcher file to a Nerdlet
- How to link your application with a monitored entity

For basic component definitions, see our [component reference](/reference/intro-to-sdk).
For basic component definitions, see our [component reference](/explore-docs/intro-to-sdk).

</Intro>

Expand Down
2 changes: 1 addition & 1 deletion src/markdown-pages/explore-docs/nr1-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This table gives descriptions and context for some of the most important CLI com
| Delete CLI config | `nr1 config:delete` | Removes the value of a specific configuration. |
| Update | `nr1 update` | Update to newest version of the CLI. |
| Profiles | `nr1 profiles` | Controls the profile you'll be running CLI commands as. You can have more than one profile, which is helpful for executing commands on multiple New Relic accounts. For more on this, see [the workshop](https://github.com/newrelic/nr1-workshop/blob/master/lab-cli/INSTRUCTIONS.md). |
| Create | `nr1 create` | Create a new component template (Nerdpack, Nerdlet, launcher, or catalog). The CLI will walk you through this process. For an explanation of the file structure, see [Nerdpack file structure](/reference/nerdpack-file-structure). |
| Create | `nr1 create` | Create a new component template (Nerdpack, Nerdlet, launcher, or catalog). The CLI will walk you through this process. For an explanation of the file structure, see [Nerdpack file structure](/explore-docs/nerdpack-file-structure). |
| Clone | `nr1 nerdpack:clone` | Clone an [open source Nerdpack from our GitHub repository](/open-source/nerdpacks). |
| Serve locally | `nr1 nerdpack:serve` | Serves your Nerdpack locally, which makes it visible at [one.newrelic.com/?nerdpacks=local](https://one.newrelic.com/?nerdpacks=local). For details, see [Local development](/client-side-sdk/index.html#cli/LocalDevelopment). |
| Change associated accounts | `nr1 nerdpack:uuid` | Commands related to the Nerdpack's UUID (universal unique ID). This ID dictates the data a Nerdpack has access to, and who can subscribe to it. To deploy a Nerdpack you didn't make, you'll have to assign it a new UUID. For details, see [Access to data](/build-tools/new-relic-one-applications/guide-to-authentication--data-access--and-permissions#Appaccesstodata) and [the workshop](https://github.com/newrelic/nr1-workshop/blob/master/lab-cli/INSTRUCTIONS.md). |
Expand Down
2 changes: 1 addition & 1 deletion src/markdown-pages/explore-docs/query-and-store-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ redirects:

<Intro>

To help you build a [New Relic One application](/build-apps/build-hello-world-app), we provide you with the [New Relic One SDK](/reference/intro-to-sdk). Here you can learn how to use the SDK query components, which allow you to make queries and mutations via [NerdGraph](/collect-data/get-started-nerdgraph-api-explorer), our GraphQL endpoint.
To help you build a [New Relic One application](/build-apps/build-hello-world-app), we provide you with the [New Relic One SDK](/explore-docs/intro-to-sdk). Here you can learn how to use the SDK query components, which allow you to make queries and mutations via [NerdGraph](/collect-data/get-started-nerdgraph-api-explorer), our GraphQL endpoint.

</Intro>

Expand Down

0 comments on commit 4616ef2

Please sign in to comment.