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 10 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
8 changes: 4 additions & 4 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ 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

analytics:
ga4:
Expand Down
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [EkLine] reported by reviewdog 🐶

Where possible, do not structure sentences in future tense. Use present tense instead. (EK00005)

Before you dive into customization, take a quick detour to explore [methods](./methods) – they'll lay the groundwork for smooth customer interactions and effortless support using PLuG.

Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,27 @@ Before you dive into customization, take a quick detour to explore [methods](./m
![plug](../../img/plug.gif)

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

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

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

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

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

Loading
Loading