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
18 changes: 1 addition & 17 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
"pages": [
"use-cases/payment-detection",
"use-cases/invoicing",
"use-cases/payouts",
"use-cases/payroll",
"use-cases/checkout",
"use-cases/subscriptions"
"use-cases/checkout"
]
}
]
Expand Down Expand Up @@ -179,19 +176,6 @@
]
}
]
},
{
"tab": "Release Notes",
"groups": [
{
"group": "📋 Release Notes",
"pages": [
"release-notes/index",
"release-notes/request-api",
"release-notes/easy-invoice"
]
}
]
}
]
},
Expand Down
24 changes: 12 additions & 12 deletions use-cases/payment-processing-demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ import { DemoContainer } from '/snippets/demo-container.jsx'

<div style={{ marginBottom: '0.5rem' }}>
<CardGroup cols={3}>
<Card
title="🔍 Payment Detection"
href="/use-cases/payment-detection"
icon="magnifying-glass-dollar"
>
Track incoming payments automatically and reconcile transactions in real time
</Card>

<Card
title="📄 Invoicing"
href="/use-cases/invoicing"
Expand All @@ -50,19 +58,11 @@ import { DemoContainer } from '/snippets/demo-container.jsx'
</Card>

<Card
title="💸 Payouts"
href="/use-cases/payouts"
icon="money-bill-transfer"
>
Send batch payments to multiple recipients with automatic tracking
</Card>

<Card
title="💰 Payroll"
href="/use-cases/payroll"
icon="users"
title="🛒 Checkout"
href="/use-cases/checkout"
icon="cart-shopping"
>
Pay your team in crypto with automated payroll runs
Accept crypto payments in your checkout flow with built-in request tracking
</Card>
</CardGroup>
</div>
Expand Down
16 changes: 4 additions & 12 deletions use-cases/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ import { DemoContainer } from '/snippets/demo-container.jsx'
href="/use-cases/payment-detection"
icon="briefcase"
>
Explore specific business scenarios: payment detection, invoicing, payouts, payroll, checkout, and subscriptions
Explore specific business scenarios: payment detection, invoicing, and checkout
</Card>

<Card
title="API Features"
href="/api-features/payment-types"
href="/api-features/payment-types-overview"
icon="code"
>
The easiest way to integrate. Payment types, webhooks, and developer tools.
Expand All @@ -78,7 +78,7 @@ import { DemoContainer } from '/snippets/demo-container.jsx'
</div>

<div style={{ marginBottom: '3rem' }}>
<CardGroup cols={3}>
<CardGroup cols={2}>
<Card
title="🌐 Resources"
href="/resources/supported-chains-and-currencies"
Expand All @@ -88,19 +88,11 @@ import { DemoContainer } from '/snippets/demo-container.jsx'
</Card>
<Card
title="SDK (Legacy)"
href="/sdk-legacy/migration-guide"
href="/sdk-legacy/overview"
icon="clock"
>
Legacy SDK and protocol documentation for advanced users
</Card>

<Card
title="📋 Release Notes"
href="/release-notes/index"
icon="newspaper"
>
Stay updated with the latest features and improvements
</Card>
</CardGroup>
</div>
</div>