We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad8501 commit 9ff5fc3Copy full SHA for 9ff5fc3
docs/index.asciidoc
@@ -3,6 +3,11 @@
3
:branch: 7.16
4
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
5
6
+// 7.x exists in this repo but not in stack repos
7
+// This line overwrites the jsclient attribute so it can point to 7.x, but stack links can point to 7.16
8
+// Remove this line when a 7.16 branch exists in this repo
9
+:jsclient: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/7.x
10
+
11
include::introduction.asciidoc[]
12
include::installation.asciidoc[]
13
include::connecting.asciidoc[]
0 commit comments