Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <billy.rennekamp@gmail.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 4c70268)

# Conflicts:
#	docs/package-lock.json
lovincyrus authored and mergify-bot committed Feb 23, 2021
1 parent 02aa30e commit ef7f8c7
Showing 3 changed files with 135 additions and 87 deletions.
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -42,6 +42,10 @@ module.exports = {
"label": "v0.39",
"key": "v0.39"
},
{
"label": "v0.41",
"key": "v0.41"
},
{
"label": "master",
"key": "master"
2 changes: 1 addition & 1 deletion docs/core/cli.md
Original file line number Diff line number Diff line change
@@ -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

216 changes: 130 additions & 86 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 ef7f8c7

Please sign in to comment.