From 965c523ebc24196e1096616a092872061cbb0f29 Mon Sep 17 00:00:00 2001 From: Mohammad Shahbaz Alam Date: Fri, 18 Oct 2024 12:20:50 +0530 Subject: [PATCH] fix more broken links --- .../auth0-service-provider.mdx | 24 +++++++++---------- .../firebase-service-provider.mdx | 12 +++++----- .../sdk/pnp/web/modal/account-abstraction.mdx | 2 +- .../pnp/web/no-modal/account-abstraction.mdx | 2 +- src/common/maps.tsx | 22 ++++++++--------- 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/auth-provider-setup/authentication-service-providers/auth0-service-provider.mdx b/docs/auth-provider-setup/authentication-service-providers/auth0-service-provider.mdx index 7aa75fc3d..86eab37b7 100644 --- a/docs/auth-provider-setup/authentication-service-providers/auth0-service-provider.mdx +++ b/docs/auth-provider-setup/authentication-service-providers/auth0-service-provider.mdx @@ -107,18 +107,18 @@ export const Auth0Guides = [ icon: "logo-js.png", path: "/docs/guides/auth0", }, - { - key: "android", - title: "Android (Kotlin)", - icon: "logo-android.png", - path: "/docs/guides/android-auth0", - }, - { - key: "ios", - title: "iOS (Swift)", - icon: "logo-apple.png", - path: "/docs/guides/ios-auth0", - }, + // { + // key: "android", + // title: "Android (Kotlin)", + // icon: "logo-android.png", + // path: "/docs/guides/android-auth0", + // }, + // { + // key: "ios", + // title: "iOS (Swift)", + // icon: "logo-apple.png", + // path: "/docs/guides/ios-auth0", + // }, { key: "flutter", title: "Flutter", diff --git a/docs/auth-provider-setup/authentication-service-providers/firebase-service-provider.mdx b/docs/auth-provider-setup/authentication-service-providers/firebase-service-provider.mdx index 15e7da241..c2e3e872a 100644 --- a/docs/auth-provider-setup/authentication-service-providers/firebase-service-provider.mdx +++ b/docs/auth-provider-setup/authentication-service-providers/firebase-service-provider.mdx @@ -84,12 +84,12 @@ export const FirebaseGuides = [ icon: "logo-js.png", path: "/docs/guides/firebase", }, - { - key: "android", - title: "Android (Kotlin)", - icon: "logo-android.png", - path: "/docs/guides/android-firebase", - }, + // { + // key: "android", + // title: "Android (Kotlin)", + // icon: "logo-android.png", + // path: "/docs/guides/android-firebase", + // }, { key: "flutter", title: "Flutter", diff --git a/docs/sdk/pnp/web/modal/account-abstraction.mdx b/docs/sdk/pnp/web/modal/account-abstraction.mdx index fb59c8e84..b3b23e4c5 100644 --- a/docs/sdk/pnp/web/modal/account-abstraction.mdx +++ b/docs/sdk/pnp/web/modal/account-abstraction.mdx @@ -65,7 +65,7 @@ const accountAbstractionProvider = new AccountAbstractionProvider({ Please note this is the important step for setting the Web3Auth account abstraction provider. - [Configure Smart Account provider](#configure-smart-account-provider) -- [Configure Bundler](configure-bundler) +- [Configure Bundler](#configure-bundler) - [Configure Sponsored Paymaster](#sponsored-paymaster) - [Configure ERC-20 Paymaster](#erc20-paymaster) diff --git a/docs/sdk/pnp/web/no-modal/account-abstraction.mdx b/docs/sdk/pnp/web/no-modal/account-abstraction.mdx index f60df184d..5a91dbf01 100644 --- a/docs/sdk/pnp/web/no-modal/account-abstraction.mdx +++ b/docs/sdk/pnp/web/no-modal/account-abstraction.mdx @@ -65,7 +65,7 @@ const accountAbstractionProvider = new AccountAbstractionProvider({ Please note this is the important step for setting the Web3Auth account abstraction provider. - [Configure Smart Account provider](#configure-smart-account-provider) -- [Configure Bundler](configure-bundler) +- [Configure Bundler](#configure-bundler) - [Configure Sponsored Paymaster](#sponsored-paymaster) - [Configure ERC-20 Paymaster](#erc20-paymaster) diff --git a/src/common/maps.tsx b/src/common/maps.tsx index 4f2804740..3f4a83ca8 100644 --- a/src/common/maps.tsx +++ b/src/common/maps.tsx @@ -1064,17 +1064,17 @@ export const pnpiOSExamples: ExamplesInterface[] = [ githubLink: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-firebase-example", }, - { - title: "Integrate Auth0 SPA in PnP iOS SDK", - description: "Use Auth0 Single Page App (Implicit Mode) with Plug and Play iOS SDK", - image: "banners/ios-auth0.png", - type: SAMPLE_APP, - tags: [tags.pnp, tags.ios, "swift", "auth0", "email passwordless", tags.evm, "implicit mode"], - link: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example", - id: "ios-auth0-example", - githubLink: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example", - guideLink: "/guides/ios-auth0", - }, + // { + // title: "Integrate Auth0 SPA in PnP iOS SDK", + // description: "Use Auth0 Single Page App (Implicit Mode) with Plug and Play iOS SDK", + // image: "banners/ios-auth0.png", + // type: SAMPLE_APP, + // tags: [tags.pnp, tags.ios, "swift", "auth0", "email passwordless", tags.evm, "implicit mode"], + // link: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example", + // id: "ios-auth0-example", + // githubLink: "https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-auth0-example", + // guideLink: "/guides/ios-auth0", + // }, { title: "Using Aggregate Verifiers in Web3Auth PnP iOS SDK", description: