@@ -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