Skip to content

Commit cf3d3fa

Browse files
authored
redirects for PLuG SDK (#121)
* redirects for PLuG SDK * SDK links * ignore fern/dist
1 parent 26c8d6c commit cf3d3fa

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
fern/dist
23
fern/*/definition/
34
.DS_Store
45
.idea

fern/docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ versions:
4747
path: ./versions/beta.yml
4848
availability: beta
4949
slug: beta
50+
51+
redirects:
52+
- source: "/public/sdks/plug/methods"
53+
destination: "/public/sdks/web/methods"
54+
permanent: true
55+
- source: "/sdks/plug/methods"
56+
destination: "/sdks/web/methods"
57+
permanent: true

fern/docs/pages/developer-intro.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,18 @@ Numerous snap-ins are available on the DevRev [Marketplace](https://devrev.ai/ma
3333

3434
<Cards>
3535
<Card
36-
title="PLuG SDK"
36+
title="PLuG Web SDK"
3737
icon="fa-solid fa-message"
38-
href="/sdks/plug/overview"
38+
href="/sdks/web/installation"
39+
/>
40+
<Card
41+
title="PLuG Android SDK"
42+
icon="fa-solid fa-message"
43+
href="/sdks/mobile/android"
44+
/>
45+
<Card
46+
title="PLuG iOS SDK"
47+
icon="fa-solid fa-message"
48+
href="/sdks/mobile/ios"
3949
/>
4050
</Cards>

0 commit comments

Comments
 (0)