Skip to content

Commit 68c9896

Browse files
committed
Update the SSH recommendation
1 parent 1a5bee9 commit 68c9896

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

fern/docs/pages/sdks/mobile/android/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Android Gradle Plugin 8.2 or later.
77
- Gradle 8.9 or later.
88
- The minimum Android API level should be 24.
9-
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
9+
- Recommended: An SSH key configured locally and registered with [GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1010

1111
## Integration
1212

fern/docs/pages/sdks/mobile/cordova/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide helps you integrate the DevRev SDK into your Cordova app.
77
- Cordova 12.0 or later.
88
- On Android, the minimum API level should be 24.
99
- On iOS, the minimum deployment target should be 15.0.
10-
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
10+
- Recommended: Configure an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1111

1212
## Installation
1313

fern/docs/pages/sdks/mobile/flutter/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Dart SDK 3.7.0 or later.
77
- On Android, the minimum API level should be 24.
88
- On iOS, the minimum deployment target should be 15.0.
9-
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
9+
- Recommended: An SSH key configured locally and registered with [GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1010

1111
## Installation
1212

fern/docs/pages/sdks/mobile/ios/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Xcode 16.0 or later (latest stable version available on the App Store).
66
- Swift 5.9 or later.
77
- The minimum deployment target should be 15.0.
8-
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
8+
- Recommended: An SSH key configured locally and registered with [GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
99

1010
## Integration
1111

fern/docs/pages/sdks/mobile/react-native/quickstart-expo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DevRev SDK, used for integrating DevRev services into your Expo app.
99
- For Expo apps, Expo 50.0.0 or later.
1010
- On Android, the minimum API level should be 24.
1111
- On iOS, the minimum deployment target should be 15.1.
12-
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
12+
- Recommended: A locally configured SSH key registered on [Github](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1313

1414
## Installation
1515

fern/docs/pages/sdks/mobile/react-native/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide helps you integrate the DevRev SDK into your React Native app.
77
- For Expo apps, Expo 50.0.0 or later.
88
- On Android, the minimum API level should be 24.
99
- On iOS, the minimum deployment target should be 15.1.
10-
- We **recommend** configuring an SSH key [locally on your machine and registering it on GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
10+
- Recommended: An SSH key configured locally and registered with [GitHub](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh).
1111

1212
## Installation
1313

0 commit comments

Comments
 (0)