From a5f48d09623a4f5470dedf189f68c3a053b254c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Wed, 27 Oct 2021 18:11:54 +0200 Subject: [PATCH] [DOCS] Deletes attribute from index (#1590) --- docs/index.asciidoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index a943d2003..66529f68a 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -3,11 +3,6 @@ :branch: 7.16 include::{asciidoc-dir}/../../shared/attributes.asciidoc[] -// 7.x exists in this repo but not in stack repos -// This line overwrites the jsclient attribute so it can point to 7.x, but stack links can point to 7.16 -// Remove this line when a 7.16 branch exists in this repo -:jsclient: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/7.x - include::introduction.asciidoc[] include::installation.asciidoc[] include::connecting.asciidoc[]