From f4e4f822d594b7322f29d60023532e6ed06b1870 Mon Sep 17 00:00:00 2001 From: SwiftAdviser Date: Sun, 13 Aug 2023 15:18:41 +0200 Subject: [PATCH] menu fixes --- docusaurus.config.js | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index a69a55d33f..736a459b35 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -250,18 +250,17 @@ const config = { label: 'Start with Onboarding Tutorials', }, { - to: 'https://ton-community.github.io/tutorials/03-client/', + to: '/develop/dapps/ton-connect/twa', label: 'Build your first Web App', }, { - to: 'develop/dapps/ton-connect/overview', - label: 'Integrate with Wallets', + to: '/develop/dapps', + label: 'Dive into DApps Development', }, { - to: 'develop/dapps/', - label: 'Guides & Examples', + to: '/develop/dapps/tutorials/jetton-minter', + label: 'Mint your first Token (Jetton)', }, - ], }, { @@ -272,7 +271,11 @@ const config = { items: [ { to: 'develop/dapps/apis', - label: 'Understand APIs', + label: 'Understand API Types', + }, + { + to: 'develop/dapps/apis/sdk', + label: 'Choose an SDK', }, { to: 'develop/dapps/defi/coins',