Skip to content

Commit 1185eae

Browse files
committed
fix placement
1 parent 43b7484 commit 1185eae

File tree

5 files changed

+34
-14
lines changed

5 files changed

+34
-14
lines changed

src/_includes/content/current-version.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
<p>Current Version: <a href="{{release.url}}" target="_blank">{{release.version}}</a></p>
1414
<p>Release Date: {{release.date | date: "%b %d, %Y" }}</p>
1515
{% endfor %}
16-
<a href="https:///github.com/segmentio/{{page.repo}}" target="_blank"><img style="margin: 0; border: none" src="/docs/images/github.svg" /></a>
16+
<div class="links">
17+
<a href="https:///github.com/segmentio/{{page.repo}}" target="_blank"><img src="/docs/images/github.svg" /></a>
18+
<a href="https:///github.com/segmentio/{{page.repo}}/tags.atom" target="_blank"><img src="/docs/images/atom.svg" /></a>
19+
{% if page.repo == 'analytics-android' %}
20+
<a href="https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics"><img style="height: 18px;" src="https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics/badge.svg" /></a>
21+
{% endif %}
22+
</div>
1723
</div>
18-

src/_sass/components/_current-version.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
p {
1010
font-size: 12px;
1111
}
12+
.links {
13+
margin-top: 15px;
14+
}
15+
a {
16+
display: inline-block;
17+
img {
18+
height: 24px;
19+
margin: 0;
20+
border: none;
21+
}
22+
}
1223
}
1324

1425
p.released-on {

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ repo: analytics-android
55
---
66

77

8-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics)
9-
10-
Analytics for Android makes it simple to send your data to any tool without having to learn, test or implement a new API every time.
8+
Analytics for Android makes it simple to send your data to any tool without having to learn, test or implement a new API every time.
119

1210

1311
Analytics for Android only supports any Android device running API 14 (Android 4.0) and higher. This includes Amazon Fire devices.

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ repo: analytics-ios
55
---
66

77

8-
Analytics for iOS makes it simple to send your data to any analytics or marketing tool without having to learn, test or implement a new API every time.
9-
10-
> info "Analytics-Swift Pilot"
11-
> A pilot release of the analytics-swift library is available at the [Analytics-Swift](https://github.com/segmentio/analytics-swift) repository. This library is governed by Segment's [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/), and should not be used in production scenarios.
12-
13-
All of Segment's libraries are open-source, so you can [view Analytics for iOS on GitHub](https://github.com/segmentio/analytics-ios), or check out the Segment [browser and server-side libraries](/docs/connections/sources/catalog/) too.
14-
15-
Want to stay updated on releases? Subscribe to the [release feed](https://github.com/segmentio/analytics-ios/tags.atom).
16-
8+
With Analytics for iOS, you can send your data to analytics or marketing tool, without needing to learn, test, or implement a new API with each update or addition.
9+
<br />
10+
<br />
11+
<br />
1712

1813
> note ""
1914
> **Note:** Segment does not currently support tracking of watchkit extensions for the Apple Watch. [Email us](https://segment.com/requests/integrations/) if you're interested in a Watchkit SDK. For now we recommend tracking watch interactions using the iPhone app code.
2015
2116

17+
> info "Analytics-Swift Pilot"
18+
> A pilot release of the analytics-swift library is available at the [Analytics-Swift](https://github.com/segmentio/analytics-swift) repository. This library is governed by Segment's [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/), and should not be used in production scenarios.
19+
20+
2221
## Analytics-iOS and Unique Identifiers
2322

2423
One of the most important parts of any analytics platform is the ability to consistently and accurately identify users. To do this, the platform must assign and persist some form of identification on the device, so you can analyze user actions effectively. This is especially important for funnel conversion analysis and retention analysis.

src/images/atom.svg

Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)