diff options
author | Danil Shaymurzin <im@murka.me> | 2022-05-10 13:07:19 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 13:07:19 +0500 |
commit | a1330a68d108d464f8b139ed0292f1c9b7b070a2 (patch) | |
tree | 31ea986ccc7906401fd194f244a51705411d03c9 | |
parent | dd336fc2e37d280eba49fcf2519416a8b4cd218b (diff) | |
download | ydb-a1330a68d108d464f8b139ed0292f1c9b7b070a2.tar.gz |
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 +``` |