Skip to content

Commit

Permalink
docs(distribute): fix images url in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
  • Loading branch information
alexey-igrychev committed Feb 8, 2023
1 parent 34009ac commit 8cc0501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_data/sidebars/_documentation.yml
Expand Up @@ -87,7 +87,7 @@ entries:
url: /usage/distribute/overview.html

- title: Images
url: /usage/distribute/bundles.html
url: /usage/distribute/images.html

- title: Bundles
url: /usage/distribute/bundles.html
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/sidebars/documentation.yml
Expand Up @@ -717,7 +717,7 @@ entries:
url: /usage/distribute/overview.html

- title: Images
url: /usage/distribute/bundles.html
url: /usage/distribute/images.html

- title: Bundles
url: /usage/distribute/bundles.html
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/reference/cli/werf_kubectl_get.md
Expand Up @@ -85,7 +85,7 @@ werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|temp
print headers).
-o, --output=''
Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile
|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns-file|custom-columns|wide See
|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns|custom-columns-file|wide See
custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom-columns],
golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath
template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
Expand Down

0 comments on commit 8cc0501

Please sign in to comment.