From 00336e3864ec4880d05b050bedb9f52d2d27a38b Mon Sep 17 00:00:00 2001 From: "alexa." Date: Wed, 26 Jun 2024 13:46:13 -0500 Subject: [PATCH 1/8] add popover and create a test popover link out --- .../docs/apis/intro-apis/new-relic-api-keys.mdx | 2 +- src/data/popovers_en.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx b/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx index 8f975494471..d80d451ce0f 100644 --- a/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx +++ b/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx @@ -180,7 +180,7 @@ To get started with API keys: You can view and manage most API keys from the [API keys UI page](https://one.newrelic.com/api-keys). To find that: from the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings/#user-menu), click **API keys**. You can also: -* [Use NerdGraph explorer to view and create](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph#explorer) user keys +* Use to view and create user keys * [Use our NerdGraph API](/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys) for a programmatic way to manage license keys, browser keys, and user keys The [account ID](/docs/accounts/accounts-billing/account-setup/account-id) is another identifying number often required for reporting data to New Relic. diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 71f4f843be6..9f8cd095b76 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -139,5 +139,16 @@ "primaryButton": "Read the tutorial", "primaryButtonUrl": "https://docs.newrelic.com/docs/tutorial-create-alerts/create-new-relic-alerts/" } - } + }, + "nerdgraphExplorer": { + "inlineText": "NerdGraph Explorer", + "popover": { + "header": "Query your data and configure your New Relic accounts, entities, and other features at scale", + "text": "NerdGraph Explorer is where you can access and use our single API interface, NerdGraph. NerdGraph is a GraphQL-format API that lets you query your data and configure some New Relic features.", + "learnMore": "Learn more", + "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", + "primaryButton": "Go to NerdGraph Explorer", + "primaryButtonUrl": "https://one.newrelic.com/nerdgraph-graphiql" + } + } } \ No newline at end of file From 75d702aaf8e4ba32ae8e4b1fb007fc5597a072b4 Mon Sep 17 00:00:00 2001 From: "alexa." Date: Wed, 26 Jun 2024 14:57:17 -0500 Subject: [PATCH 2/8] shortened copy for nerdgraph definition --- src/data/popovers_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 9f8cd095b76..817e561be7c 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -144,7 +144,7 @@ "inlineText": "NerdGraph Explorer", "popover": { "header": "Query your data and configure your New Relic accounts, entities, and other features at scale", - "text": "NerdGraph Explorer is where you can access and use our single API interface, NerdGraph. NerdGraph is a GraphQL-format API that lets you query your data and configure some New Relic features.", + "text": "NerdGraph Explorer is where you can access our GraphQL-styled API interface that lets you query your data and configure some New Relic features.", "learnMore": "Learn more", "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", "primaryButton": "Go to NerdGraph Explorer", From cedbb7163151c8f107faeb358edd63042e900de2 Mon Sep 17 00:00:00 2001 From: "alexa." Date: Tue, 2 Jul 2024 16:28:59 -0500 Subject: [PATCH 3/8] removed staged work (sad), updated copy for the popover` --- src/data/popovers_en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 817e561be7c..572cb3fedca 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -141,10 +141,10 @@ } }, "nerdgraphExplorer": { - "inlineText": "NerdGraph Explorer", + "inlineText": "NerdGraph", "popover": { - "header": "Query your data and configure your New Relic accounts, entities, and other features at scale", - "text": "NerdGraph Explorer is where you can access our GraphQL-styled API interface that lets you query your data and configure some New Relic features.", + "header": "NerdGraph is our GraphQL API that lets you make configurations, query your New Relic data, and access account information.", + "text": "NerdGraph is one of our main APIs for accessing New Relic data. You can access the endpoint by making calls in your code, or by using our NerdGraph API explorer.", "learnMore": "Learn more", "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", "primaryButton": "Go to NerdGraph Explorer", From 2865d95c17cc9cccde73267bd4097d25b01b7c71 Mon Sep 17 00:00:00 2001 From: alexa <81787716+akristen@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:35:00 -0500 Subject: [PATCH 4/8] Definition feedback Co-authored-by: Austin Schaefer <55203603+austin-schaefer@users.noreply.github.com> --- src/data/popovers_en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 572cb3fedca..2375391248d 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -143,8 +143,8 @@ "nerdgraphExplorer": { "inlineText": "NerdGraph", "popover": { - "header": "NerdGraph is our GraphQL API that lets you make configurations, query your New Relic data, and access account information.", - "text": "NerdGraph is one of our main APIs for accessing New Relic data. You can access the endpoint by making calls in your code, or by using our NerdGraph API explorer.", + "header": "NerdGraph is our GraphQL API to query your data, and configure your account and features.", + "text": "NerdGraph is our primary API for accessing New Relic data. You can access the endpoint by making calls in your code, or by using our NerdGraph API explorer.", "learnMore": "Learn more", "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", "primaryButton": "Go to NerdGraph Explorer", From aa7f636c86e66cb8e7bf4687bb4e496171c32b5f Mon Sep 17 00:00:00 2001 From: alexa <81787716+akristen@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:35:55 -0500 Subject: [PATCH 5/8] Apply suggestions from code review --- src/content/docs/apis/intro-apis/new-relic-api-keys.mdx | 2 +- src/data/popovers_en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx b/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx index d80d451ce0f..823205c3923 100644 --- a/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx +++ b/src/content/docs/apis/intro-apis/new-relic-api-keys.mdx @@ -180,7 +180,7 @@ To get started with API keys: You can view and manage most API keys from the [API keys UI page](https://one.newrelic.com/api-keys). To find that: from the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings/#user-menu), click **API keys**. You can also: -* Use to view and create user keys +* Use to view and create user keys * [Use our NerdGraph API](/docs/apis/nerdgraph/examples/use-nerdgraph-manage-license-keys-user-keys) for a programmatic way to manage license keys, browser keys, and user keys The [account ID](/docs/accounts/accounts-billing/account-setup/account-id) is another identifying number often required for reporting data to New Relic. diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 2375391248d..58da1be9c90 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -140,7 +140,7 @@ "primaryButtonUrl": "https://docs.newrelic.com/docs/tutorial-create-alerts/create-new-relic-alerts/" } }, - "nerdgraphExplorer": { + "nerdgraph": { "inlineText": "NerdGraph", "popover": { "header": "NerdGraph is our GraphQL API to query your data, and configure your account and features.", From 1e1c833f9be130ba3b0dea00429e66e56f93509e Mon Sep 17 00:00:00 2001 From: alexa <81787716+akristen@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:04:44 -0500 Subject: [PATCH 6/8] Update src/data/popovers_en.json Co-authored-by: Rob Siebens --- src/data/popovers_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 58da1be9c90..ef88ad65106 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -144,7 +144,7 @@ "inlineText": "NerdGraph", "popover": { "header": "NerdGraph is our GraphQL API to query your data, and configure your account and features.", - "text": "NerdGraph is our primary API for accessing New Relic data. You can access the endpoint by making calls in your code, or by using our NerdGraph API explorer.", + "text": "NerdGraph is our primary API for accessing New Relic data. You can access the endpoint by making calls in your code or by using our NerdGraph API explorer.", "learnMore": "Learn more", "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", "primaryButton": "Go to NerdGraph Explorer", From e92c7161eabe3e639d2e6cf58fd183c13f737c1f Mon Sep 17 00:00:00 2001 From: alexa <81787716+akristen@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:04:50 -0500 Subject: [PATCH 7/8] Update src/data/popovers_en.json Co-authored-by: Rob Siebens --- src/data/popovers_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index ef88ad65106..6ea23328e0d 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -143,7 +143,7 @@ "nerdgraph": { "inlineText": "NerdGraph", "popover": { - "header": "NerdGraph is our GraphQL API to query your data, and configure your account and features.", + "header": "NerdGraph is our GraphQL API to query your data and to configure your organization and features.", "text": "NerdGraph is our primary API for accessing New Relic data. You can access the endpoint by making calls in your code or by using our NerdGraph API explorer.", "learnMore": "Learn more", "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", From c9137afe46a442f7340381c414ee13ba8fd5738b Mon Sep 17 00:00:00 2001 From: alexa <81787716+akristen@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:04:56 -0500 Subject: [PATCH 8/8] Update src/data/popovers_en.json --- src/data/popovers_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 6ea23328e0d..f8b32cd90b1 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -141,7 +141,7 @@ } }, "nerdgraph": { - "inlineText": "NerdGraph", + "inlineText": "NerdGraph API", "popover": { "header": "NerdGraph is our GraphQL API to query your data and to configure your organization and features.", "text": "NerdGraph is our primary API for accessing New Relic data. You can access the endpoint by making calls in your code or by using our NerdGraph API explorer.",