2020-05-28 22:11:30 +00:00
|
|
|
module.exports = {
|
2021-11-10 19:44:02 +00:00
|
|
|
"theme": "cosmos",
|
|
|
|
"title": "Kava Documentation",
|
|
|
|
"themeConfig": {
|
|
|
|
"logo": {
|
|
|
|
"src": "/logo.svg"
|
2020-05-28 22:11:30 +00:00
|
|
|
},
|
2021-11-10 19:44:02 +00:00
|
|
|
"custom": true,
|
|
|
|
"sidebar": {
|
|
|
|
"auto": false,
|
|
|
|
"nav": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Intro to Kava Platform",
|
|
|
|
"children": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Application Process",
|
|
|
|
"path": "/education/application_process.html"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
2021-11-10 19:44:02 +00:00
|
|
|
{
|
|
|
|
"title": "Development Process",
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"title": "Kava DAO Governance",
|
|
|
|
"path": "/education/kava_dao_governance.html",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Testnet",
|
|
|
|
"path": "/education/testnet.html",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Mainnet upgrade",
|
|
|
|
"path": "/education/mainnet_upgrade.html",
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2020-07-03 09:00:29 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Getting Started - Developers",
|
|
|
|
"children": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Hello Kava",
|
|
|
|
"path": "/education/hello_kava.html"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Javascript SDK",
|
|
|
|
"path": "/building/javascript-sdk.html"
|
2020-08-31 13:46:39 +00:00
|
|
|
},
|
2020-09-15 11:20:35 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Run Validator Node",
|
|
|
|
"path": "/validator_guide"
|
2020-09-15 11:20:35 +00:00
|
|
|
},
|
2020-08-31 13:46:39 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Run Bots",
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"title": "Sentinel Bot",
|
|
|
|
"path": "/tools/sentinel.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Auction Bot",
|
|
|
|
"path": "/tools/auction.html"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Migration Guide",
|
|
|
|
"path": "/kava-8",
|
|
|
|
"directory": true
|
2020-07-03 09:00:29 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Resources",
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"title": "Lite Paper",
|
|
|
|
"path": "/education/lite_paper.html"
|
|
|
|
},
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Community Tools",
|
|
|
|
"path": "/tools/community.html"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Module Specs",
|
|
|
|
"path": "/Modules",
|
|
|
|
"directory": true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "CLI Docs",
|
|
|
|
"path": "/education/user_actions/",
|
|
|
|
"directory": true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "REST API Spec",
|
|
|
|
"path": "https://swagger.kava.io/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": "Protocol Reference",
|
|
|
|
"path": "https://pkg.go.dev/github.com/kava-labs/kava?tab=subdirectories"
|
2020-07-03 09:00:29 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-11-10 19:44:02 +00:00
|
|
|
"footer": {
|
|
|
|
"logo": "/logo.svg",
|
|
|
|
"textLink": {
|
|
|
|
"text": "kava.io",
|
|
|
|
"url": "https://www.kava.io"
|
2020-06-02 01:49:13 +00:00
|
|
|
},
|
2021-11-10 19:44:02 +00:00
|
|
|
"services": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"service": "twitter",
|
|
|
|
"url": "https://twitter.com/kava_platform"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"service": "medium",
|
|
|
|
"url": "https://medium.com/kava-labs"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"service": "telegram",
|
|
|
|
"url": "https://t.me/kavalabs"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"service": "discord",
|
|
|
|
"url": "https://discord.gg/JJYnuCx"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"service": "github",
|
|
|
|
"url": "https://github.com/kava-labs"
|
2020-07-03 09:00:29 +00:00
|
|
|
}
|
|
|
|
],
|
2021-11-10 19:44:02 +00:00
|
|
|
"smallprint": "© 2021 Kava Labs.",
|
|
|
|
"links": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Community",
|
|
|
|
"children": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Blog",
|
|
|
|
"url": "https://medium.com/kava-labs"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Chat",
|
|
|
|
"url": "https://t.me/kavalabs"
|
2020-07-03 09:00:29 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Contributing",
|
|
|
|
"children": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Contributing to the docs",
|
|
|
|
"url": "https://github.com/Kava-Labs/kava/tree/master/docs"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Source code on GitHub",
|
|
|
|
"url": "https://github.com/Kava-Labs/kava"
|
2020-07-03 09:00:29 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Related Docs",
|
|
|
|
"children": [
|
2020-07-03 09:00:29 +00:00
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Cosmos SDK",
|
|
|
|
"url": "https://cosmos.network/docs"
|
2020-07-03 09:00:29 +00:00
|
|
|
},
|
|
|
|
{
|
2021-11-10 19:44:02 +00:00
|
|
|
"title": "Binance Chain",
|
|
|
|
"url": "https://docs.binance.org"
|
2020-07-03 09:00:29 +00:00
|
|
|
}
|
|
|
|
]
|
2021-11-10 19:44:02 +00:00
|
|
|
}
|
2020-07-03 09:00:29 +00:00
|
|
|
]
|
|
|
|
}
|
2020-06-02 01:49:13 +00:00
|
|
|
}
|
2021-11-10 19:44:02 +00:00
|
|
|
}
|