mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 08:51:32 +00:00
docs: add rpc link to docs navbar and re-org sidebar (#3041)
* add rpc to docs navbar and close #3000 * Update config.js
This commit is contained in:
@ -19,7 +19,10 @@ module.exports = {
|
|||||||
indexName: 'tendermint',
|
indexName: 'tendermint',
|
||||||
debug: false
|
debug: false
|
||||||
},
|
},
|
||||||
nav: [{ text: "Back to Tendermint", link: "https://tendermint.com" }],
|
nav: [
|
||||||
|
{ text: "Back to Tendermint", link: "https://tendermint.com" },
|
||||||
|
{ text: "RPC", link: "../rpc/" }
|
||||||
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
title: "Introduction",
|
title: "Introduction",
|
||||||
@ -31,6 +34,20 @@ module.exports = {
|
|||||||
"/introduction/what-is-tendermint"
|
"/introduction/what-is-tendermint"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Apps",
|
||||||
|
collapsable: false,
|
||||||
|
children: [
|
||||||
|
"/app-dev/getting-started",
|
||||||
|
"/app-dev/abci-cli",
|
||||||
|
"/app-dev/app-architecture",
|
||||||
|
"/app-dev/app-development",
|
||||||
|
"/app-dev/subscribing-to-events-via-websocket",
|
||||||
|
"/app-dev/indexing-transactions",
|
||||||
|
"/app-dev/abci-spec",
|
||||||
|
"/app-dev/ecosystem"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Tendermint Core",
|
title: "Tendermint Core",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
@ -49,15 +66,6 @@ module.exports = {
|
|||||||
"/tendermint-core/validators"
|
"/tendermint-core/validators"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Tools",
|
|
||||||
collapsable: false,
|
|
||||||
children: [
|
|
||||||
"/tools/",
|
|
||||||
"/tools/benchmarking",
|
|
||||||
"/tools/monitoring"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Networks",
|
title: "Networks",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
@ -68,17 +76,12 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Apps",
|
title: "Tools",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: [
|
children: [
|
||||||
"/app-dev/getting-started",
|
"/tools/",
|
||||||
"/app-dev/abci-cli",
|
"/tools/benchmarking",
|
||||||
"/app-dev/app-architecture",
|
"/tools/monitoring"
|
||||||
"/app-dev/app-development",
|
|
||||||
"/app-dev/subscribing-to-events-via-websocket",
|
|
||||||
"/app-dev/indexing-transactions",
|
|
||||||
"/app-dev/abci-spec",
|
|
||||||
"/app-dev/ecosystem"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user