Skip to content

redirects for PLuG SDK #121

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 3 commits into from
Dec 5, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
fern/dist
fern/*/definition/
.DS_Store
.idea
8 changes: 8 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ versions:
path: ./versions/beta.yml
availability: beta
slug: beta

redirects:
- source: "/public/sdks/plug/methods"
destination: "/public/sdks/web/methods"
permanent: true
- source: "/sdks/plug/methods"
destination: "/sdks/web/methods"
permanent: true
14 changes: 12 additions & 2 deletions fern/docs/pages/developer-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,18 @@ Numerous snap-ins are available on the DevRev [Marketplace](https://devrev.ai/ma

<Cards>
<Card
title="PLuG SDK"
title="PLuG Web SDK"
icon="fa-solid fa-message"
href="/sdks/plug/overview"
href="/sdks/web/installation"
/>
<Card
title="PLuG Android SDK"
icon="fa-solid fa-message"
href="/sdks/mobile/android"
/>
<Card
title="PLuG iOS SDK"
icon="fa-solid fa-message"
href="/sdks/mobile/ios"
/>
</Cards>
Loading