Skip to content
Draft
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
22 changes: 17 additions & 5 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@
"ecosystem/ton-connect/overview",
"ecosystem/ton-connect/dapp",
"ecosystem/ton-connect/wallet",
"ecosystem/ton-connect/manifest",
"ecosystem/ton-connect/qa-guide",
"ecosystem/ton-connect/message-lookup",
"ecosystem/ton-connect/manifest",
{
"group": "WalletKit",
"pages": [
Expand Down Expand Up @@ -154,10 +155,7 @@
"ecosystem/ton-connect/walletkit/android/transactions",
"ecosystem/ton-connect/walletkit/android/webview"
]
},
"ecosystem/ton-connect/walletkit/qa-guide",
"ecosystem/ton-connect/walletkit/native-web",
"ecosystem/ton-connect/walletkit/browser-extension"
}
]
}
]
Expand Down Expand Up @@ -3193,6 +3191,20 @@
"source": "/contract-dev/using-onchain-libraries",
"destination": "/contract-dev/using-on-chain-libraries",
"permanent": true
},
{
"source": "/ecosystem/ton-connect/walletkit/qa-guide",
"destination": "/ecosystem/ton-connect/qa-guide"
},
{
"source": "/ecosystem/ton-connect/walletkit/native-web",
"destination": "/ecosystem/ton-connect/walletkit/overview",
"permanent": true
},
{
"source": "/ecosystem/ton-connect/walletkit/browser-extension",
"destination": "/ecosystem/ton-connect/walletkit/overview",
"permanent": true
}
]
}
28 changes: 6 additions & 22 deletions ecosystem/ton-connect/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ Proceed with integration and usage recipes.
title="Common usage examples"
href="/ecosystem/ton-connect/dapp#usage"
/>

<Card
title="Integration QA Guide"
icon="book"
href="/ecosystem/ton-connect/qa-guide"
/>
</Columns>

Skim the related reference pages.
Expand Down Expand Up @@ -141,28 +147,6 @@ Or skim the related reference pages.
/>
</Columns>

For more, see the TON Connect articles from Google Docs.

<Columns cols={3}>
<Card
title="QA Guide"
icon="book"
href="/ecosystem/ton-connect/walletkit/qa-guide"
/>

<Card
title="Native or web wallets"
icon="book"
href="/ecosystem/ton-connect/walletkit/native-web"
/>

<Card
title="In-app or browser extension wallets"
icon="book"
href="/ecosystem/ton-connect/walletkit/browser-extension"
/>
</Columns>

{/* ## Complete integration recipes

Comprehensive guides that walk you through complete integration scenarios, covering everything from initial setup to production deployment. Each recipe includes code examples, best practices, and troubleshooting tips.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Integration QA guide
title: "TON Connect integration QA guide"
sidebarTitle: "Integration QA guide"
---

This document provides a complete guide for custodians integrating TON Connect - from understanding what to build to verifying your implementation works correctly.
Expand Down
24 changes: 0 additions & 24 deletions ecosystem/ton-connect/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,27 +72,3 @@ Read more about the TON Connect and WalletKit themselves:
href="/ecosystem/ton-connect/walletkit/overview"
/>
</Columns>

Skim the reference pages with more in-depth information:

<Columns cols={2}>
<Card
title="TON Connect manifests"
href="/ecosystem/ton-connect/manifest"
/>

<Card
title="WalletKit integration QA guide"
href="/ecosystem/ton-connect/walletkit/qa-guide"
/>

<Card
title="Native and web wallets"
href="/ecosystem/ton-connect/walletkit/native-web"
/>

<Card
title="Browser extensions and in-wallet browsers"
href="/ecosystem/ton-connect/walletkit/browser-extension"
/>
</Columns>
Loading