File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
+ fern /dist
2
3
fern /* /definition /
3
4
.DS_Store
4
5
.idea
Original file line number Diff line number Diff line change @@ -47,3 +47,11 @@ versions:
47
47
path : ./versions/beta.yml
48
48
availability : beta
49
49
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
Original file line number Diff line number Diff line change @@ -33,8 +33,18 @@ Numerous snap-ins are available on the DevRev [Marketplace](https://devrev.ai/ma
33
33
34
34
<Cards >
35
35
<Card
36
- title = " PLuG SDK"
36
+ title = " PLuG Web SDK"
37
37
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"
39
49
/>
40
50
</Cards >
You can’t perform that action at this time.
0 commit comments