From 8cc0501d3b101bc1e7fb93240f08892e5ab10afd Mon Sep 17 00:00:00 2001 From: Aleksei Igrychev Date: Wed, 8 Feb 2023 22:06:15 +0000 Subject: [PATCH] docs(distribute): fix images url in sidebar Signed-off-by: Aleksei Igrychev --- docs/_data/sidebars/_documentation.yml | 2 +- docs/_data/sidebars/documentation.yml | 2 +- docs/_includes/reference/cli/werf_kubectl_get.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_data/sidebars/_documentation.yml b/docs/_data/sidebars/_documentation.yml index 421b7c3ded..1741811046 100644 --- a/docs/_data/sidebars/_documentation.yml +++ b/docs/_data/sidebars/_documentation.yml @@ -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 diff --git a/docs/_data/sidebars/documentation.yml b/docs/_data/sidebars/documentation.yml index 8bd92b18a4..edd5e620bc 100644 --- a/docs/_data/sidebars/documentation.yml +++ b/docs/_data/sidebars/documentation.yml @@ -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 diff --git a/docs/_includes/reference/cli/werf_kubectl_get.md b/docs/_includes/reference/cli/werf_kubectl_get.md index 30ea656bc8..ffb5d3da07 100644 --- a/docs/_includes/reference/cli/werf_kubectl_get.md +++ b/docs/_includes/reference/cli/werf_kubectl_get.md @@ -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/].