Skip to content

Commit 97016ee

Browse files
committed
temp
1 parent 742565e commit 97016ee

8 files changed

Lines changed: 107 additions & 845 deletions

File tree

docs/sdk/web/js/examples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ hide_table_of_contents: true
66
---
77

88
import Examples from "@site/src/components/Examples";
9-
import { pnpModalExamples } from "@site/src/common/maps";
9+
import { webExamples } from "@site/src/common/maps";
1010

11-
<Examples exampleMap={pnpModalExamples} />
11+
<Examples exampleMap={webExamples} />

docs/sdk/web/js/js.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Web3Auth PnP Web SDK | Documentation - Web3Auth"
55
---
66

77
import ExampleCards from "@theme/ExampleCards";
8-
import { pnpModalExamples, QUICK_START } from "@site/src/common/maps";
8+
import { webExamples, QUICK_START } from "@site/src/common/maps";
99
import TabItem from "@theme/TabItem";
1010
import Tabs from "@theme/Tabs";
1111
import SdkTroubleshootingIntro from "@site/src/common/sdk/pnp/web/_sdk-troubleshooting-intro.mdx";
@@ -182,4 +182,4 @@ const web3auth = new Web3Auth({
182182

183183
## Quick Starts
184184

185-
<ExampleCards exampleMap={pnpModalExamples.filter((obj) => obj.type === QUICK_START)} />
185+
<ExampleCards exampleMap={webExamples.filter((obj) => obj.type === QUICK_START)} />

docs/sdk/web/react/examples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ hide_table_of_contents: true
66
---
77

88
import Examples from "@site/src/components/Examples";
9-
import { pnpModalExamples } from "@site/src/common/maps";
9+
import { webExamples } from "@site/src/common/maps";
1010

11-
<Examples exampleMap={pnpModalExamples} />
11+
<Examples exampleMap={webExamples} />

docs/sdk/web/react/react.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Web3Auth PnP Web SDK for React | Documentation - Web3Auth"
55
---
66

77
import ExampleCards from "@theme/ExampleCards";
8-
import { pnpModalExamples, QUICK_START } from "@site/src/common/maps";
8+
import { webExamples, QUICK_START } from "@site/src/common/maps";
99
import TabItem from "@theme/TabItem";
1010
import Tabs from "@theme/Tabs";
1111
import SdkTroubleshootingIntro from "@site/src/common/sdk/pnp/web/_sdk-troubleshooting-intro.mdx";
@@ -208,4 +208,4 @@ const web3AuthContextConfig: Web3AuthContextConfig = {
208208

209209
## Quick Starts
210210

211-
<ExampleCards exampleMap={pnpModalExamples.filter((obj) => obj.type === QUICK_START)} />
211+
<ExampleCards exampleMap={webExamples.filter((obj) => obj.type === QUICK_START)} />

docs/sdk/web/vue/examples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ hide_table_of_contents: true
66
---
77

88
import Examples from "@site/src/components/Examples";
9-
import { pnpModalExamples } from "@site/src/common/maps";
9+
import { webExamples } from "@site/src/common/maps";
1010

11-
<Examples exampleMap={pnpModalExamples} />
11+
<Examples exampleMap={webExamples} />

docs/sdk/web/vue/vue.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Web3Auth PnP Web SDK for Vue | Documentation - Web3Auth"
55
---
66

77
import ExampleCards from "@theme/ExampleCards";
8-
import { pnpModalExamples, QUICK_START } from "@site/src/common/maps";
8+
import { webExamples, QUICK_START } from "@site/src/common/maps";
99
import TabItem from "@theme/TabItem";
1010
import Tabs from "@theme/Tabs";
1111
import SdkTroubleshootingIntro from "@site/src/common/sdk/pnp/web/_sdk-troubleshooting-intro.mdx";
@@ -208,4 +208,4 @@ const web3AuthContextConfig: Web3AuthContextConfig = {
208208

209209
## Quick Starts
210210

211-
<ExampleCards exampleMap={pnpModalExamples.filter((obj) => obj.type === QUICK_START)} />
211+
<ExampleCards exampleMap={webExamples.filter((obj) => obj.type === QUICK_START)} />

0 commit comments

Comments
 (0)