We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711bd75 commit e9f751bCopy full SHA for e9f751b
website/sidebars.ts
@@ -94,11 +94,11 @@ const sidebars: SidebarsConfig = {
94
type: 'category',
95
label: 'Transaction types',
96
items: [
97
- 'developers/transactions/user-commands',
+ 'developers/transactions/coinbase',
98
+ 'developers/transactions/fee-transfers',
99
'developers/transactions/payments',
100
+ 'developers/transactions/user-commands',
101
'developers/transactions/delegations',
- 'developers/transactions/fee-transfers',
- 'developers/transactions/coinbase',
102
'developers/transactions/zkapps',
103
],
104
},
0 commit comments