diff --git a/docs/pnp/migration-guides/android-v4-to-v5.mdx b/docs/pnp/migration-guides/android-v4-to-v5.mdx index 4b828c570..27342f632 100644 --- a/docs/pnp/migration-guides/android-v4-to-v5.mdx +++ b/docs/pnp/migration-guides/android-v4-to-v5.mdx @@ -52,9 +52,15 @@ changed. And, as mentioned earlier, the network type has been added. #### change of WhiteLabel parameter configuration -##### v4 + - + | Parameter | Type | Mandatory | Description | | ----------------- | ------------------ | --------- | ------------------------------------------------- | @@ -67,9 +73,7 @@ changed. And, as mentioned earlier, the network type has been added. -##### v5 - - + | Parameter | Type | Mandatory | Description | | ----------------- | ------------------ | --------- | --------------------------------------- | @@ -84,6 +88,8 @@ changed. And, as mentioned earlier, the network type has been added. + + Here's the example configuration of Web3AuthOptions. ```tsx diff --git a/sidebars.js b/sidebars.js index 9f932fcaa..499647742 100644 --- a/sidebars.js +++ b/sidebars.js @@ -116,7 +116,7 @@ module.exports = { }, { type: "category", - label: "PnP android", + label: "PnP Android", collapsed: true, collapsible: true, items: ["pnp/migration-guides/android-v4-to-v5"],