Skip to content

Commit beb9037

Browse files
authored
Merge pull request #221 from 0xPolygonID/rm_js-sdk-example
fix: rm js sdk browser wallet example
2 parents 5b877d5 + 857ce07 commit beb9037

File tree

3 files changed

+5
-301
lines changed

3 files changed

+5
-301
lines changed

docs/js-sdk/js-sdk-browser-wallet-demo.md

Lines changed: 0 additions & 295 deletions
This file was deleted.

sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ module.exports = {
378378
],
379379
},
380380
"js-sdk/js-sdk-example",
381-
"js-sdk/js-sdk-browser-wallet-demo",
382381
"js-sdk/js-sdk-dynamic-did"
383382
],
384383
},

src/data/content-data.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,19 @@ export const contentData = {
104104
},
105105
{
106106
title: "Build an app with Android SDK",
107-
link: "/docs/wallet/wallet-sdk/android-sdk/install-android-sdk",
107+
link: "/docs/wallet/wallet-sdk/android-sdk/example-app",
108108
},
109109
{
110110
title: "Wallet APIs",
111111
link: "/docs/category/wallet-apis",
112112
},
113113
{
114-
title: "Polygon ID Wallet app: SDK reference implementation",
115-
link: "/docs/wallet/wallet-sdk/polygonid-app",
114+
title: "Privado ID Wallet app: Wallet SDK reference implementation",
115+
link: "/docs/category/privado-id-wallet-app",
116116
},
117117
{
118-
title: "Web wallet via JS SDK",
119-
link: "/docs/js-sdk/js-sdk-browser-wallet-demo",
118+
title: "Privado ID Web wallet: JS SDK reference implementation",
119+
link: "/docs/wallet/web-wallet",
120120
},
121121
],
122122
},

0 commit comments

Comments
 (0)