Skip to content

Commit

Permalink
fix(devx): remove duplicate section
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Aug 20, 2024
1 parent b1521f8 commit 1fe37cd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/content/sidebars/developer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@ const developer = [
'developer/getting-started/client-tssdk',
],
},
{
type: 'category',
label: 'From Solidity/EVM to Move',
collapsed: true,
link: {
type: 'doc',
id: 'developer/evm-to-move/evm-to-move',
},
items: [
'developer/evm-to-move/why-move',
'developer/evm-to-move/tooling-apis',
'developer/evm-to-move/creating-token',
'developer/evm-to-move/creating-nft',
],
},
{
type: 'category',
label: 'IOTA 101',
Expand Down

0 comments on commit 1fe37cd

Please sign in to comment.