Skip to content

Commit

Permalink
hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Aug 7, 2023
1 parent 150c3da commit 032d51b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/develop/dapps/ton-connect/integration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TON Connect for the Web with the JavaScript SDK
# Integration manual with the JavaScript SDK

In this tutorial, we’ll create a sample web app that supports TON Connect 2.0 authentication. It will allow for signature verification to eliminate the possibility of fraudulent identity impersonation without agreement establishment between parties.

Expand Down
3 changes: 3 additions & 0 deletions docs/develop/dapps/ton-connect/mobile.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TON Connect for Mobiles with the React Native

TODO: add description with TON Connect React UI SDK
2 changes: 1 addition & 1 deletion docs/develop/dapps/ton-connect/tg-bot-integration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TON Connect for Telegram bots
# TON Connect for Telegram Bots

In this tutorial, we’ll create a sample telegram bot that supports TON Connect 2.0 authentication using Javascript TON Connect SDK.
We will analyze connecting a wallet, sending a transaction, getting data about the connected wallet, and disconnecting a wallet.
Expand Down
3 changes: 3 additions & 0 deletions docs/develop/dapps/ton-connect/web.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TON Connect for the Web with the JavaScript SDK

TODO: add description with TON Connect UI + low-level SDK
17 changes: 9 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,18 +351,18 @@ const sidebars = {
},
{
type: 'doc',
id: 'develop/dapps/ton-connect/integration',
label: 'Web',
id: 'develop/dapps/ton-connect/web',
label: 'Websites'
},
{
type: 'doc',
id: 'develop/dapps/ton-connect/mobile',
label: 'Mobiles',
},
// {
// type: 'doc',
// id: 'develop/dapps/ton-connect/integration',
// label: 'Android, iOS',
// },
{
type: 'doc',
id: 'develop/dapps/ton-connect/tg-bot-integration',
label: 'Telegram bots',
label: 'Telegram Bots',
},
],
},
Expand All @@ -371,6 +371,7 @@ const sidebars = {
label: 'Guidelines',
items: [
'develop/dapps/ton-connect/developers',
'develop/dapps/ton-connect/integration',
'develop/dapps/ton-connect/transactions',
],
},
Expand Down

0 comments on commit 032d51b

Please sign in to comment.