summaryrefslogtreecommitdiffstats
path: root/yql
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-08-27 15:46:03 +0300
committerrobot-piglet <[email protected]>2025-08-27 16:13:23 +0300
commitfa0a88cd1bd00dfa73f6fad555bc22e317b4f53b (patch)
tree7cb0cd031dcd88a254bdf7085d28207475952d25 /yql
parent8c4d6f9ab52eb5ab2b5e5789e0835649ae6cf655 (diff)
Intermediate changes
commit_hash:953843bed5e4e7afe8ec54ab828811f3e317385a
Diffstat (limited to 'yql')
-rw-r--r--yql/essentials/docs/en/types/index.md3
-rw-r--r--yql/essentials/docs/en/types/toc_i.yaml4
-rw-r--r--yql/essentials/docs/ru/types/index.md4
-rw-r--r--yql/essentials/docs/ru/types/toc_i.yaml3
4 files changed, 6 insertions, 8 deletions
diff --git a/yql/essentials/docs/en/types/index.md b/yql/essentials/docs/en/types/index.md
index f1c2fbab3b2..8933ad400b2 100644
--- a/yql/essentials/docs/en/types/index.md
+++ b/yql/essentials/docs/en/types/index.md
@@ -8,5 +8,4 @@ This section contains articles on YQL data types:
- [Special types](special.md)
- [Type casting](cast.md)
- [Text representation of data types](type_string.md)
-- [Data representation in JSON format](json.md)
-
+- [Parameter transfer in JSON format](json.md)
diff --git a/yql/essentials/docs/en/types/toc_i.yaml b/yql/essentials/docs/en/types/toc_i.yaml
index 060dd02891f..cd0f40f6f02 100644
--- a/yql/essentials/docs/en/types/toc_i.yaml
+++ b/yql/essentials/docs/en/types/toc_i.yaml
@@ -13,5 +13,5 @@ items:
href: cast.md
- name: Text representation of data types
href: type_string.md
-- name: JSON
- href: json.md \ No newline at end of file
+- name: Parameter transfer in JSON format
+ href: json.md
diff --git a/yql/essentials/docs/ru/types/index.md b/yql/essentials/docs/ru/types/index.md
index 99dbc2fe47d..b164e21e75b 100644
--- a/yql/essentials/docs/ru/types/index.md
+++ b/yql/essentials/docs/ru/types/index.md
@@ -8,5 +8,5 @@
- [Специальные типы](special.md)
- [Преобразования типов](cast.md)
- [Текстовое представление типов данных](type_string.md)
-- [Представление данных в формате JSON](json.md)
-- [Представление данных в формате YSON](yson.md)
+- [Передача параметров в формате JSON](json.md)
+- [Тип YSON](yson.md)
diff --git a/yql/essentials/docs/ru/types/toc_i.yaml b/yql/essentials/docs/ru/types/toc_i.yaml
index af3cb084f72..81922093172 100644
--- a/yql/essentials/docs/ru/types/toc_i.yaml
+++ b/yql/essentials/docs/ru/types/toc_i.yaml
@@ -15,6 +15,5 @@ items:
href: type_string.md
- name: Передача параметров в формате JSON
href: json.md
-- name: YSON
- hidden: true
+- name: Тип YSON
href: yson.md