Skip to content

Commit 0f01cc0

Browse files
authored
Merge pull request #753 from Web3Auth/minor-fixes
Mobile Doc Fixes
2 parents 51de481 + 7539a27 commit 0f01cc0

4 files changed

Lines changed: 25 additions & 23 deletions

File tree

docs/sdk/pnp/android/usage.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -636,16 +636,17 @@ The `request` method facilitates the use of templated transaction screens for si
636636
Upon successful completion, you can retrieve the signature for the request using the
637637
`getSignResponse` static method.
638638

639-
Please check the list of [JSON RPC methods](docs.metamask.io/wallet/reference/json-rpc-api/), noting
640-
that the request method currently supports only the signing methods.
639+
Please check the list of
640+
[JSON RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/), noting that the request
641+
method currently supports only the signing methods.
641642

642643
### Arguments
643644

644-
| Arguments | Description |
645-
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
646-
| `chainConifg` | Defines the chain to be used for signature request. |
647-
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
648-
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](<[https://docs.metamask.io/wallet/reference/json-rpc-api/](https://docs.metamask.io/wallet/reference/json-rpc-api/)>) to know more. |
645+
| Arguments | Description |
646+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
647+
| `chainConifg` | Defines the chain to be used for signature request. |
648+
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
649+
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/) to know more. |
649650

650651
### Usage
651652

docs/sdk/pnp/flutter/usage.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,9 @@ The `request` method facilitates the use of templated transaction screens for si
629629
Upon successful completion, you can retrieve the signature for the request using the
630630
`getSignResponse` static method.
631631

632-
Please check the list of [JSON RPC methods](docs.metamask.io/wallet/reference/json-rpc-api/), noting
633-
that the request method currently supports only the signing methods.
632+
Please check the list of
633+
[JSON RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/), noting that the request
634+
method currently supports only the signing methods.
634635

635636
### Arguments
636637

docs/sdk/pnp/ios/usage.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,11 @@ method currently supports only the signing methods.
527527

528528
### Arguments
529529

530-
| Arguments | Description |
531-
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
532-
| `chainConfig` | Defines the chain to be used for signature. |
533-
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
534-
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](<[https://docs.metamask.io/wallet/reference/json-rpc-api/](https://docs.metamask.io/wallet/reference/json-rpc-api/)>) to know more. |
530+
| Arguments | Description |
531+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
532+
| `chainConfig` | Defines the chain to be used for signature. |
533+
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
534+
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/) to know more. |
535535

536536
### Usage
537537

sidebars.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -710,23 +710,23 @@ const sidebars: SidebarsConfig = {
710710
type: "category",
711711
label: "Plug and Play Android SDK",
712712
items: [
713-
"migration-guides/android-v4-to-v5",
714-
"migration-guides/android-v5-to-v6",
715-
"migration-guides/android-v6-to-v6.1",
716-
"migration-guides/android-v7.1.1-to-v7.1.2",
717-
"migration-guides/android-v7.1.2-to-v7.2",
718713
"migration-guides/android-v7.2-to-v7.3",
714+
"migration-guides/android-v7.1.2-to-v7.2",
715+
"migration-guides/android-v7.1.1-to-v7.1.2",
716+
"migration-guides/android-v6-to-v6.1",
717+
"migration-guides/android-v5-to-v6",
718+
"migration-guides/android-v4-to-v5",
719719
],
720720
},
721721
{
722722
type: "category",
723723
label: "Plug and Play iOS SDK",
724724
items: [
725-
"migration-guides/ios-v6-to-v7",
726-
"migration-guides/ios-v7-to-v8",
727-
"migration-guides/ios-v8-to-v8.1",
728-
"migration-guides/ios-v8.1-to-v8.2",
729725
"migration-guides/ios-v8.2-to-v8.3",
726+
"migration-guides/ios-v8.1-to-v8.2",
727+
"migration-guides/ios-v8-to-v8.1",
728+
"migration-guides/ios-v7-to-v8",
729+
"migration-guides/ios-v6-to-v7",
730730
],
731731
},
732732
{

0 commit comments

Comments
 (0)