Skip to content

Commit

Permalink
fix sidebar order
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Nov 14, 2024
1 parent 42ae5e6 commit 4bec379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/sidebars/developer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const developer = [
label: 'Typescript SDK',
href: '/references/ts-sdk/typescript',
},
'developer/iota-101/using-events',
],
},
{
Expand Down Expand Up @@ -106,6 +107,7 @@ const developer = [
'developer/iota-101/move-overview/patterns/id-pointer',
],
},
'developer/iota-101/access-time',
'developer/iota-101/move-overview/conventions',
],
},
Expand Down Expand Up @@ -212,8 +214,6 @@ const developer = [
label: 'NFT',
items: ['developer/iota-101/nft/create-nft', 'developer/iota-101/nft/rent-nft'],
},
'developer/iota-101/using-events',
'developer/iota-101/access-time',
{
type: 'category',
label: 'Cryptography',
Expand Down

0 comments on commit 4bec379

Please sign in to comment.