Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 4a9e34b

Browse files
author
Cayla Hamann
committed
feat: add visualization project tag
1 parent 396fe71 commit 4a9e34b

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/data/project-tags/project-tags.json

+4
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,9 @@
110110
{
111111
"title": "Mobile",
112112
"slug": "mobile"
113+
},
114+
{
115+
"title": "Visualizations",
116+
"slug": "visualizations"
113117
}
114118
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "nerd-vlog-demo-visualization",
3+
"fullName": "newrelic-experimental/nerd-vlog-demo-visualization",
4+
"slug": "newrelic-experimental-nerd-vlog-demo-visualization",
5+
"owner": {
6+
"login": "newrelic-experimental",
7+
"type": "Organization"
8+
},
9+
"title": "Nerd Log Demo Visualization",
10+
"supportUrl": null,
11+
"githubUrl": "https://github.com/newrelic-experimental/nerd-vlog-demo-visualization",
12+
"permalink": "https://opensource.newrelic.com/projects/newrelic-experimental/nerd-vlog-demo-visualization",
13+
"defaultBranch": "main",
14+
"contributingGuideUrl": "https://github.com/newrelic-experimental/nerd-vlog-demo-visualization/blob/main/CONTRIBUTING.md",
15+
"iconUrl": "https://github.com/newrelic-experimental/nerd-vlog-demo-visualization/blob/main/icon.png?raw=true",
16+
"shortDescription": "Example Nerdpack with a Visualization",
17+
"description": "This is an example Nerdpack with a Visualization that was built during the NerdLog session the last week of February 2021.",
18+
"ossCategory": "new-relic-one-catalog-project",
19+
"primaryLanguage": "JavaScript",
20+
"projectTags": ["visualization"],
21+
"acceptsContributions": true,
22+
"website": {
23+
"title": "Nerd Log Demo Visualization",
24+
"url": "https://github.com/newrelic-experimental/nerd-vlog-demo-visualization"
25+
}
26+
}

0 commit comments

Comments
 (0)