Skip to content

Commit

Permalink
📝 docs: organize config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabnock01 committed Sep 18, 2023
1 parent c66f570 commit 670e45c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
31 changes: 24 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 Expand Up @@ -171,6 +179,15 @@ export default defineConfig({
},
],
},
{
text: 'General',
items: [
{
text: 'resolveL1OpStackContractAddress',
link: '/docs/utilities/general/resolveL1OpStackContractAddress',
},
],
},
],
},
{
Expand Down
Empty file.
Empty file.

0 comments on commit 670e45c

Please sign in to comment.