Skip to content

PLuG SDK reorganization #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,14 @@ redirects:
- source: /sdks/plug/install-android
destination: /sdks/mobile/android
permanent: true
- source: /snap-in-development/:slug*
destination: /snapin-development/:slug*
permanent: true
- source: /public/snap-in-development/:slug*
- source: /:path*/snap-in-development/:slug*
destination: /public/snapin-development/:slug*
permanent: true
- source: /:path*/web/overview
destination: /sdks
permanent: true
- source: /sdks/mobile/:path*
destination: /sdks/:path*

analytics:
ga4:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This section describes the process of integrating PLuG using the DevRev SDK with your Android app.
This section describes the process of integrating the DevRev SDK with your Android app.

## Requirements

Expand Down Expand Up @@ -259,7 +259,7 @@ and
android:backgroundTint="@your_background_color"
```

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.
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.

## Analytics

Expand Down Expand Up @@ -636,7 +636,7 @@ For example:
## Troubleshooting

- **Issue**: Encountering problems with DevRev SDK integration.
**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.
**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.

- **Issue**: The `showSupport()` function or XML button is unresponsive.
**Solution**: Confirm that user identification is performed before using the `showSupport()` function or XML button.
Expand Down
30 changes: 30 additions & 0 deletions fern/docs/pages/plug-sdk/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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.

![plug](../../img/plug.gif)

<Cards>
<Card
title="Integrate PLuG with your web app"
icon="fa-globe"
href="/sdks/web/installation"
/>

<Card
title="Integrate DevRev with your Android app"
icon="fa-brands fa-android"
href="/sdks/android"
/>

<Card
title="Integrate DevRev with your iOS app"
icon="fa-brands fa-apple"
href="/sdks/ios"
/>

<Card
title="Integrate DevRev with your React Native app"
icon="fa-brands fa-react"
href="/sdks/react-native"
/>

</Cards>
147 changes: 0 additions & 147 deletions fern/docs/pages/plug-sdk/install-android.mdx

This file was deleted.

155 changes: 0 additions & 155 deletions fern/docs/pages/plug-sdk/install-ios.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This section describes the process of integrating PLuG using the DevRev SDK with your iOS app.
This section describes the process of integrating the DevRev SDK with your iOS app.

## Requirements

Expand Down
Loading
Loading