Skip to content

Commit b521126

Browse files
chore(docs): Add links to FeatureCards
Summary - Add links to all 6 FeatureCard components on the landing page, connecting them to relevant documentation pages (private/public functions, private/public state, composability, L1-L2 messaging) - Fix 2 broken QuickLink paths: sequencer_management → sequencer-setup, running_a_prover → running-a-prover - Capitalize "Merkle" in the Public State description
1 parent 8b748b9 commit b521126

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/docs/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ privacy, check out the [foundational topics](/developers/docs/foundational-topic
3434
<path d="M7 11V7a5 5 0 0110 0v4" />
3535
</svg>
3636
}
37+
link="/developers/docs/aztec-nr/framework-description/functions/visibility"
3738
/>
3839

3940
<FeatureCard
@@ -45,6 +46,7 @@ privacy, check out the [foundational topics](/developers/docs/foundational-topic
4546
<path d="M12 6v6l4 2" />
4647
</svg>
4748
}
49+
link="/developers/docs/foundational-topics/advanced/circuits/public_execution"
4850
/>
4951

5052
<FeatureCard
@@ -55,17 +57,19 @@ privacy, check out the [foundational topics](/developers/docs/foundational-topic
5557
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5" />
5658
</svg>
5759
}
60+
link="/developers/docs/foundational-topics/pxe"
5861
/>
5962

6063
<FeatureCard
6164
title="Public State"
62-
description="Maintain transparent state in a public merkle tree when required by your application."
65+
description="Maintain transparent state in a public Merkle tree when required by your application."
6366
icon={
6467
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
6568
<path d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
6669
<path d="M9 12l2 2 4-4" />
6770
</svg>
6871
}
72+
link="/developers/docs/foundational-topics/state_management"
6973
/>
7074

7175
<FeatureCard
@@ -80,6 +84,7 @@ privacy, check out the [foundational topics](/developers/docs/foundational-topic
8084
<path d="M10 6h4M10 18h4M6 10v4M18 10v4" />
8185
</svg>
8286
}
87+
link="/developers/docs/aztec-nr/framework-description/calling_contracts"
8388
/>
8489

8590
<FeatureCard
@@ -90,6 +95,7 @@ privacy, check out the [foundational topics](/developers/docs/foundational-topic
9095
<path d="M7 17l-4-4 4-4M17 7l4 4-4 4M14 3l-4 18" />
9196
</svg>
9297
}
98+
link="/developers/docs/foundational-topics/ethereum-aztec-messaging"
9399
/>
94100

95101
</div>

0 commit comments

Comments
 (0)