diff --git a/docs/_data/sidebars/documentation.yml b/docs/_data/sidebars/documentation.yml index b4019322a0..9cadfa5b64 100644 --- a/docs/_data/sidebars/documentation.yml +++ b/docs/_data/sidebars/documentation.yml @@ -647,39 +647,19 @@ entries: - title: Build f: - - title: Overview (NEW) + - title: Overview url: /usage/build_draft/overview.html - - title: Images configuration (NEW) + - title: Image configuration url: /usage/build_draft/images.html - title: Build process - url: /usage/build/build_process.html + url: /usage/build_draft/building.html - - title: Stages and storage - url: /usage/build/stages_and_storage.html + - title: Storage layout + url: /usage/build_draft/storage.html - - title: Storage layouts - url: /usage/build/storage_layouts.html - - - title: Buildah mode - url: /usage/build/buildah_mode.html - - - title: Synchronization in werf - url: /usage/build/synchronization.html - - - title: Run in containers - f: - - title: How it works - url: /usage/build/run_in_containers/how_it_works.html - - - title: Use Docker container - url: /usage/build/run_in_containers/use_docker_container.html - - - title: Use Kubernetes - url: /usage/build/run_in_containers/use_kubernetes.html - - - title: Building images with Stapel (UPDATED) + - title: Building images with Stapel f: - title: Overview url: /usage/build_draft/stapel/overview.html @@ -803,39 +783,19 @@ entries: - title: Сборка f: - - title: Обзор (НОВИНКА) + - title: Обзор url: /usage/build_draft/overview.html - - title: Конфигурация образов (НОВИНКА) + - title: Конфигурация образов url: /usage/build_draft/images.html - - title: Процесс сборки - url: /usage/build/build_process.html - - - title: Стадии и хранилище - url: /usage/build/stages_and_storage.html + - title: Сборочный процесс + url: /usage/build_draft/building.html - title: Организация хранилища стадий - url: /usage/build/storage_layouts.html - - - title: Buildah - url: /usage/build/buildah_mode.html - - - title: Синхронизация в werf - url: /usage/build/synchronization.html - - - title: Запуск в контейнерах - f: - - title: Принципы работы - url: /usage/build/run_in_containers/how_it_works.html - - - title: В Docker-контейнере - url: /usage/build/run_in_containers/use_docker_container.html - - - title: В Kubernetes - url: /usage/build/run_in_containers/use_kubernetes.html + url: /usage/build_draft/storage.html - - title: Сборка образов с помощью Stapel (ОБНОВЛЕНИЕ) + - title: Сборка образов с помощью Stapel f: - title: Обзор url: /usage/build_draft/stapel/overview.html diff --git a/docs/_includes/reference/cli/werf_kubectl_get.md b/docs/_includes/reference/cli/werf_kubectl_get.md index 30ea656bc8..91dd5d408e 100644 --- a/docs/_includes/reference/cli/werf_kubectl_get.md +++ b/docs/_includes/reference/cli/werf_kubectl_get.md @@ -5,16 +5,16 @@ {% endif %} Display one or many resources. -Prints a table of the most important information about the specified resources. You can filter the list using a label selector and the `--selector` flag. If the desired resource type is namespaced you will only see results in your current namespace unless you pass `--all-namespaces`. + Prints a table of the most important information about the specified resources. You can filter the list using a label selector and the --selector flag. If the desired resource type is namespaced you will only see results in your current namespace unless you pass --all-namespaces. -By specifying the output as `template` and providing a Go template as the value of the `--template` flag, you can filter the attributes of the fetched resources. + By specifying the output as 'template' and providing a Go template as the value of the --template flag, you can filter the attributes of the fetched resources. -Use `kubectl api-resources` for a complete list of supported resources. +Use "kubectl api-resources" for a complete list of supported resources. {{ header }} Syntax ```shell -werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns-file|custom-columns|wide] (TYPE[.VERSION][.GROUP] [NAME | -l label] | TYPE[.VERSION][.GROUP]/NAME ...) [flags] [options] +werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns|custom-columns-file|wide] (TYPE[.VERSION][.GROUP] [NAME | -l label] | TYPE[.VERSION][.GROUP]/NAME ...) [flags] [options] ``` {{ header }} Examples