diff --git a/docs/sdk/core-kit/sfa-flutter/authentication.mdx b/docs/sdk/core-kit/sfa-flutter/authentication.mdx index ac6d1ae89..b035a1c77 100644 --- a/docs/sdk/core-kit/sfa-flutter/authentication.mdx +++ b/docs/sdk/core-kit/sfa-flutter/authentication.mdx @@ -1,10 +1,16 @@ --- -title: "Authentication in Core Kit SFA Android SDK" +title: "Authentication in Core Kit SFA Flutter SDK" sidebar_label: "Authentication" displayed_sidebar: sdk -description: "Web3Auth Core Kit Single Factor Auth Android SDK - Authentication | Documentation - Web3Auth" +description: "Web3Auth Core Kit Single Factor Auth Flutter SDK - Authentication | Documentation - Web3Auth" --- import AuthenticationInSFA from "@site/src/common/sdk/core-kit/sfa/_auth_in_core_kit_sfa.mdx"; + +:::note SDKs + +This is a documentation page for Web3Auth Core Kit Single Factor Auth Flutter SDK. To read about other SDKs visit the [SDKs](/sdk) section. + +::: diff --git a/docs/sdk/core-kit/tkey-android/modules/share-transfer.mdx b/docs/sdk/core-kit/tkey-android/modules/share-transfer.mdx index e245f12f0..9d521411e 100644 --- a/docs/sdk/core-kit/tkey-android/modules/share-transfer.mdx +++ b/docs/sdk/core-kit/tkey-android/modules/share-transfer.mdx @@ -1,7 +1,7 @@ --- title: Share Transfer Module displayed_sidebar: sdk -description: "Core Kit tKey iOS SDK - Modules - Share Transfer Module | Documentation - Web3Auth" +description: "Core Kit tKey Android SDK - Modules - Share Transfer Module | Documentation - Web3Auth" --- The SharetransferModule is an Android module that provides functions for requesting, approving and transfering a share to another device. diff --git a/docs/sdk/core-kit/tkey/install.mdx b/docs/sdk/core-kit/tkey/install.mdx index b53947b83..6f3844e56 100644 --- a/docs/sdk/core-kit/tkey/install.mdx +++ b/docs/sdk/core-kit/tkey/install.mdx @@ -2,7 +2,7 @@ title: "Installing tKey JS SDK" sidebar_label: "Install" displayed_sidebar: sdk -description: "Web3Auth Core Kit tKey SDK - Install | Documentation - Web3Auth" +description: "Web3Auth Core Kit tKey JS SDK - Install | Documentation - Web3Auth" --- The tKey SDK contains multiple packages are needed to enable different functionalities of the tKey SDK. You can choose the packages you want to diff --git a/docs/sdk/core-kit/tkey/intrinsic-flow.mdx b/docs/sdk/core-kit/tkey/intrinsic-flow.mdx index 6b13c2163..91e47b3a9 100644 --- a/docs/sdk/core-kit/tkey/intrinsic-flow.mdx +++ b/docs/sdk/core-kit/tkey/intrinsic-flow.mdx @@ -2,7 +2,7 @@ title: Enabling Intrinsic Authentication Flow in tKey sidebar_label: Intrinsic Auth Flow displayed_sidebar: sdk -description: "Web3Auth Core Kit tKey SDK - Install | Documentation - Web3Auth" +description: "Web3Auth Core Kit tKey SDK - Intrinsic Flow | Documentation - Web3Auth" --- import TorusServiceProviderArg from "@site/src/common/sdk/core-kit/tkey/_service-provider-torus-arg.mdx"; diff --git a/mlc_config.json b/mlc_config.json index 0929ab7d3..2db2c6af9 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -39,6 +39,15 @@ }, { "pattern": "https://app.infura.io/login" + }, + { + "pattern": "https://etherscan.io" + }, + { + "pattern": "https://goerli.etherscan.io" + }, + { + "pattern": "https://optimistic.etherscan.io" } ] } diff --git a/src/pages/content-hub/guides/mpc-core-kit.mdx b/src/pages/content-hub/guides/mpc-core-kit.mdx index 995414fbe..6492bf20f 100644 --- a/src/pages/content-hub/guides/mpc-core-kit.mdx +++ b/src/pages/content-hub/guides/mpc-core-kit.mdx @@ -16,7 +16,7 @@ import SEO from "@site/src/components/SEO"; title="Using Web3Auth MPC Core Kit SDK" description="Learn how to use the Web3Auth MPC Core Kit SDK in your React Application." image="https://web3auth.io/docs/content-hub/guides/banners/mpc.png" - slug="/content-hub/guides/mpc" + slug="/content-hub/guides/mpc-core-kit" /> This guide will help you make a react application using Web3Auth tKey MPC SDK, covering the basic functionality on how to use it. diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx index abc27f6dc..53d563553 100644 --- a/src/theme/Footer/index.tsx +++ b/src/theme/Footer/index.tsx @@ -137,8 +137,8 @@ export default function FooterComponent(): JSX.Element {
- - Partners + + Customers
diff --git a/static/images/dashboard/verifiers-with-no-projects.png b/static/images/dashboard/verifiers-with-no-projects.png index 3e52fe7f9..f1f94da23 100644 Binary files a/static/images/dashboard/verifiers-with-no-projects.png and b/static/images/dashboard/verifiers-with-no-projects.png differ