Skip to content

Commit 6fc079a

Browse files
author
hywax
committed
docs: configuration layout (#49)
1 parent ef6c61e commit 6fc079a

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

Diff for: docs/reference/configuration.md

+21
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,27 @@ tags:
9898
More details can be found in the [tags](../reference/tags.md) section.
9999
:::
100100

101+
## Layout <in-version value="0.14.0" />
102+
103+
A group of parameters responsible for the application layout.
104+
105+
### Grid
106+
107+
Allows you to set the number of columns at different screen resolutions.
108+
109+
```yaml
110+
layout:
111+
grid:
112+
small: 2
113+
medium: 2
114+
large: 3
115+
xlarge: 4
116+
```
117+
118+
Values: range `1 - 12`
119+
120+
You can only specify one value, the others will be set automatically.
121+
101122
## Services
102123

103124
All services that are displayed on the home page are set in this parameter.

Diff for: docs/ru/reference/configuration.md

+21
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,27 @@ tags:
9898
Более подробно о тегах можно прочитать в [разделе](../reference/tags.md).
9999
:::
100100

101+
## Макет <in-version value="0.14.0" />
102+
103+
Группа параметров отвечающих за макет приложения.
104+
105+
### Сетка
106+
107+
Позволяет настроить количество колонок на разных разрешениях экрана.
108+
109+
```yaml
110+
layout:
111+
grid:
112+
small: 2
113+
medium: 2
114+
large: 3
115+
xlarge: 4
116+
```
117+
118+
Поддерживаемые значения: диапазон `1 - 12`
119+
120+
Вы можете указать только одно значение, остальные будут установлены автоматически.
121+
101122
## Сервисы
102123

103124
Все сервисы, которые отображаются на главной странице задаются в данном параметре.

0 commit comments

Comments
 (0)