Skip to content

Commit 34c12bc

Browse files
Style and link fixes (#2131)
* Remove generated index pages * category fixes * More fixes * more link fixes * remove announcement bar
1 parent 8629615 commit 34c12bc

File tree

51 files changed

+432
-294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+432
-294
lines changed

dashboard-sidebar.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ const sidebar = {
44
{
55
type: "category",
66
label: "Get started",
7-
link: { type: "generated-index", slug: "/get-started" },
87
collapsed: false,
98
items: [{ type: "autogenerated", dirName: "get-started" }],
109
},
1110
{
1211
type: "category",
1312
label: "How to",
14-
link: { type: "generated-index", slug: "/how-to" },
1513
collapsed: false,
1614
items: [{ type: "autogenerated", dirName: "how-to" }],
1715
},
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"label": "Concepts",
3-
"position": 3,
4-
"link": {
5-
"type": "generated-index",
6-
"slug": "/concepts",
7-
"title": "Delegation Toolkit concepts"
8-
}
9-
}
3+
"position": 3
4+
}
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"label": "Experimental",
3-
"position": 5,
4-
"link": {
5-
"type": "generated-index",
6-
"slug": "/experimental",
7-
"title": "Delegation Toolkit experimental features"
8-
}
9-
}
3+
"position": 5
4+
}
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"label": "Get started",
3-
"position": 2,
4-
"link": {
5-
"type": "generated-index",
6-
"slug": "/get-started",
7-
"title": "Get started with the Delegation Toolkit"
8-
}
9-
}
3+
"position": 2
4+
}
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"label": "How to",
3-
"position": 4,
4-
"link": {
5-
"type": "generated-index",
6-
"slug": "/how-to",
7-
"title": "Delegation Toolkit how-to guides"
8-
}
9-
}
3+
"position": 4
4+
}

delegation-toolkit/how-to/create-smart-account/configure-accounts-signers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ The number of signers in the signatories must be at least equal to the threshold
319319
## Configure a Stateless 7702 smart account
320320

321321
The [Stateless 7702 smart account](../../concepts/smart-accounts.md#stateless-7702-smart-account) represents an EOA that has been upgraded to support smart account
322-
functionality as defined by [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702). This implementation does not handle the upgrade process; see the [EIP-7702 quickstart](./../../get-started/7702-quickstart.md) to learn how to upgrade.
322+
functionality as defined by [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702). This implementation does not handle the upgrade process; see the [EIP-7702 quickstart](./../../get-started/eip7702-quickstart.md) to learn how to upgrade.
323323

324324
To configure a Stateless 7702 smart account, provide the following parameters:
325325

delegation-toolkit/index.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,19 @@ The toolkit enables:
4343

4444
## Where do I start?
4545

46-
Check out the following sections to get started with the MetaMask Delegation Toolkit:
46+
Check out the following guides to get started with the MetaMask Delegation Toolkit:
4747

4848
<CardList
4949
items={[
5050
{
51-
href: "get-started",
52-
title: "🏁 Get started",
53-
description: "If you're ready to get started building, install the Toolkit and follow a quickstart.",
51+
href: "get-started/install",
52+
title: "Install and set up",
53+
description: "Install and set up the MetaMask Delegation Toolkit.",
5454
},
5555
{
56-
href: "how-to",
57-
title: "🛠️ How-to guides",
58-
description: "To complete specific tasks with the Delegation Toolkit, follow the how-to guides.",
59-
},
60-
{
61-
href: "concepts",
62-
title: "💭 Concepts",
63-
description: "If you're new to the Delegation Toolkit, learn about some key concepts.",
56+
href: "get-started/quickstart",
57+
title: "Delegation quickstart",
58+
description: "Create a delegator account and complete the delegation lifecycle.",
6459
}
6560
]}
6661
/>
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"label": "Reference",
3-
"position": 6,
4-
"link": {
5-
"type": "generated-index",
6-
"slug": "/reference",
7-
"title": "Delegation Toolkit reference"
8-
}
9-
}
10-
2+
"label": "Reference",
3+
"position": 6
4+
}
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
2-
"label": "Delegation Toolkit API",
3-
"position": 2,
4-
"link": {
5-
"type": "generated-index",
6-
"slug": "/reference/api",
7-
"title": "Delegation Toolkit API reference"
8-
}
9-
}
10-
2+
"label": "Delegation Toolkit API",
3+
"position": 2
4+
}
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"label": "Experimental actions",
3-
"position": 3,
4-
"link": {
5-
"type": "generated-index",
6-
"slug": "/reference/api/experimental-actions",
7-
"title": "Delegation Toolkit experimental actions API reference"
8-
}
3+
"position": 3
94
}

0 commit comments

Comments
 (0)