File tree Expand file tree Collapse file tree 13 files changed +66
-66
lines changed Expand file tree Collapse file tree 13 files changed +66
-66
lines changed Original file line number Diff line number Diff line change @@ -37,40 +37,40 @@ Numerous snap-ins are available on the DevRev [Marketplace](https://devrev.ai/ma
37
37
icon = " fa-solid fa-message"
38
38
href = " /sdks/web/installation"
39
39
/>
40
-
40
+
41
41
<Card
42
42
title = " - DevRev SDK for Android"
43
43
icon = " fa-brands fa-android"
44
- href = " /sdks/android"
44
+ href = " /sdks/android/android "
45
45
/>
46
46
47
47
<Card
48
48
title = " - DevRev SDK for iOS"
49
49
icon = " fa-brands fa-apple"
50
- href = " /sdks/ios"
50
+ href = " /sdks/ios/ios "
51
51
/>
52
52
53
53
<Card
54
54
title = " - DevRev SDK for React Native"
55
55
icon = " fa-brands fa-react"
56
- href = " /sdks/react-native"
56
+ href = " /sdks/react-native/react-native "
57
57
/>
58
58
59
59
<Card
60
60
title = " - DevRev SDK for React Native expo"
61
61
icon = " fa-brands fa-react"
62
- href = " /sdks/react-native-expo"
62
+ href = " /sdks/react-native-expo/react-native-expo "
63
63
/>
64
64
65
65
<Card
66
66
title = " - DevRev SDK for Cordova"
67
67
icon = " fa-brands fa-js"
68
- href = " /sdks/cordova"
68
+ href = " /sdks/cordova/cordova "
69
69
/>
70
70
71
71
<Card
72
72
title = " - DevRev SDK for Flutter"
73
73
icon = " fa-brands fa-flutter"
74
- href = " /sdks/flutter"
74
+ href = " /sdks/flutter/flutter "
75
75
/>
76
76
</Cards >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # DevRev SDK for Android
2
+
3
+ This section provides documentation for integrating and using the DevRev SDK in your Android app.
4
+
5
+ ## Documentation Sections
6
+
7
+ - [ Quickstart Guide] ( ./quickstart )
8
+ - [ Features] ( ./features )
9
+ - [ Troubleshooting] ( ./troubleshooting )
10
+ - [ Migration Guide] ( ./migration-guide )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # DevRev SDK for Cordova
2
+
3
+ This section provides documentation for integrating and using the DevRev SDK in your Cordova app.
4
+
5
+ ## Documentation Sections
6
+
7
+ - [ Quickstart Guide] ( ./quickstart )
8
+ - [ Features] ( ./features )
9
+ - [ Troubleshooting] ( ./troubleshooting )
10
+ - [ Migration Guide] ( ./migration-guide )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # DevRev SDK for Flutter
2
+
3
+ This section provides documentation for integrating and using the DevRev SDK in your Flutter app.
4
+
5
+ ## Documentation Sections
6
+
7
+ - [ Quickstart Guide] ( ./quickstart )
8
+ - [ Features] ( ./features )
9
+ - [ Troubleshooting] ( ./troubleshooting )
10
+ - [ Migration Guide] ( ./migration-guide )
Original file line number Diff line number Diff line change @@ -12,37 +12,37 @@ The DevRev SDK is a powerful tool designed to further enhance our widget on your
12
12
<Card
13
13
title = " - DevRev SDK for Android"
14
14
icon = " fa-brands fa-android"
15
- href = " /sdks/android"
15
+ href = " /sdks/android/android "
16
16
/>
17
17
18
18
<Card
19
19
title = " - DevRev SDK for iOS"
20
20
icon = " fa-brands fa-apple"
21
- href = " /sdks/ios"
21
+ href = " /sdks/ios/ios "
22
22
/>
23
23
24
24
<Card
25
25
title = " - DevRev SDK for React Native"
26
26
icon = " fa-brands fa-react"
27
- href = " /sdks/react-native"
27
+ href = " /sdks/react-native/react-native "
28
28
/>
29
29
30
30
<Card
31
31
title = " - DevRev SDK for React Native expo"
32
32
icon = " fa-regular fa-angle-up"
33
- href = " /sdks/react-native-expo"
33
+ href = " /sdks/react-native-expo/react-native-expo "
34
34
/>
35
35
36
36
<Card
37
37
title = " - DevRev SDK for Cordova"
38
38
icon = " fa-solid fa-robot"
39
- href = " /sdks/cordova"
39
+ href = " /sdks/cordova/cordova "
40
40
/>
41
41
42
42
<Card
43
43
title = " - DevRev SDK for Flutter"
44
44
icon = " fa-brands fa-flutter"
45
- href = " /sdks/flutter"
45
+ href = " /sdks/flutter/flutter "
46
46
/>
47
47
48
48
</Cards >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # DevRev SDK for iOS
2
+
3
+ This section provides documentation for integrating and using the DevRev SDK in your iOS app.
4
+
5
+ ## Documentation Sections
6
+
7
+ - [ Quickstart Guide] ( ./quickstart )
8
+ - [ Features] ( ./features )
9
+ - [ Troubleshooting] ( ./troubleshooting )
10
+ - [ Migration Guide] ( ./migration-guide )
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ This section provides documentation for integrating and using the DevRev SDK in
4
4
5
5
## Documentation Sections
6
6
7
- - [ Quickstart Guide] ( ./react-native-expo/ quickstart )
8
- - [ Features] ( ./react-native-expo/ features )
9
- - [ Troubleshooting] ( ./react-native-expo/ troubleshooting )
7
+ - [ Quickstart Guide] ( ./quickstart )
8
+ - [ Features] ( ./features )
9
+ - [ Troubleshooting] ( ./troubleshooting )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # DevRev SDK for React Native
2
+
3
+ This section provides documentation for integrating and using the DevRev SDK in your React Native app.
4
+
5
+ ## Documentation Sections
6
+
7
+ - [ Quickstart Guide] ( ./quickstart )
8
+ - [ Features] ( ./features )
9
+ - [ Troubleshooting] ( ./troubleshooting )
10
+ - [ Migration Guide] ( ./migration-guide )
You can’t perform that action at this time.
0 commit comments