Skip to content

Commit

Permalink
adding file paths that must be edited
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsoff authored Dec 17, 2024
1 parent 445e169 commit 96c608a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ru/guides/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ links:
#### Синтаксис

```yaml
# doc_root/toc.yaml
tags:
__root__:
name: Новое название оглавления на верхнем уровне
Expand Down Expand Up @@ -86,6 +87,7 @@ tags:
#### Синтаксис

```yaml
# doc_root/toc.yaml
leadingPage:
name: Новое имя всех оглавлений
spec:
Expand All @@ -103,6 +105,7 @@ tags:
#### Синтаксис

```yaml
# doc_root/toc.yaml
sandbox:
tabName: Название таба с песочницей
host: 'https://sandbox.doc.ru'
Expand All @@ -111,6 +114,7 @@ sandbox:
## Скрытие полей

```yaml
# openapi.yaml
x-hidden: true
```
Чтобы скрыть параметры операции или поля объекта, добавьте в их описание `x-hidden: true`.
Expand All @@ -137,6 +141,7 @@ x-hidden: true
Они имеют общий интерфейс фильтрации:

```yaml
# doc_root/toc.yaml
filter:
endpoint: tags contains "nobuild" != true
tag: name == "noindex"
Expand Down Expand Up @@ -176,6 +181,7 @@ filter:
#### Синтаксис

```yaml
# doc_root/toc.yaml
noindex:
tag: name == "noindex"
```
Expand All @@ -190,4 +196,4 @@ noindex:
```yaml
noindex:
tag: name == "noindex"
```
```

0 comments on commit 96c608a

Please sign in to comment.