Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 16 additions & 9 deletions docs-main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,15 +551,6 @@
"integrations/exchanges/guidance"
]
},
{
"group": "Ecosystem",
"pages": [
"integrations/ecosystem",
"integrations/apps/finding-apps",
"integrations/wallets/canton-vs-web3",
"integrations/wallets/for-users"
]
},
{
"group": "Release Notes",
"pages": [
Expand Down Expand Up @@ -2854,6 +2845,22 @@
{
"source": "/global-synchronizer/splice-fundamentals/sv-governance",
"destination": "/sdks-tools/api-reference/splice-architecture"
},
{
"source": "/integrations/ecosystem",
"destination": "/integrations/overview"
},
{
"source": "/integrations/apps/finding-apps",
"destination": "/integrations/overview"
},
{
"source": "/integrations/wallets/canton-vs-web3",
"destination": "/integrations/overview"
},
{
"source": "/integrations/wallets/for-users",
"destination": "/integrations/overview"
}
],
"footer": {
Expand Down
26 changes: 0 additions & 26 deletions docs-main/integrations/apps/finding-apps.mdx

This file was deleted.

190 changes: 0 additions & 190 deletions docs-main/integrations/ecosystem.mdx

This file was deleted.

22 changes: 1 addition & 21 deletions docs-main/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,7 @@ Canton Network provides several categories of integrations:
- **Token standards** — Interoperable tokens following [CIP-0056](https://github.com/canton-foundation/cips/blob/main/cip-0056/cip-0056.md)
- **Application integration** — Third-party app connectivity

## For Different Audiences

### For End Users

<CardGroup cols={2}>

<Card title="Find a Wallet" icon="wallet" href="/integrations/wallets/for-users">
Discover wallet options for managing your Canton Coin.
</Card>

<Card title="Find Apps" icon="grid-2" href="/integrations/apps/finding-apps">
Explore applications built on Canton Network.
</Card>

</CardGroup>

### For Developers
## For Developers

<CardGroup cols={2}>

Expand Down Expand Up @@ -65,8 +49,4 @@ Unlike blockchain explorers on Ethereum that show all transactions, Canton explo
Common patterns for building integrations.
</Card>

<Card title="Canton Ecosystem" icon="globe" href="/integrations/ecosystem">
Explore the broader Canton Network ecosystem.
</Card>

</CardGroup>
Loading