Skip to content

Commit 19b7421

Browse files
committed
More fixes
1 parent e185c69 commit 19b7421

File tree

18 files changed

+68
-25
lines changed

18 files changed

+68
-25
lines changed

docs/whats-new.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ of the [MetaMask developer page](https://metamask.io/developer/).
1111

1212
## June 2025
1313

14+
- Updated the [docs homepage](/), added descriptive dropdowns the top navigation bar, and
15+
added title banners to each product section.
16+
([#2074](https://github.com/MetaMask/metamask-docs/pull/2074))
17+
- Simplified and enhanced the [SDK introduction](/sdk).
18+
([#2064](https://github.com/MetaMask/metamask-docs/pull/2064))
1419
- Added [Delegation Toolkit](/delegation-toolkit) to MetaMask documentation.
1520
([#2045](https://github.com/MetaMask/metamask-docs/pull/2045))
21+
- Documented how to use the SDK CLI to set up a [Web3Auth SDK](/sdk/connect/javascript-web3auth) project.
22+
([#2075](https://github.com/MetaMask/metamask-docs/pull/2075))
1623

1724
## May 2025
1825

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Ethereum",
3+
"position": 1
4+
}

services/tutorials/ethereum/send-a-transaction/_category_.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
"label": "Send transactions",
33
"collapsible": true,
44
"collapsed": true,
5-
"position": 11,
6-
"link": {
7-
"type": "generated-index",
8-
"slug": "tutorials/ethereum/send-a-transaction",
9-
"description": "These tutorials use various Web3 libraries to send transactions on the Ethereum testnet."
10-
}
5+
"position": 11
116
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Layer 2 networks",
3+
"position": 2
4+
}

snaps/features/custom-evm-accounts/create-account-snap.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: Get started by creating an account management Snap.
33
sidebar_position: 1
4-
tags:
5-
- Keyring API
64
---
75

86
import Tabs from "@theme/Tabs";

snaps/features/custom-evm-accounts/create-companion-dapp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
description: Call Keyring API methods from your companion dapp.
33
sidebar_position: 2
44
sidebar_label: Create a companion dapp
5-
tags:
6-
- Keyring API
75
---
86

97
# Create an account management companion dapp

snaps/features/custom-evm-accounts/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: Connect to custom EVM accounts using the Keyring API.
33
sidebar_position: 2
4-
tags:
5-
- Keyring API
64
---
75

86
# Custom EVM accounts

snaps/features/custom-evm-accounts/security.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
description: Follow these security guidelines when creating an account management Snap.
33
sidebar_label: Security guidelines
44
sidebar_position: 3
5-
tags:
6-
- Keyring API
75
---
86

97
# Account management Snap security guidelines
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Best practices",
3+
"position": 3
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Tutorials",
3+
"position": 2
4+
}

0 commit comments

Comments
 (0)