Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add popover and create a test popover link out #17790

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/apis/intro-apis/new-relic-api-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <DoNotTranslate>**API keys**</DoNotTranslate>. You can also:

* [Use NerdGraph explorer to view and create](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph#explorer) user keys
* Use <InlinePopover type="nerdgraphExplorer" /> to view and create user keys
akristen marked this conversation as resolved.
Show resolved Hide resolved
* [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.
Expand Down
13 changes: 12 additions & 1 deletion src/data/popovers_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,16 @@
"primaryButton": "Read the tutorial",
"primaryButtonUrl": "https://docs.newrelic.com/docs/tutorial-create-alerts/create-new-relic-alerts/"
}
}
},
"nerdgraphExplorer": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's code it as nerdGraph or similar, not explorer.

akristen marked this conversation as resolved.
Show resolved Hide resolved
"inlineText": "NerdGraph",
akristen marked this conversation as resolved.
Show resolved Hide resolved
"popover": {
"header": "NerdGraph is our GraphQL API to query your data, and configure your account and features.",
akristen marked this conversation as resolved.
Show resolved Hide resolved
"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.",
akristen marked this conversation as resolved.
Show resolved Hide resolved
"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"
}
}
}
Loading