-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mdx and json metadata files for newrelic-ios-agent
- Loading branch information
1 parent
c21283c
commit bc239de
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
src/data/project-main-content/newrelic-newrelic-ios-agent.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |