diff options
author | alexv-smirnov <81806911+alexv-smirnov@users.noreply.github.com> | 2022-05-12 14:08:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 14:08:54 +0300 |
commit | dd0c829bb9ff87019aba4525016f53b06266f877 (patch) | |
tree | dcfd5dd6defb14a197b0f365c4e5ed8f2b62476e | |
parent | e2256914a160c1f4ff46da0e102a88546168590f (diff) | |
parent | a1330a68d108d464f8b139ed0292f1c9b7b070a2 (diff) | |
download | ydb-dd0c829bb9ff87019aba4525016f53b06266f877.tar.gz |
Merge pull request #53 from murka/ydb-sdk-nodejs
feat: add ydb-sdk installation guide for nodejs
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 +``` |