Skip to content
Open
6 changes: 5 additions & 1 deletion docs-main/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mode: "center"

### More Resources

<Columns cols={3}>
<Columns cols={4}>
<Card title="Version Compatibility" icon="badge-check" href="/shared/version-compatibility-dashboard">
Review what you need to get started on a new project on DevNet.
</Card>
Expand All @@ -44,6 +44,10 @@ mode: "center"
Review the release details for the latest updates, enhancements, and bug fixes.
</Card>

<Card title="External Developer Toolings" icon="wrench" href="https://dev-hub.canton.foundation/">
A structured catalogue of Tools, SDKs, APIs, and Pieces of infrastructure available for building on Canton
</Card>

<Card title="Support Channels" icon="people-group" href="/shared/support-channels">
Getting help with Canton Network development and operations.
</Card>
Expand Down