Skip to content

Commit

Permalink
checkpoint: add add fees to swap doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xYankee-Raccoons committed Nov 26, 2024
1 parent 70e258a commit c74ccf5
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions sidebars-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,39 @@ const sidebars = {
collapsed: false,
items: [
{
type: 'autogenerated',
dirName: '100-swap-api',
type: 'doc',
id: 'swap-api/get-quote',
label: 'Get Quote',
},
{
type: 'doc',
id: 'swap-api/build-swap-transaction',
label: 'Send Swap Transaction',
},
{
type: 'doc',
id: 'swap-api/send-swap-transaction',
label: 'Build Swap Transaction',
},
],
},
{
type: 'html',
value: '<li class="sidebar-line-break"></li>',
},
{
type: 'category',
label: 'Swap API Guides',
collapsible: false,
collapsed: false,
items: [
{
type: 'doc',
id: 'swap-api/add-fees-to-swap',
label: 'Add Fees To Swap',
},
],
},
],
};

Expand Down

0 comments on commit c74ccf5

Please sign in to comment.