Skip to content

Commit

Permalink
Merge pull request #412 from reveloper/weekly_update_44
Browse files Browse the repository at this point in the history
TMA-section-update
  • Loading branch information
reveloper authored Nov 6, 2023
2 parents c74d162 + ae54d73 commit b908f98
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 28 deletions.
4 changes: 2 additions & 2 deletions docs/develop/dapps/telegram-apps/step-by-step-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Step-By-Step Guide
# TMA Launch Tutorial

Telegram Mini Apps are web applications that run inside the Telegram messenger. They are built using web technologies — HTML, CSS, and JavaScript. Telegram Mini Apps can be used to create DApps, games, and other types of apps that can be run inside Telegram.
Telegram Mini Apps (TMA) are web applications that run inside the Telegram messenger. They are built using web technologies — HTML, CSS, and JavaScript. Telegram Mini Apps can be used to create DApps, games, and other types of apps that can be run inside Telegram.

## Create your App

Expand Down
48 changes: 26 additions & 22 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,41 +276,45 @@ const config = {
label: 'DApps',
items: [
{
to: 'develop/dapps/apis',
label: 'Understand API Types',
to: '/develop/dapps/telegram-apps/',
label: 'TMA Development',
},
{
to: 'develop/dapps/apis/sdk',
label: 'Choose an SDK',
to: 'develop/dapps/apis',
label: 'APIs',
},
{
to: 'develop/dapps/defi/coins',
label: 'Native token: Toncoin',
to: 'develop/dapps/apis/sdk',
label: 'SDKs',
},
{
to: 'develop/dapps/asset-processing',
label: 'Payments processing',
},
{
to: 'develop/dapps/asset-processing/jettons',
label: 'Jetton (Tokens) processing',
},
{
to: '/develop/dapps/asset-processing/nfts',
label: 'NFT processing',
},
{
to: '/develop/dapps/asset-processing/metadata',
label: 'TON Metadata Parsing',
},
{
label: 'Transaction Processing',
},
// {
// to: 'develop/dapps/asset-processing/jettons',
// label: 'Jetton (Tokens) processing',
// },
// {
// to: '/develop/dapps/asset-processing/nfts',
// label: 'NFT processing',
// },
// {
// to: '/develop/dapps/asset-processing/metadata',
// label: 'TON Metadata Parsing',
// },
{
to: 'develop/dapps/defi/coins',
label: 'DeFi Development',
},
/* {
to: 'develop/dapps/defi/subscriptions',
label: 'Subscriptions',
},
{
to: 'develop/dapps/defi/ton-payments',
label: 'TON Payments',
},
},*/
],
},
{
Expand Down
20 changes: 16 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,26 @@ const sidebars = {
type: 'category',
label: 'Telegram Mini Apps',
items: [
'develop/dapps/telegram-apps/README',
'develop/dapps/telegram-apps/step-by-step-guide',
'develop/dapps/telegram-apps/app-examples',
'develop/dapps/telegram-apps/README',
'develop/dapps/telegram-apps/grants',
{
type: 'category',
label: 'Guidelines',
items: [
'develop/dapps/telegram-apps/testing-apps',
'develop/dapps/telegram-apps/publishing',
'develop/dapps/telegram-apps/monetization',
'develop/dapps/telegram-apps/grants',
'develop/dapps/telegram-apps/tips-and-tricks',
],
},
{
type: 'category',
label: 'Tutorials & Examples',
items: [
'develop/dapps/telegram-apps/step-by-step-guide',
'develop/dapps/telegram-apps/app-examples',
],
},


],
Expand Down

0 comments on commit b908f98

Please sign in to comment.