Skip to content

Commit

Permalink
Merge branch 'master' into business-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 authored Sep 19, 2023
2 parents a73a38a + 66d8220 commit f09bddb
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 8 deletions.
10 changes: 8 additions & 2 deletions docs/sdk/core-kit/sfa-flutter/authentication.mdx
Original file line number Diff line number Diff line change
@@ -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";

<AuthenticationInSFA />

:::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.

:::
2 changes: 1 addition & 1 deletion docs/sdk/core-kit/tkey-android/modules/share-transfer.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/core-kit/tkey/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/core-kit/tkey/intrinsic-flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
9 changes: 9 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
},
{
"pattern": "https://app.infura.io/login"
},
{
"pattern": "https://etherscan.io"
},
{
"pattern": "https://goerli.etherscan.io"
},
{
"pattern": "https://optimistic.etherscan.io"
}
]
}
2 changes: 1 addition & 1 deletion src/pages/content-hub/guides/mpc-core-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ export default function FooterComponent(): JSX.Element {
</a>
</div>
<div className="footer__item">
<a className="footer__link-item" href="https://web3auth.io/partners.html" target="_blank" rel="noreferrer">
Partners
<a className="footer__link-item" href="https://web3auth.io/customers.html" target="_blank" rel="noreferrer">
Customers
</a>
</div>
<div className="footer__item">
Expand Down
Binary file modified static/images/dashboard/verifiers-with-no-projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f09bddb

Please sign in to comment.