reordering stuff

This commit is contained in:
Sam Hadi 2021-11-10 15:51:11 -08:00
parent bbf37bdad3
commit bcf4b11d7b
2 changed files with 77 additions and 4 deletions

View File

@ -88,8 +88,81 @@ module.exports = {
}, },
{ {
"title": "CLI Docs", "title": "CLI Docs",
"path": "/education/user_actions/", "children": [
"directory": true, {
"title": "General",
"children": [
{
"title": "Quick Guide",
"path": "/education/user_actions/General/quick_guide.html"
}
]
}
,
{
"title": "CDP",
"children": [
{
"title": "Create",
"path": "/education/user_actions/CDP/cdp_create.html",
},
{
"title": "Deposit",
"path": "/education/user_actions/CDP/cdp_deposit.html",
},
{
"title": "Draw",
"path": "/education/user_actions/CDP/cdp_draw.html",
},
{
"title": "Repay",
"path": "/education/user_actions/CDP/cdp_repay.html",
},
{
"title": "Withdraw",
"path": "/education/user_actions/CDP/cdp_withdraw.html",
}
],
},
{
"title": "HARD",
"children": [
{
"title": "Deposit",
"path": "/education/user_actions/HARD/hard_deposit.html",
},
{
"title": "Borrow",
"path": "/education/user_actions/HARD/hard_borrow.html",
},
{
"title": "Repay",
"path": "/education/user_actions/HARD/hard_repay.html",
},
{
"title": "Withdraw",
"path": "/education/user_actions/HARD/hard_withdraw.html",
}
],
},
{
"title": "SWAP",
"children": [
{
"title": "Deposit",
"path": "/education/user_actions/SWAP/swap_deposit.html",
},
{
"title": "Swap Tokens",
"path": "/education/user_actions/SWAP/swap_tokens.html",
},
{
"title": "Withdraw",
"path": "/education/user_actions/SWAP/swap_withdraw.html",
}
],
},
],
}, },
{ {
"title": "REST API Spec", "title": "REST API Spec",