Skip to content

Commit b9a6345

Browse files
authored
YDBDOCS-691: move out recipes out of SDK reference + add a couple extra YQL recipes (#4831)
1 parent 5b4cd2c commit b9a6345

File tree

93 files changed

+472
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+472
-103
lines changed

ydb/docs/en/core/concepts/_includes/transactions.md

Lines changed: 1 addition & 1 deletion

ydb/docs/en/core/dev/batch-upload.md

Lines changed: 1 addition & 1 deletion

ydb/docs/en/core/dev/example-app/java/index.md

Lines changed: 2 additions & 2 deletions

ydb/docs/en/core/dev/getting-started.md

Lines changed: 1 addition & 1 deletion

ydb/docs/en/core/recipes/index.md

Lines changed: 6 additions & 0 deletions

ydb/docs/en/core/recipes/toc_p.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
items:
2+
- name: Overview
3+
href: index.md
4+
- name: YDB SDK
5+
include:
6+
mode: link
7+
path: ydb-sdk/toc_p.yaml
8+
- name: YQL
9+
include:
10+
mode: link
11+
path: yql/toc_p.yaml

ydb/docs/en/core/reference/ydb-sdk/recipes/auth-env.md renamed to ydb/docs/en/core/recipes/ydb-sdk/auth-env.md

Lines changed: 1 addition & 1 deletion

ydb/docs/en/core/reference/ydb-sdk/recipes/index.md renamed to ydb/docs/en/core/recipes/ydb-sdk/index.md

Lines changed: 8 additions & 7 deletions

ydb/docs/en/core/reference/ydb-sdk/recipes/init.md renamed to ydb/docs/en/core/recipes/ydb-sdk/init.md

Lines changed: 1 addition & 1 deletion

ydb/docs/en/core/reference/ydb-sdk/recipes/retry.md renamed to ydb/docs/en/core/recipes/ydb-sdk/retry.md

Lines changed: 2 additions & 2 deletions

ydb/docs/en/core/reference/ydb-sdk/recipes/tx-control.md renamed to ydb/docs/en/core/recipes/ydb-sdk/tx-control.md

Lines changed: 1 addition & 1 deletion
Lines changed: 103 additions & 0 deletions

ydb/docs/en/core/recipes/yql/index.md

Lines changed: 13 additions & 0 deletions
Lines changed: 23 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
items:
2+
- name: Overview
3+
href: index.md
4+
- name: Accessing JSON
5+
href: accessing-json.md
6+
- name: Modifying JSON
7+
href: modifying-json.md

ydb/docs/en/core/reference/ydb-sdk/_includes/auth.md

Lines changed: 1 addition & 1 deletion

ydb/docs/en/core/reference/ydb-sdk/_includes/index.md

Lines changed: 3 additions & 3 deletions

ydb/docs/en/core/reference/ydb-sdk/toc_i.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ items:
1919
href: grpc-headers.md
2020
- name: Health Check API
2121
href: health-check-api.md
22-
- name: Code recipes
23-
include: { mode: link, path: recipes/toc_p.yaml }
2422
- name: Comparison of SDK features
2523
href: feature-parity.md

ydb/docs/en/core/toc_i.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,22 @@ items:
2727
include:
2828
mode: link
2929
path: reference/toc_p.yaml
30-
- name: Questions and answers
30+
- name: Recipes
3131
include:
3232
mode: link
33-
path: faq/toc_p.yaml
34-
- name: Downloads
33+
path: recipes/toc_p.yaml
34+
- name: Questions and answers
3535
include:
3636
mode: link
37-
path: downloads/toc_p.yaml
37+
path: faq/toc_p.yaml
3838
- name: Public materials
3939
include:
4040
mode: link
4141
path: public-materials/toc_p.yaml
42+
- name: Downloads
43+
include:
44+
mode: link
45+
path: downloads/toc_p.yaml
4246
- name: Changelog
4347
include:
4448
mode: link

ydb/docs/en/core/yql/reference/yql-core/builtins/_includes/json.md

Lines changed: 4 additions & 26 deletions

ydb/docs/en/core/yql/reference/yql-core/udf/list/yson.md

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)