Skip to content

Commit 559e5e9

Browse files
committed
Add tier labels to more libraries [netlify-build]
1 parent 19ae217 commit 559e5e9

File tree

11 files changed

+19
-11
lines changed

11 files changed

+19
-11
lines changed

src/connections/sources/catalog/libraries/mobile/amp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Analytics for AMP
3-
support_type: community
3+
support_type: maintenance
44
redirect_from: '/connections/sources/catalog/libraries/server/amp/'
55
---
66

src/connections/sources/catalog/libraries/mobile/xamarin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Analytics for Xamarin
33
sourceTitle: 'Xamarin'
44
sourceCategory: 'Mobile'
55
id: wcssVcPJrc
6-
support_type: community
6+
support_type: maintenance
77
---
88
Segment's [Xamarin](http://xamarin.com/) Portable Class Library ([PCL](http://developer.xamarin.com/guides/cross-platform/application_fundamentals/pcl/)) is the best way to integrate analytics into your Xamarin application. It lets you record analytics data from your C#, F#, and .NET code, and supports `PCL Profile 4.0 - Profile136`, which targets the following platforms:
99

src/connections/sources/catalog/libraries/ott/roku/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: Analytics for Roku
33
sourceTitle: 'Roku'
44
id: BbupS2SB0b
5+
support_type: maintenance
56
---
67
The Segment Roku SDK makes it easy to send data to Segment from any Roku enabled device. This library is open-source, so you can [check it out on GitHub](https://github.com/segmentio/analytics-roku).
78

8-
**NOTE:** The Roku SDK is currently in alpha. We recommend using this version for development, test or QA builds.
9+
> info ""
10+
> The Roku SDK is currently in alpha. Segment recommends using this version for development, test or QA builds.
911
1012

1113
## Getting Started

src/connections/sources/catalog/libraries/server/clojure/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Analytics for Clojure
33
sourceTitle: 'Clojure'
44
sourceCategory: 'Server'
55
shortName: 'clojure'
6-
support_type: community
6+
support_type: maintenance
77
id: B6L7qzHmhI
88
---
9-
The clojure library lets you record analytics data from your clojure code. The requests hit our servers, and then we route your data to any analytics service you enable on your destinations page.
9+
The clojure library lets you record analytics data from your clojure code. The requests hit Segment servers, and then Segment routes your data to any analytics service you enable on your destinations page.
1010

11-
The library is open-source and was contributed by the very awesome [CircleCI](https://circleci.com/), thanks! You can [check it out on GitHub](https://github.com/circleci/analytics-clj). The clojure library is a wrapper around our [Java library](https://github.com/segmentio/analytics-java).
11+
The library is open-source and was contributed by [CircleCI](https://circleci.com/){:target="_blank"}. You can [check it out on GitHub](https://github.com/circleci/analytics-clj){:target="_blank"}. The clojure library is a wrapper around Segment's [Java library](https://github.com/segmentio/analytics-java){:target="_blank"}.
1212

1313
The clojure library (like our other server side libraries) is built for high-performance, so you can use them in your web server controller code. This library uses an internal queue to make calls non-blocking and fast. It also batches messages and flushes asynchronously to our servers.
1414

src/connections/sources/catalog/libraries/server/csharp/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Analytics-CSharp (C#)
33
strat: csharp
4+
support_type: maintenance
45
id:
56
redirect_from:
67
- '/connections/sources/catalog/libraries/mobile/unity'

src/connections/sources/catalog/libraries/server/go/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ sourceTitle: 'Go'
44
sourceCategory: 'Server'
55
repo: analytics-go
66
id: yBvi77aEwr
7+
support_type: maintenance
78
---
8-
Our Go library lets you record analytics data from your Go code. The requests hit our servers, and then we route your data to any analytics service you enable on your destinations page.
9+
Segment's Go library lets you record analytics data from your Go code. The requests hit Segment servers, and then Segment routes your data to any analytics service you enable on your destinations page.
910

1011
This library is open-source, so you can [check it out on GitHub](https://github.com/segmentio/analytics-go).
1112

src/connections/sources/catalog/libraries/server/java/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Analytics for Java
33
repo: analytics-java
44
id: V6ynUvQgbc
5+
support_type: flagship
56
---
67
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.java/analytics/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.java/analytics)
78

8-
Segment's Java library lets you record analytics data from your Java code. The requests hit Segment's servers, and then route your data to any analytics service you enable on your destinations page.
9+
Segment's Java library lets you record analytics data from your Java code. The requests hit Segment's servers, and then routes your data to any analytics service you enable on your destinations page.
910

1011
This library is open-source, so you can [check it out on GitHub](https://github.com/segmentio/analytics-java).
1112

src/connections/sources/catalog/libraries/server/net/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Analytics for .NET
33
repo: analytics.NET
44
id: 8HWbgPTt3k
5-
support_type: legacy
5+
support_type: community
66
tags:
77
- C#
88
- C-sharp

src/connections/sources/catalog/libraries/server/php/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
title: Analytics for PHP
33
repo: analytics-php
44
id: TDO70If4mD
5+
support_type: maintenance
56
---
6-
Our PHP library lets you record analytics data from your PHP code. The requests hit our servers, and then we route your data to any analytics service you enable on your destinations page.
7+
Segment's PHP library lets you record analytics data from your PHP code. The requests hit Segment servers, and then Segment routes your data to any analytics service you enable on your destinations page.
78

89
This library is open-source, so you can [check it out on GitHub](https://github.com/segmentio/analytics-php).
910

src/connections/sources/catalog/libraries/server/python/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Analytics for Python
33
id: XRksQPCr7X
4+
support_type: maintenance
45
---
56
Segment's Python library lets you record analytics data from your Python code. The requests hit Segment's servers, and then Segment routes your data to any analytics service you enable on your destinations page.
67

0 commit comments

Comments
 (0)