Skip to content

Commit 3048eac

Browse files
Upgrade Docusaurus to 3.10 (MetaMask#2879)
* Upgrade Docusaurus to 3.10 * fix --------- Co-authored-by: Mohammad Shahbaz Alam <shahbaz17@users.noreply.github.com>
1 parent 5af0c57 commit 3048eac

5 files changed

Lines changed: 1054 additions & 863 deletions

File tree

embedded-wallets/sdk/ios/migration-guides/ios-v6-to-v7.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,14 @@ With V7, lots of package dependencies have been updated. Among that, version of
261261

262262
With V7, ExtraLoginOptions now has one more parameter which is `additionalParams: [String : String]?`
263263

264+
<Tabs
265+
defaultValue="table"
266+
values={[
267+
{ label: "Table", value: "table" },
268+
{ label: "Struct", value: "struct" },
269+
]}
270+
>
271+
264272
<TabItem value="table">
265273

266274
| Parameter | Type | Description |
@@ -302,3 +310,5 @@ public struct ExtraLoginOptions: Codable{
302310
```
303311

304312
</TabItem>
313+
314+
</Tabs>

0 commit comments

Comments
 (0)