Skip to content

Commit

Permalink
Merge pull request #18041 from newrelic/rhs-remove-tiles-from-homepage
Browse files Browse the repository at this point in the history
Homepage: Remove "other capabilities" section
  • Loading branch information
rhetoric101 committed Jul 16, 2024
2 parents 24a33c7 + 9e75c9b commit 23a4489
Showing 1 changed file with 25 additions and 31 deletions.
56 changes: 25 additions & 31 deletions src/i18n/translations/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
"to": "https://docs.newrelic.com/docs/network-performance-monitoring/get-started/npm-introduction/",
"icon": "nr-network-monitoring"
},
{
"title": "OpenTelemetry",
"text": "Instrument your service with OpenTelemetry and gain platform-agnostic observability.",
"to": "https://docs.newrelic.com/docs/opentelemetry/opentelemetry-introduction/",
"icon": "logo-opentelemetry"
},
{
"title": "Serverless function monitoring",
"text": "Monitor your serverless AWS Lambda functions using both CloudWatch data and code-level instrumentation.",
Expand All @@ -174,6 +180,12 @@
"text": "Simulate end-user activity and API calls from locations around the world, so you can find problems before your users do.",
"to": "https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/getting-started/get-started-synthetic-monitoring/",
"icon": "nr-synthetics"
},
{
"title": "Website performance monitoring",
"text": "Keep your websites fast and error-free, improve your customer experience, and your conversion rates.",
"to": "https://docs.newrelic.com/docs/website-performance-monitoring/increase-user-engagement/",
"icon": "nr-dashboard"
}
]
},
Expand All @@ -198,12 +210,24 @@
"to": "https://docs.newrelic.com/docs/query-your-data/explore-query-data/get-started/introduction-querying-new-relic-data/",
"icon": "nr-dashboard"
},
{
"title": "CodeStream",
"text": "Bring performance monitoring into your IDE to improve your software before you commit it to production.",
"to": "https://docs.newrelic.com/docs/codestream/start-here/what-is-codestream/",
"icon": "nr-notes-edit"
},
{
"title": "Distributed tracing",
"text": "See how data flows across your system and pinpoint where things are getting slowed down. Find, fix, and optimize system and application performance.",
"to": "https://docs.newrelic.com/docs/distributed-tracing/concepts/introduction-distributed-tracing/",
"icon": "nr-service-map"
},
{
"title": "Errors inbox",
"text": "Find, share, and fix software development errors in one place.",
"to": "https://docs.newrelic.com/docs/tutorial-error-tracking/respond-outages/",
"icon": "nr-inbox"
},
{
"title": "NRQL",
"text": "Dig deep into your data with our New Relic Query Language (NRQL) and get precise answers and data-driven insights.",
Expand All @@ -219,49 +243,19 @@
]
},
"s4": {
"sectionTitle": "Other capabilities",
"sectionTitle": "Security",
"tiles": [
{
"title": "CodeStream",
"text": "Bring performance monitoring into your IDE to improve your software before you commit it to production.",
"to": "https://docs.newrelic.com/docs/codestream/start-here/what-is-codestream/",
"icon": "nr-notes-edit"
},
{
"title": "Errors inbox",
"text": "Find, share, and fix software development errors in one place.",
"to": "https://docs.newrelic.com/docs/tutorial-error-tracking/respond-outages/",
"icon": "nr-inbox"
},
{
"title": "Interactive Application Security Testing (IAST)",
"text": "Find, verify, and fix high-risk vulnerabilities throughout your software development lifecycle. Fully integrated with vulnerability management.",
"to": "https://docs.newrelic.com/docs/iast/introduction/",
"icon": "nr-iast"
},
{
"title": "OpenTelemetry",
"text": "Instrument your service with OpenTelemetry and gain platform-agnostic observability.",
"to": "https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-introduction/",
"icon": "logo-opentelemetry"
},
{
"title": "Other integrations",
"text": "Integrate technologies you rely on, like: Terraform, Jenkins, Atlassian Jira, and more.",
"to": "https://docs.newrelic.com/docs/more-integrations/best-practices-integration/",
"icon": "nr-needs-instrumentation"
},
{
"title": "Vulnerability management",
"text": "Audit your applications, entities, and software libraries for security vulnerabilities and take action to remediate and reduce risk.",
"to": "https://docs.newrelic.com/docs/vulnerability-management/overview/",
"icon": "nr-vulnerability"
},
{
"title": "Website performance monitoring",
"text": "Keep your websites fast and error-free, improve your customer experience, and your conversion rates.",
"to": "https://docs.newrelic.com/docs/website-performance-monitoring/increase-user-engagement/",
"icon": "nr-dashboard"
}
]
},
Expand Down

0 comments on commit 23a4489

Please sign in to comment.