Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/project/presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Presets are used to support multiple documentation versions from the same source
How to work with presets:

1. Describe the presets in `presets.yaml`.
1. When [building](../tools/docs/index.md), specify the name of the preset used in the `varsPreset` parameter.
1. When building, specify the name of the preset used in the ##vars-preset## parameter.

## Structure {#structure}

Expand Down
2 changes: 1 addition & 1 deletion ru/project/presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Порядок работы с пресетами:
1. Опишите пресеты в файле `presets.yaml`.
1. При [сборке](../tools/docs/index.md) укажите название используемого пресета в параметре `varsPreset`.
1. При сборке укажите название используемого пресета в [параметре ##vars-preset#](../tools/docs/settings#vars-preset).

## Структура {#structure}

Expand Down
2 changes: 1 addition & 1 deletion ru/tools/docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
`--output, -o` | Путь до директории для выходных данных (обязательный параметр).
||
||
`--vars-preset` | Название используемого [пресета переменных](../../project/presets.md).
`--vars-preset <name>` {#vars-preset} | Название используемого [пресета переменных](../../project/presets.md).
||
||
`--vars, -v` | Значения [переменных](../../syntax/vars.md).
Expand Down