mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-17 15:11:21 +00:00
docs: add edit on Github links (#3014)
This commit is contained in:
@ -8,6 +8,11 @@ module.exports = {
|
|||||||
lineNumbers: true
|
lineNumbers: true
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
repo: "tendermint/tendermint",
|
||||||
|
editLinks: true,
|
||||||
|
docsDir: "docs",
|
||||||
|
docsBranch: "develop",
|
||||||
|
editLinkText: 'Edit this page on Github',
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
algolia: {
|
algolia: {
|
||||||
apiKey: '59f0e2deb984aa9cdf2b3a5fd24ac501',
|
apiKey: '59f0e2deb984aa9cdf2b3a5fd24ac501',
|
||||||
|
Reference in New Issue
Block a user