2018-08-15 16:06:37 -07:00
|
|
|
module.exports = {
|
2018-12-01 09:54:59 -08:00
|
|
|
title: "Cosmos SDK Documentation",
|
|
|
|
description: "Documentation for the Cosmos SDK and Gaia.",
|
2018-10-15 21:11:57 -07:00
|
|
|
ga: "UA-51029217-2",
|
2018-08-27 09:34:16 -07:00
|
|
|
dest: "./dist/docs",
|
2018-08-28 07:18:06 -07:00
|
|
|
base: "/docs/",
|
2018-08-15 16:06:37 -07:00
|
|
|
markdown: {
|
|
|
|
lineNumbers: true
|
|
|
|
},
|
|
|
|
themeConfig: {
|
|
|
|
lastUpdated: "Last Updated",
|
|
|
|
nav: [{ text: "Back to Cosmos", link: "https://cosmos.network" }],
|
|
|
|
sidebar: [
|
|
|
|
{
|
2018-11-14 11:44:17 -08:00
|
|
|
title: "Overview",
|
2018-08-15 16:06:37 -07:00
|
|
|
collapsable: false,
|
|
|
|
children: [
|
2018-11-14 14:32:41 -08:00
|
|
|
"/intro/",
|
2018-11-14 11:44:17 -08:00
|
|
|
"/intro/sdk-app-architecture",
|
|
|
|
"/intro/ocap"
|
2018-08-15 16:06:37 -07:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2018-11-14 11:44:17 -08:00
|
|
|
title: "Gaia",
|
2018-08-15 16:06:37 -07:00
|
|
|
collapsable: false,
|
|
|
|
children: [
|
2018-11-14 11:44:17 -08:00
|
|
|
"/gaia/installation",
|
|
|
|
"/gaia/join-testnet",
|
2018-11-15 11:54:54 -08:00
|
|
|
"/gaia/validators/validator-setup",
|
2018-11-14 11:44:17 -08:00
|
|
|
"/gaia/validators/overview",
|
|
|
|
"/gaia/validators/security",
|
|
|
|
"/gaia/validators/validator-faq",
|
2018-12-01 09:54:59 -08:00
|
|
|
"/gaia/deploy-testnet",
|
2018-11-15 11:54:54 -08:00
|
|
|
"/gaia/ledger",
|
|
|
|
"/gaia/gaiacli"
|
2018-08-15 16:06:37 -07:00
|
|
|
]
|
|
|
|
},
|
2018-10-03 10:11:34 -07:00
|
|
|
{
|
2018-12-03 08:23:49 -08:00
|
|
|
title: "Tutorial",
|
|
|
|
collapsable: false,
|
|
|
|
children: [
|
|
|
|
"/tutorial/",
|
|
|
|
"/tutorial/app-design",
|
|
|
|
"/tutorial/app-init",
|
|
|
|
"/tutorial/keeper",
|
|
|
|
"/tutorial/msgs-handlers",
|
|
|
|
"/tutorial/set-name",
|
|
|
|
"/tutorial/buy-name",
|
|
|
|
"/tutorial/queriers",
|
|
|
|
"/tutorial/codec",
|
|
|
|
"/tutorial/cli",
|
2018-12-12 12:56:57 -08:00
|
|
|
"/tutorial/rest",
|
2018-12-03 08:23:49 -08:00
|
|
|
"/tutorial/app-complete",
|
|
|
|
"/tutorial/entrypoint",
|
|
|
|
"/tutorial/dep",
|
2018-12-12 08:37:35 -08:00
|
|
|
"/tutorial/build-run",
|
|
|
|
"/tutorial/run-rest"
|
2018-12-03 08:23:49 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: "Clients",
|
2018-10-03 10:11:34 -07:00
|
|
|
collapsable: false,
|
|
|
|
children: [
|
2018-11-14 14:32:41 -08:00
|
|
|
"/clients/",
|
2018-11-14 11:44:17 -08:00
|
|
|
"/clients/cli",
|
2018-11-14 14:32:41 -08:00
|
|
|
"/clients/service-providers",
|
|
|
|
"/clients/lite/", // this renders the readme
|
|
|
|
"/clients/lite/getting_started",
|
|
|
|
"/clients/lite/specification"
|
2018-11-14 11:44:17 -08:00
|
|
|
]
|
2018-08-15 16:06:37 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|