Skip to content

Commit

Permalink
docs: update master docs (#8353)
Browse files Browse the repository at this point in the history
* bump docs theme to 1.0.180

* add v0.40 to config.js versions

* Fix code snippet link

* reorganize order of versions
* 0.39, 0.41, master
* defaulting to 0.41

Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Amaury Martiny <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 23, 2021
1 parent f2ee972 commit 4c70268
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 109 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ module.exports = {
"label": "v0.39",
"key": "v0.39"
},
{
"label": "v0.41",
"key": "v0.41"
},
{
"label": "master",
"key": "master"
Expand Down
2 changes: 1 addition & 1 deletion docs/core/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This `queryCmd` function adds all the queries available to end-users for the app

Here is an example of a `queryCmd` aggregating subcommands from the `simapp` application:

+++ https://github.com/cosmos/cosmos-sdk/blob/0.40.0/simapp/simd/cmd/root.go#L99-L121
+++ https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/simapp/simd/cmd/root.go#L99-L121

## Flags

Expand Down
216 changes: 108 additions & 108 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c70268

Please sign in to comment.