diff --git a/src/components/NavigationItems.js b/src/components/NavigationItems.js
index 91c38be17..3c757e168 100644
--- a/src/components/NavigationItems.js
+++ b/src/components/NavigationItems.js
@@ -14,6 +14,7 @@ const iconLibrary = {
'Automate workflows': 'automation',
'Explore docs': 'developerDocs',
'Developer champions': 'developerChampions',
+ 'Try our APIs': 'tryOurAPIs',
};
const getHighlightedText = (text, highlight) => {
diff --git a/src/components/NewRelicIcon.js b/src/components/NewRelicIcon.js
index f916e6830..90b4269e7 100644
--- a/src/components/NewRelicIcon.js
+++ b/src/components/NewRelicIcon.js
@@ -54,6 +54,9 @@ const NEWRELIC_ICONS = {
>
),
+ tryOurAPIs: (
+
+ ),
developerDocs: (
<>
diff --git a/src/data/sidenav.json b/src/data/sidenav.json
index eb9a026f8..49b76a9f0 100644
--- a/src/data/sidenav.json
+++ b/src/data/sidenav.json
@@ -81,6 +81,19 @@
}
]
},
+ {
+ "displayName": "Try our APIs",
+ "children": [
+ {
+ "displayName": "New Relic API Explorer",
+ "url": "https://rpm.newrelic.com/api/explore"
+ },
+ {
+ "displayName": "NerdGraph API Explorer",
+ "url": "https://api.newrelic.com/graphiql"
+ }
+ ]
+ },
{
"displayName": "Explore docs",
"children": [