Skip to content

Commit

Permalink
📝 docs: organize config.mts (#108)
Browse files Browse the repository at this point in the history
* 📝 docs: organize config.mts

* remove resolve* from site config
  • Loading branch information
Sabnock01 authored Sep 20, 2023
1 parent 17776c4 commit 548c233
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions site/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineConfig({
},
{
text: 'simulateWithdrawERC20',
link: '/docs/actions/public/L2/simulateWithdrawETH',
link: '/docs/actions/public/L2/simulateWithdrawERC20',
},
],
},
Expand All @@ -102,26 +102,34 @@ export default defineConfig({
link: '/docs/actions/wallet/L1/writeDepositETH',
},
{
text: 'writeUnsafeDepositTransaction',
link: '/docs/actions/wallet/L1/writeUnsafeDepositTransaction',
text: 'writeFinalizeWithdrawalTransaction',
link: '/docs/actions/wallet/L1/writeFinalizeWithdrawalTransaction',
},
{
text: 'writeSendMessage',
link: '/docs/actions/wallet/L1/writeSendMessage',
text: 'writeOpStackL1',
link: '/docs/actions/wallet/L1/writeOpStackL1',
},
{
text: 'writeProveWithdrawalTransaction',
link: '/docs/actions/wallet/L1/writeProveWithdrawalTransaction',
},
{
text: 'writeFinalizeWithdrawalTransaction',
link: '/docs/actions/wallet/L1/writeFinalizeWithdrawalTransaction',
text: 'writeSendMessage',
link: '/docs/actions/wallet/L1/writeSendMessage',
},
{
text: 'writeUnsafeDepositTransaction',
link: '/docs/actions/wallet/L1/writeUnsafeDepositTransaction',
},
],
},
{
text: 'L2',
items: [
{
text: 'writeOpStackL2',
link: '/docs/actions/wallet/L2/writeOpStackL2',
},
{
text: 'writeWithdrawETH',
link: '/docs/actions/wallet/L2/writeWithdrawETH',
Expand Down

0 comments on commit 548c233

Please sign in to comment.