Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs-main/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,19 @@ mode: "center"

### More Resources

<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.
<Columns cols={2}>
<Card title="External Developer Toolings" icon="wrench" href="https://dev-hub.canton.foundation/">
Explore and Contribute to a Growing Directory of Tools, SDKs, APIs, and Infrastructure for Canton Developers
</Card>

<Card title="Release Notes" icon="notes" href="/release-notes">
Review the release details for the latest updates, enhancements, and bug fixes.
</Card>
</Columns>

<Card title="External Developer Toolings" icon="wrench" href="https://dev-hub.canton.foundation/">
Explore and Contribute to a Growing Directory of Tools, SDKs, APIs, and Infrastructure for Canton Developers
<Columns cols={2}>
<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>

<Card title="Support Channels" icon="people-group" href="/shared/support-channels">
Expand Down
2 changes: 1 addition & 1 deletion docs-main/overview/understand/getting-app-featured.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We look for reasonable usability, reliable operation, transparency about capabil

1. Complete development and deploy your application
2. Prepare materials: application description (short and long), logo and screenshots, contact information, and documentation links
3. Contact the Canton Network team via [canton.network](https://canton.network)
3. Fill this [Featured App Request](https://canton.foundation/featured-app-request/) Application.
4. Await review (timeline varies)
5. Upon approval, your application will be listed

Expand Down