Skip to content

Commit 011bcf7

Browse files
authored
[docs] more internal build fixes (#7517)
1 parent 5facc1d commit 011bcf7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ydb/docs/ru/core/yql/reference/yql-core/syntax/_includes/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DELETE FROM
22

3-
{% if backend_name == "YDB" %}
3+
{% if oss == "true" and backend_name == "YDB" %}
44

55
{% note warning %}
66

ydb/docs/ru/core/yql/reference/yql-core/syntax/_includes/replace_into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REPLACE INTO
22

3-
{% if backend_name == "YDB" %}
3+
{% if oss == "true" and backend_name == "YDB" %}
44

55
{% note warning %}
66

ydb/docs/ru/core/yql/reference/yql-core/syntax/_includes/update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UPDATE
22

3-
{% if backend_name == "YDB" %}
3+
{% if oss == "true" and backend_name == "YDB" %}
44

55
{% note warning %}
66

ydb/docs/ru/core/yql/reference/yql-core/syntax/_includes/upsert_into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UPSERT INTO
22

3-
{% if backend_name == "YDB" %}
3+
{% if oss == "true" and backend_name == "YDB" %}
44

55
{% note warning %}
66

0 commit comments

Comments
 (0)