mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-24 15:25:18 +00:00
reordering stuff
This commit is contained in:
parent
bbf37bdad3
commit
bcf4b11d7b
@ -24,7 +24,7 @@ module.exports = {
|
|||||||
"path": "/education/kava_dao_governance.html",
|
"path": "/education/kava_dao_governance.html",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Testnet",
|
"title": "Testnet",
|
||||||
"path": "/education/testnet.html",
|
"path": "/education/testnet.html",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -82,14 +82,87 @@ module.exports = {
|
|||||||
"path": "/tools/community.html"
|
"path": "/tools/community.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Module Specs",
|
"title": "Module Specs",
|
||||||
"path": "/Modules",
|
"path": "/Modules",
|
||||||
"directory": true,
|
"directory": true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"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