Skip to content

Commit

Permalink
fix more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Sep 18, 2023
1 parent d123e66 commit fa4374e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-extension: .mdx
check-modified-files-only: "yes"
7 changes: 4 additions & 3 deletions docs/sdk/core-kit/tkey-android/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,12 @@ activity.appKey.deleteShare(shareIndex, result -> {});
## Using Modules for Further Operations

To perform advanced operations and manipulate keys, tKey offers modules that can be utilized. As previously stated in the
[initialization](./initialize) section, modules need to be configured beforehand to function properly with tKey. After configuration, the respective
module's instance is accessible within your tKey instance and can be utilized for additional operations.
[initialization](/docs/sdk/core-kit/tkey-android/initialize) section, modules need to be configured beforehand to function properly with tKey. After
configuration, the respective module's instance is accessible within your tKey instance and can be utilized for additional operations.

:::info Modules

Please visit the [**Modules**](./modules) section to view a comprehensive list of available modules and their respective functions.
Please visit the [**Modules**](/docs/sdk/core-kit/tkey-android/modules) section to view a comprehensive list of available modules and their respective
functions.

:::
11 changes: 10 additions & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
}
],
"replacementPatterns": [
{
"pattern": "^/docs/",
"replacement": "https://web3auth.io/"
},
{
"pattern": "^/",
"replacement": "https://web3auth.io/docs/"
Expand All @@ -21,5 +25,10 @@
"pattern": "^./",
"replacement": "https://web3auth.io/docs/"
}
]
],
"ignorePatterns": [
{
"pattern": "^https://manage.auth0.com/"
}
],
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:::warning Note

Please use these examples in conjunction with our troubleshooting guide for React Native Bundler polyfill issues [here](troubleshooting/metro-issues).
Please use these examples in conjunction with our troubleshooting guide for React Native Bundler polyfill issues
[here](/troubleshooting/metro-issues).

:::

Expand Down
3 changes: 2 additions & 1 deletion src/common/sdk/core-kit/sfa/_sfa_rn_expo_auth0_example.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:::warning Note

Please use these examples in conjunction with our troubleshooting guide for React Native Bundler polyfill issues [here](troubleshooting/metro-issues).
Please use these examples in conjunction with our troubleshooting guide for React Native Bundler polyfill issues
[here](/troubleshooting/metro-issues).

:::

Expand Down
2 changes: 1 addition & 1 deletion src/common/sdk/pnp/web/_external-wallet-adapters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To configure an adapter, create the instance of adapter by using its correspondi

:::tip

Refer to the [Adapters documentation](../adapters) to know more deeply about what adapters are available and how to configure them.
Refer to the [Adapters documentation](/docs/sdk/pnp/web/adapters) to know more deeply about what adapters are available and how to configure them.

:::

Expand Down

0 comments on commit fa4374e

Please sign in to comment.