Skip to content

Commit

Permalink
Merge pull request #106 from trilitech/feat/update-web-app-tutorial
Browse files Browse the repository at this point in the history
Update web app tutorial
  • Loading branch information
timothymcmackin authored Oct 9, 2023
2 parents a1817f7 + ee24745 commit 6d7a2e3
Show file tree
Hide file tree
Showing 6 changed files with 1,421 additions and 1,400 deletions.
14 changes: 11 additions & 3 deletions src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,23 @@ const tutorialNavigation = [
href: '/tutorials/build-your-first-app',
children: [
{
title: 'Wallets and user tokens',
title: "Introduction",
href: '/tutorials/build-your-first-app',
},
{
title: 'Part 1: Setting up the application',
href: '/tutorials/build-your-first-app/setting-up-app'
},
{
title: 'Part 2: Accessing wallets and tokens',
href: '/tutorials/build-your-first-app/wallets-tokens',
},
{
title: 'Swapping tokens',
title: 'Part 3: Swapping tokens',
href: '/tutorials/build-your-first-app/swapping-tokens',
},
{
title: 'Adding and removing liquidity',
title: 'Part 4: Adding and removing liquidity',
href: '/tutorials/build-your-first-app/adding-removing-liquidity',
},
],
Expand Down
Loading

0 comments on commit 6d7a2e3

Please sign in to comment.