mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 08:15:19 +00:00
reordering stuff
This commit is contained in:
parent
bbf37bdad3
commit
bcf4b11d7b
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user