From 0cc39cc027722cb09489a8d89f87f2a4d7a5f21d Mon Sep 17 00:00:00 2001 From: Cyrus Goh Date: Tue, 8 Dec 2020 04:53:33 -0800 Subject: [PATCH] =?UTF-8?q?docs:=20docs-staging=20=E2=86=92=20master=20(#8?= =?UTF-8?q?084)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix package-lock * Fix package-lock * update package-lock * bump docs theme to 1.0.171 * Fix typo, chinese character in URL * update dead doc links * bump docs theme to 1.0.172 * [favicons] add favicons * makefile: change build-docs target for shells other than bash * docs: set master as default version * docs: add v0.40.x to versions * bump vuepress-theme-cosmos 1.0.175 * docs: fix broken url in cn/basics/app-anatomy.md * bump docs theme to 1.0.176 * add versions to config.js * docs: bump docs theme to 1.0.177 * docs: bump docs theme to 1.0.178 * docs: tweak config.js versions with label and key Co-authored-by: Denis Fadeev Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: vms Co-authored-by: Helder Moreira Co-authored-by: Amaury Martiny Co-authored-by: Alessio Treglia Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- docs/.vuepress/config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c323447ee3..0c487c3ee0 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -37,6 +37,16 @@ module.exports = { key: "ac317234e6a42074175369b2f42e9754", index: "cosmos-sdk" }, + versions: [ + { + "label": "v0.39", + "key": "v0.39" + }, + { + "label": "master", + "key": "master" + } + ], topbar: { banner: true },