Skip to content

Commit

Permalink
Merge pull request #1051: reenable displying params in gov docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwalk committed Nov 15, 2021
1 parent 73f91ec commit ad20b3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const p = require('../governance/current-parameters.json');

module.exports = {
theme: "cosmos",
title: "Cosmos Hub",
Expand All @@ -8,6 +10,7 @@ module.exports = {
docsDir: "docs",
editLinks: true,
label: "hub",
currentParameters: p,
topbar: {
banner: true,
},
Expand Down

0 comments on commit ad20b3f

Please sign in to comment.