Skip to content

Commit

Permalink
fix(docs): actualize sidebar in usage docs
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Dec 28, 2022
1 parent 705fd80 commit 922d945
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 56 deletions.
64 changes: 12 additions & 52 deletions docs/_data/sidebars/documentation.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/_includes/reference/cli/werf_kubectl_get.md
Expand Up @@ -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
Expand Down

0 comments on commit 922d945

Please sign in to comment.