Skip to content

Commit b92879f

Browse files
authored
PLuG SDK reorganization (#182)
* removed unreferenced files * top-level org * web files * revised * current versions * add web to top page * regex for redirects * next version * versions all together * remove mobile category * remove mobile category * updated product name and added icons * remove versioning * updated labels
1 parent 4325cc4 commit b92879f

16 files changed

+97
-399
lines changed

fern/docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ redirects:
6464
- source: /sdks/plug/install-android
6565
destination: /sdks/mobile/android
6666
permanent: true
67-
- source: /snap-in-development/:slug*
68-
destination: /snapin-development/:slug*
69-
permanent: true
70-
- source: /public/snap-in-development/:slug*
67+
- source: /:path*/snap-in-development/:slug*
7168
destination: /public/snapin-development/:slug*
7269
permanent: true
70+
- source: /:path*/web/overview
71+
destination: /sdks
72+
permanent: true
73+
- source: /sdks/mobile/:path*
74+
destination: /sdks/:path*
7375

7476
analytics:
7577
ga4:

fern/docs/pages/plug-sdk/sdk-android.mdx renamed to fern/docs/pages/plug-sdk/android.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This section describes the process of integrating PLuG using the DevRev SDK with your Android app.
1+
This section describes the process of integrating the DevRev SDK with your Android app.
22

33
## Requirements
44

@@ -259,7 +259,7 @@ and
259259
android:backgroundTint="@your_background_color"
260260
```
261261

262-
At this stage, your app is fully configured to utilize all functionalities of the DevRev PLuG SDK. Pressing the support button directs the user to the chat interface, enabling effective interaction and support.
262+
At this stage, your app is fully configured to utilize all functionalities of the DevRev SDK. Pressing the support button directs the user to the chat interface, enabling effective interaction and support.
263263

264264
## Analytics
265265

@@ -636,7 +636,7 @@ For example:
636636
## Troubleshooting
637637

638638
- **Issue**: Encountering problems with DevRev SDK integration.
639-
**Solution**: Verify the correct SDK dependency setup in the project. Ensure `mavenCentral` is accessible from the IDE, and confirm accurate detection of the selected DevRev PLuG SDK version.
639+
**Solution**: Verify the correct SDK dependency setup in the project. Ensure `mavenCentral` is accessible from the IDE, and confirm accurate detection of the selected DevRev SDK version.
640640

641641
- **Issue**: The `showSupport()` function or XML button is unresponsive.
642642
**Solution**: Confirm that user identification is performed before using the `showSupport()` function or XML button.

fern/docs/pages/plug-sdk/index.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
The DevRev SDK is a powerful tool designed to further enhance our widget on your website or application. With this SDK, you can integrate DevRev's feature-rich widget, allowing you to create a dynamic and personalized user experience.
2+
3+
![plug](../../img/plug.gif)
4+
5+
<Cards>
6+
<Card
7+
title="Integrate PLuG with your web app"
8+
icon="fa-globe"
9+
href="/sdks/web/installation"
10+
/>
11+
12+
<Card
13+
title="Integrate DevRev with your Android app"
14+
icon="fa-brands fa-android"
15+
href="/sdks/android"
16+
/>
17+
18+
<Card
19+
title="Integrate DevRev with your iOS app"
20+
icon="fa-brands fa-apple"
21+
href="/sdks/ios"
22+
/>
23+
24+
<Card
25+
title="Integrate DevRev with your React Native app"
26+
icon="fa-brands fa-react"
27+
href="/sdks/react-native"
28+
/>
29+
30+
</Cards>

fern/docs/pages/plug-sdk/install-android.mdx

Lines changed: 0 additions & 147 deletions
This file was deleted.

fern/docs/pages/plug-sdk/install-ios.mdx

Lines changed: 0 additions & 155 deletions
This file was deleted.

fern/docs/pages/plug-sdk/sdk-ios.mdx renamed to fern/docs/pages/plug-sdk/ios.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This section describes the process of integrating PLuG using the DevRev SDK with your iOS app.
1+
This section describes the process of integrating the DevRev SDK with your iOS app.
22

33
## Requirements
44

0 commit comments

Comments
 (0)