aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <81806911+alexv-smirnov@users.noreply.github.com>2022-05-12 14:08:54 +0300
committerGitHub <noreply@github.com>2022-05-12 14:08:54 +0300
commitdd0c829bb9ff87019aba4525016f53b06266f877 (patch)
treedcfd5dd6defb14a197b0f365c4e5ed8f2b62476e
parente2256914a160c1f4ff46da0e102a88546168590f (diff)
parenta1330a68d108d464f8b139ed0292f1c9b7b070a2 (diff)
downloadydb-dd0c829bb9ff87019aba4525016f53b06266f877.tar.gz
Merge pull request #53 from murka/ydb-sdk-nodejs
feat: add ydb-sdk installation guide for nodejs
-rw-r--r--ydb/docs/en/core/reference/ydb-sdk/_includes/install.md4
-rw-r--r--ydb/docs/en/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md3
-rw-r--r--ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md4
-rw-r--r--ydb/docs/ru/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md3
4 files changed, 14 insertions, 0 deletions
diff --git a/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md b/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md
index ec44d5c9b9..2af48362e8 100644
--- a/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md
+++ b/ydb/docs/en/core/reference/ydb-sdk/_includes/install.md
@@ -34,5 +34,9 @@ The build process using the source code is described in the source code reposito
{% include [install/cmd_php.md](install/cmd_php.md) %}
+- Node.JS
+
+ {% include [install/cmd_nodejs.md](install/cmd_nodejs.md) %}
+
{% endlist %}
diff --git a/ydb/docs/en/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md b/ydb/docs/en/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md
new file mode 100644
index 0000000000..af82765dd5
--- /dev/null
+++ b/ydb/docs/en/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md
@@ -0,0 +1,3 @@
+``` bash
+npm install ydb-sdk
+```
diff --git a/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md b/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md
index e6f06009a3..4c66ff447d 100644
--- a/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md
+++ b/ydb/docs/ru/core/reference/ydb-sdk/_includes/install.md
@@ -34,4 +34,8 @@
{% include [install/cmd_php.md](install/cmd_php.md) %}
+- Node.JS
+
+ {% include [install/cmd_nodejs.md](install/cmd_nodejs.md) %}
+
{% endlist %} \ No newline at end of file
diff --git a/ydb/docs/ru/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md b/ydb/docs/ru/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md
new file mode 100644
index 0000000000..af82765dd5
--- /dev/null
+++ b/ydb/docs/ru/core/reference/ydb-sdk/_includes/install/cmd_nodejs.md
@@ -0,0 +1,3 @@
+``` bash
+npm install ydb-sdk
+```