Skip to content

Commit 48cdee3

Browse files
authored
docs: add AI tooling quick link, remove Run a Prover from landing page (#23799)
Updates the docs landing page Quick Links section (`docs/docs/index.mdx`): - Adds an **AI Tooling** quick link pointing to `/developers/ai_tooling`, placed in the second position (right after Quickstart, where Tutorials previously sat). - Removes the **Run a Prover** quick link. The resulting Quick Links order is: Quickstart, AI Tooling, Tutorials, Write Smart Contracts, aztec.js SDK, Run a Sequencer. --- *Created by [claudebox](https://claudebox.work/v2/sessions/37fe5a64e3e7f256) · group: `slackbot`*
2 parents ad31d4a + 39d7a6c commit 48cdee3

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

docs/docs/index.mdx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ privacy, check out the [foundational topics](/developers/docs/foundational-topic
115115
}
116116
/>
117117

118+
<QuickLink
119+
title="AI Tooling"
120+
description="Set up Claude Code, Cursor, and Codex for Aztec development"
121+
link="/developers/ai_tooling"
122+
icon={
123+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
124+
<path d="M12 2l1.9 5.8L20 9.5l-5.8 1.9L12 17l-1.9-5.6L4 9.5l6.1-1.7L12 2z" />
125+
<path d="M19 14l.8 2.2L22 17l-2.2.8L19 20l-.8-2.2L16 17l2.2-.8L19 14z" />
126+
</svg>
127+
}
128+
/>
129+
118130
<QuickLink
119131
title="Tutorials"
120132
description="Step-by-step guides to build on Aztec"
@@ -163,17 +175,6 @@ privacy, check out the [foundational topics](/developers/docs/foundational-topic
163175
}
164176
/>
165177

166-
<QuickLink
167-
title="Run a Prover"
168-
description="Contribute computational power to the network"
169-
link="/operate/operators/setup/running_a_prover"
170-
icon={
171-
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
172-
<path d="M22 12h-4l-3 9L9 3l-3 9H2" />
173-
</svg>
174-
}
175-
/>
176-
177178
</div>
178179

179180
<h2 className={styles.sectionHeading}>Resources</h2>

0 commit comments

Comments
 (0)