Skip to content

Commit 7f5560e

Browse files
committed
Fix build issues
1 parent 8aedda1 commit 7f5560e

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

docs/sdk/pnp/web/advanced/other-chains.mdx renamed to docs/sdk/pnp/web/advanced/_other-chains

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Multi Factor Authentication with PnP Web Modal SDK
3+
sidebar_label: Multi Factor Authentication
4+
description: "@web3auth/modal Multi Factor Authentication | Documentation - Web3Auth"
5+
---
6+
17
### Adding a Custom Chain Configuration
28

39
:::tip

docusaurus.config.ts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,6 @@ const config: Config = {
266266
from: "/developing-with-web3auth/",
267267
to: "/quick-start",
268268
},
269-
{
270-
from: "/sdk/web/modal/wagmi-connector",
271-
to: "/sdk/pnp/web/wagmi-connector",
272-
},
273-
{
274-
from: "/sdk/web/no-modal/wagmi-connector",
275-
to: "/sdk/pnp/web/wagmi-connector",
276-
},
277269
{
278270
from: "/sdk/web/choosesdk/",
279271
to: "/sdk/pnp/web/",
@@ -306,10 +298,6 @@ const config: Config = {
306298
from: "/sdk/react-native/choose-workflows",
307299
to: "/sdk/pnp/react-native/",
308300
},
309-
{
310-
from: "/sdk/web/customauth",
311-
to: "/sdk/pnp/web/no-modal/custom-authentication",
312-
},
313301
{
314302
from: "/overview/what-is-web3auth",
315303
to: "/what-is-web3auth",
@@ -362,18 +350,6 @@ const config: Config = {
362350
from: "/customauth/verifiers",
363351
to: "/auth-provider-setup/verifiers",
364352
},
365-
{
366-
from: "/sdk/web/modal/multi-factor-authentication",
367-
to: "/sdk/pnp/web/modal/mfa",
368-
},
369-
{
370-
from: "/sdk/web/core/multi-factor-authentication",
371-
to: "/sdk/pnp/web/no-modal/mfa",
372-
},
373-
{
374-
from: "/sdk/web/web3auth/multi-factor-authentication",
375-
to: "/sdk/pnp/web/modal/mfa",
376-
},
377353
{
378354
from: "/troubleshooting/different-wallet-address-issue",
379355
to: "/troubleshooting/different-private-key",
@@ -581,10 +557,6 @@ const config: Config = {
581557
existingPath.replace("/sdk/pnp/web/providers/", "/sdk/providers/"),
582558
existingPath.replace("/sdk/pnp/web/wallet-services/", "/sdk/wallet-services/"),
583559
existingPath.replace("/features/whitelabel", "/pnp/features/whitelabel/"),
584-
existingPath.replace("/sdk/web/no-modal", "/sdk/web/core"),
585-
existingPath.replace("/sdk/web/no-modal", "/sdk/web/customloginui"),
586-
existingPath.replace("/sdk/web/modal", "/sdk/web/web3auth"),
587-
existingPath.replace("/sdk/web/modal", "/sdk/web/plugnplay"),
588560
existingPath.replace("/product/core-kit", "/core-kit/"),
589561
existingPath.replace("/product/pnp", "/pnp/"),
590562
existingPath.replace(

0 commit comments

Comments
 (0)