diff options
author | bazeltsev <bazeltsev@yandex-team.ru> | 2022-04-19 02:45:33 +0300 |
---|---|---|
committer | bazeltsev <bazeltsev@yandex-team.ru> | 2022-04-19 02:45:33 +0300 |
commit | 8873557f1e632447d67e6a23630850274b737474 (patch) | |
tree | 0a75cad8006d9f05f48dfb8932e6aece3842ba9d | |
parent | 8990cf7178f27f93560c6602b5e472df1432d0ce (diff) | |
download | ydb-8873557f1e632447d67e6a23630850274b737474.tar.gz |
ydb docs fix names en
fixed
ref:144b30fa32aab954f360e120867a06695f631657
10 files changed, 25 insertions, 26 deletions
diff --git a/ydb/docs/en/core/concepts/_includes/scan_query.md b/ydb/docs/en/core/concepts/_includes/scan_query.md index 5bc290efd9..2cd9c08200 100644 --- a/ydb/docs/en/core/concepts/_includes/scan_query.md +++ b/ydb/docs/en/core/concepts/_includes/scan_query.md @@ -32,7 +32,7 @@ Despite the fact that *Scan Queries* obviously don't interfere with the executio ## How do I use it? {#how-use} -Like other types of queries, *Scan Queries* are available via the [management console]({{ link-console-main }}) (the query must specify `PRAGMA Kikimr.ScanQuery = "true";`), [CLI](../../reference/ydb-cli/commands/scan-query.md), and [SDK](../../reference/ydb-sdk/index.md). +Like other types of queries, *Scan Queries* are available via the {% if link-console-main %}[management console]({{ link-console-main }})[management console]({{ link-console-main }}) (the query must specify `PRAGMA Kikimr.ScanQuery = "true";`), {% endif %}[CLI](../../reference/ydb-cli/commands/scan-query.md), and [SDK](../../reference/ydb-sdk/index.md). {% if oss %} diff --git a/ydb/docs/en/core/faq/_includes/common.md b/ydb/docs/en/core/faq/_includes/common.md index 0a2d8ecbdf..a141adcdc1 100644 --- a/ydb/docs/en/core/faq/_includes/common.md +++ b/ydb/docs/en/core/faq/_includes/common.md @@ -1,6 +1,6 @@ --- -title: "Yandex Database. FAQ" -description: "What is Yandex Database? For what tasks is it worth using Yandex Database, and for which virtual machines with databases? What part of the management and maintenance of databases does Yandex Database take on? Answers to these and other questions in this article." +title: "YDB. FAQ" +description: "What is YDB? For what tasks is it worth using YDB, and for which virtual machines with databases? What part of the management and maintenance of databases does YDB take on? Answers to these and other questions in this article." --- # General questions about {{ ydb-short-name }} diff --git a/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md b/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md index e0664c8244..e8945c56e1 100644 --- a/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md +++ b/ydb/docs/en/core/reference/ydb-sdk/_includes/index.md @@ -11,9 +11,9 @@ OpenSource SDKs in the following programming languages are available to work wit - C# (.NET) [https://github.com/ydb-platform/ydb-dotnet-sdk](https://github.com/ydb-platform/ydb-dotnet-sdk) - Go [https://github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) (archived versions: [v1](https://github.com/yandex-cloud/ydb-go-sdk/tree/v1.5.1) and [v2](https://github.com/yandex-cloud/ydb-go-sdk/tree/v2.11.2)) - Java [https://github.com/yandex-cloud/ydb-java-sdk](https://github.com/yandex-cloud/ydb-java-sdk) -- Node.js [https://github.com/yandex-cloud/ydb-nodejs-sdk](https://github.com/yandex-cloud/ydb-nodejs-sdk) +- Node.js [https://github.com/ydb-platform/ydb-nodejs-sdk](https://github.com/ydb-platform/ydb-nodejs-sdk) - PHP [https://github.com/yandex-cloud/ydb-php-sdk](https://github.com/yandex-cloud/ydb-php-sdk) -- Python [https://github.com/yandex-cloud/ydb-python-sdk](https://github.com/yandex-cloud/ydb-python-sdk) +- Python [https://github.com/ydb-platform/ydb-python-sdk](https://github.com/ydb-platform/ydb-python-sdk) The SDK documentation contains the following sections: diff --git a/ydb/docs/en/core/reference/ydb-sdk/example/_includes/example-nodejs.md b/ydb/docs/en/core/reference/ydb-sdk/example/_includes/example-nodejs.md index 2203c4af7a..fb380281b7 100644 --- a/ydb/docs/en/core/reference/ydb-sdk/example/_includes/example-nodejs.md +++ b/ydb/docs/en/core/reference/ydb-sdk/example/_includes/example-nodejs.md @@ -1,6 +1,6 @@ # App in Node.js -This page contains a detailed description of the code of a [test app](https://github.com/ydb-platform/ydb-nodejs-sdk/tree/master/examples/basic-example-v1) that is available as part of the {{ ydb-short-name }} [Node.js SDK](https://github.com/yandex-cloud/ydb-nodejs-sdk). +This page contains a detailed description of the code of a [test app](https://github.com/ydb-platform/ydb-nodejs-sdk/tree/master/examples/basic-example-v1) that is available as part of the {{ ydb-short-name }} [Node.js SDK](https://github.com/ydb-platform/ydb-nodejs-sdk). {% include [init.md](steps/01_init.md) %} diff --git a/ydb/docs/en/core/reference/ydb-sdk/example/python/index.md b/ydb/docs/en/core/reference/ydb-sdk/example/python/index.md index 9344f1dbc0..1668f1c5b7 100644 --- a/ydb/docs/en/core/reference/ydb-sdk/example/python/index.md +++ b/ydb/docs/en/core/reference/ydb-sdk/example/python/index.md @@ -1,6 +1,6 @@ # App in Python -This page contains a detailed description of the code of a [test app](https://github.com/yandex-cloud/ydb-python-sdk/tree/master/examples/basic_example_v1) that is available as part of the {{ ydb-short-name }} [Python SDK](https://github.com/yandex-cloud/ydb-python-sdk). +This page contains a detailed description of the code of a [test app](https://github.com/ydb-platform/ydb-python-sdk/tree/master/examples/basic_example_v1) that is available as part of the {{ ydb-short-name }} [Python SDK](https://github.com/ydb-platform/ydb-python-sdk). ## Downloading and starting {#download} diff --git a/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/Readme.txt b/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/Readme.txt index 3cc55b2121..968a215b7f 100644 --- a/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/Readme.txt +++ b/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/Readme.txt @@ -1,2 +1 @@ -Files inside this folder represent YQL base blocks, and may NOT contain product-conditional content ({% if rtmr/ydb/yt/... == true %}) -It may not contain yandex-internal references either.
\ No newline at end of file +Files inside this folder represent YQL base blocks, and may NOT contain product-conditional or corporate content. diff --git a/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/pragma/files.md b/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/pragma/files.md index 835e96ce40..914c06c239 100644 --- a/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/pragma/files.md +++ b/ydb/docs/en/core/yql/reference/yql-core/syntax/_includes/pragma/files.md @@ -42,7 +42,7 @@ SELECT $x; If the URL is specified, the library is downloaded from the URL rather than from the pre-attached file as in the following example: ```yql -PRAGMA library("a.sql","https://paste.yandex-team.ru/5618566/text"); +PRAGMA library("a.sql","{{ corporate-paste }}/5618566/text"); IMPORT a SYMBOLS $x; SELECT $x; ``` @@ -51,7 +51,7 @@ In this case, you can use text parameter value substitution in the URL: ```yql DECLARE $_ver AS STRING; -- "5618566" -PRAGMA library("a.sql","https://paste.yandex-team.ru/{$_ver}/text"); +PRAGMA library("a.sql","{{ corporate-paste }}/{$_ver}/text"); IMPORT a SYMBOLS $x; SELECT $x; ``` diff --git a/ydb/docs/en/core/yql/reference/yql-core/types/_includes/datatypes_primitive_string.md b/ydb/docs/en/core/yql/reference/yql-core/types/_includes/datatypes_primitive_string.md index 95d59aafc6..912be28dac 100644 --- a/ydb/docs/en/core/yql/reference/yql-core/types/_includes/datatypes_primitive_string.md +++ b/ydb/docs/en/core/yql/reference/yql-core/types/_includes/datatypes_primitive_string.md @@ -4,7 +4,7 @@ | `Utf8` | Text encoded in [UTF-8](https://en.wikipedia.org/wiki/UTF-8) | | `Json` | [JSON](https://en.wikipedia.org/wiki/JSON) represented as text | Doesn't support matching{% if feature_map_tables %}, can't be used in the primary key{% endif %} | | `JsonDocument` | [JSON](https://en.wikipedia.org/wiki/JSON) in an indexed binary representation | Doesn't support matching{% if feature_map_tables %}, can't be used in the primary key{% endif %} | -| `Yson` | [YSON](https://yt.yandex-team.ru/docs/description/common/yson.html) in a textual or binary representation. | Doesn't support matching{% if feature_map_tables %}, can't be used in the primary key{% endif %} | +| `Yson` | [YSON](../../udf/list/yson.md) in a textual or binary representation. | Doesn't support matching{% if feature_map_tables %}, can't be used in the primary key{% endif %} | | `Uuid` | Universally unique identifier [UUID](https://tools.ietf.org/html/rfc4122) | Not supported for table columns | {% note info "Cell size restrictions" %} diff --git a/ydb/docs/en/core/yql/reference/yql-core/udf/list/_includes/url.md b/ydb/docs/en/core/yql/reference/yql-core/udf/list/_includes/url.md index 1c21c062a9..5a6d674e04 100644 --- a/ydb/docs/en/core/yql/reference/yql-core/udf/list/_includes/url.md +++ b/ydb/docs/en/core/yql/reference/yql-core/udf/list/_includes/url.md @@ -15,8 +15,8 @@ Returned value: **Examples** ```sql -SELECT Url::Normalize("hTTp://wWw.yAnDeX.RU/"); -- "http://www.yandex.ru/" -SELECT Url::Normalize("http://ya.ru#foo"); -- "http://ya.ru/" +SELECT Url::Normalize("hTTp://wWw.yDb.TECH/"); -- "http://www.ydb.tech/" +SELECT Url::Normalize("http://ydb.tech#foo"); -- "http://ydb.tech/" ``` ## NormalizeWithDefaultHttpScheme {#normalizewithdefaulthttpscheme} @@ -33,8 +33,8 @@ Returned value: **Examples** ```sql -SELECT Url::NormalizeWithDefaultHttpScheme("wWw.yAnDeX.RU"); -- "http://www.yandex.ru/" -SELECT Url::NormalizeWithDefaultHttpScheme("http://ya.ru#foo"); -- "http://ya.ru/" +SELECT Url::NormalizeWithDefaultHttpScheme("wWw.yDb.TECH"); -- "http://www.ydb.tech/" +SELECT Url::NormalizeWithDefaultHttpScheme("http://ydb.tech#foo"); -- "http://ydb.tech/" ``` ## Encode / Decode {#encode} @@ -49,10 +49,10 @@ Encode a UTF-8 string to the urlencoded format (`Url::Encode`) and back (`Url::D **Examples** ```sql -SELECT Url::Decode("http://ya.ru/%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0"); - -- "http://ya.ru/page" -SELECT Url::Encode("http://ya.ru/page"); - -- "http://ya.ru/%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0" +SELECT Url::Decode("http://ydb.tech/%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0"); + -- "http://ydb.tech/page" +SELECT Url::Encode("http://ydb.tech/page"); + -- "http://ydb.tech/%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0" ``` ## Parse {#parse} @@ -126,8 +126,8 @@ Get a component of the URL. **Examples** ```sql -SELECT Url::GetScheme("https://ya.ru"); -- "https://" -SELECT Url::GetDomain("http://www.yandex.ru", 2); -- "yandex.ru" +SELECT Url::GetScheme("https://ydb.tech"); -- "https://" +SELECT Url::GetDomain("http://www.ydb.tech", 2); -- "ydb.tech" ``` ## Cut... {#cut} @@ -147,8 +147,8 @@ SELECT Url::GetDomain("http://www.yandex.ru", 2); -- "yandex.ru" **Examples** ```sql -SELECT Url::CutScheme("http://www.yandex.ru"); -- "www.yandex.ru" -SELECT Url::CutWWW("www.yandex.ru"); -- "yandex.ru" +SELECT Url::CutScheme("http://www.ydb.tech"); -- "www.ydb.tech" +SELECT Url::CutWWW("www.ydb.tech"); -- "yydb.tech" ``` ## ...Punycode... {#punycode} @@ -166,7 +166,7 @@ SELECT Url::CutWWW("www.yandex.ru"); -- "yandex.ru" **Examples** ```sql -SELECT Url::PunycodeToHostName("xn--d1acpjx3f.xn--p1ai"); -- "яндекс.рф" +SELECT Url::PunycodeToHostName("xn--80aniges7g.xn--j1aef"); -- "экзампл.ком" ``` ## ...Query... {#query} diff --git a/ydb/docs/en/presets.yaml b/ydb/docs/en/presets.yaml index 508b7dc6f3..fb77c1ff9b 100644 --- a/ydb/docs/en/presets.yaml +++ b/ydb/docs/en/presets.yaml @@ -1,3 +1,3 @@ default: lang: en - link-console-main: https://console.cloud.yandex.com +# link-console-main: https://console.cloud.yandex.com |