Skip to content

Commit

Permalink
Add mdx and json metadata files for newrelic-ios-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard-NewRelic committed Feb 8, 2023
1 parent c21283c commit bc239de
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/data/project-main-content/newrelic-newrelic-ios-agent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
path: "/projects/newrelic/newrelic-ios-agent"
date: "02/08/2023"
title: "New Relic iOS Agent"
projectConfig: "src/data/projects/newrelic-newrelic-ios-agent.json"
---

## Getting Started

Go to the project's [README](https://github.com/newrelic/newrelic-ios-agent#readme) for setup and usage details.
26 changes: 26 additions & 0 deletions src/data/projects/newrelic-newrelic-ios-agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "newrelic-ios-agent",
"fullName": "newrelic/newrelic-ios-agent",
"slug": "newrelic-newrelic-ios-agent",
"owner": {
"login": "newrelic",
"type": "Organization"
},
"title": "New Relic iOS Agent",
"supportUrl": "https://discuss.newrelic.com/t/github-nerdpack/82932",
"githubUrl": "https://github.com/newrelic/newrelic-ios-agent",
"permalink": "https://opensource.newrelic.com/projects/newrelic/newrelic-ios-agent",
"defaultBranch": "main",
"contributingGuideUrl": null,
"iconUrl": "https://github.com/newrelic/newrelic-ios-agent/blob/main/icon.png?raw=true",
"shortDescription": "New Relic agent SDK for iOS apps.",
"description": "The New Relic iOS agent includes mobile monitoring capabilities to help you gain deeper visibility into how to analyze your iOS application performance and troubleshoot crashes.",
"ossCategory": "community-plus",
"primaryLanguage": "Objective-C",
"projectTags": ["agent", "mobile", "sdk", "instrumentation"],
"acceptsContributions": true,
"website": {
"title": "New Relic iOS Agent",
"url": "https://github.com/newrelic/newrelic-ios-agent"
}
}

0 comments on commit bc239de

Please sign in to comment.