Skip to content

Commit 2a62336

Browse files
committed
Add quick starts to sdk references
1 parent 7c838be commit 2a62336

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/sdk/pnp/web/modal/modal.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ sidebar_label: Overview
44
description: " Web3Auth PnP Web Modal SDK | Documentation - Web3Auth"
55
---
66

7+
import ExampleCards from "@theme/ExampleCards";
8+
import { pnpModalExamples, QUICK_START } from "@site/src/common/maps";
9+
710
This package provides the main class for using the default Web3Auth Modal. The package includes all
811
of our packages and gives you a simple way of implementing Web3Auth within your interface.
912
Additionally, it is a child class of [`@web3auth/no-modal`](/sdk/pnp/web/no-modal) package. Hence,
@@ -31,3 +34,7 @@ package.
3134

3235
- [Community Support Portal](https://web3auth.io/community/c/help-pnp/pnp-web/7): Join our community
3336
to get support from our team and other developers.
37+
38+
## Quick Starts
39+
40+
<ExampleCards exampleMap={pnpModalExamples.filter((obj) => obj.type === QUICK_START)} />

docs/sdk/pnp/web/no-modal/no-modal.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ sidebar_label: Overview
44
description: "Web3Auth Plug and Play No Modal SDK | Documentation - Web3Auth"
55
---
66

7+
import ExampleCards from "@theme/ExampleCards";
8+
import { pnpNoModalExamples, QUICK_START } from "@site/src/common/maps";
9+
710
Web3Auth Plug and Play No Modal is the main SDK that consists of the core module of Web3Auth Plug
811
and Play. This SDK gives you all the needed modules for implementing the Web3Auth features, giving
912
you the flexibility of implementing your own UI to use all the functionalities. Since this package
@@ -31,3 +34,7 @@ size of this package is smaller.
3134

3235
- [Community Support Portal](https://web3auth.io/community/c/help-pnp/pnp-web/7): Join our community
3336
to get support from our team and other developers.
37+
38+
## Quick Starts
39+
40+
<ExampleCards exampleMap={pnpNoModalExamples.filter((obj) => obj.type === QUICK_START)} />

0 commit comments

Comments
 (0)