Skip to content

Commit

Permalink
cmd ref: better order in subcommands (nav sidebar)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Apr 7, 2020
1 parent c5ae639 commit 774edc7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,17 +266,17 @@
"label": "metrics modify",
"slug": "modify"
},
{
"label": "metrics show",
"slug": "show"
},
{
"label": "metrics diff",
"slug": "diff"
},
{
"label": "metrics remove",
"slug": "remove"
},
{
"label": "metrics show",
"slug": "show"
}
]
},
Expand Down Expand Up @@ -320,14 +320,14 @@
"label": "remote default",
"slug": "default"
},
{
"label": "remote list",
"slug": "list"
},
{
"label": "remote modify",
"slug": "modify"
},
{
"label": "remote list",
"slug": "list"
},
{
"label": "remote remove",
"slug": "remove"
Expand Down

0 comments on commit 774edc7

Please sign in to comment.