Update docs to clarify 9.x compatibility (#2789)

This commit is contained in:
Josh Mock
2025-04-24 14:20:38 -05:00
committed by GitHub
parent 710b937bff
commit 41a2159f63
4 changed files with 31 additions and 54 deletions

View File

@ -8,7 +8,6 @@ mapped_pages:
This is the official Node.js client for {{es}}. This page gives a quick overview about the features of the client.
## Features [_features]
* One-to-one mapping with REST API.
@ -19,7 +18,6 @@ This is the official Node.js client for {{es}}. This page gives a quick overview
* Child client support.
* TypeScript support out of the box.
### Install multiple versions [_install_multiple_versions]
If you are using multiple versions of {{es}}, you need to use multiple versions of the client as well. In the past, installing multiple versions of the same package was not possible, but with `npm v6.9`, you can do it via aliasing.
@ -74,5 +72,3 @@ npm install esmain@github:elastic/elasticsearch-js
::::{warning}
This command installs the main branch of the client which is not considered stable.
::::