From dd493066a090eedbb6a0182b2635fbbad6aa729f Mon Sep 17 00:00:00 2001 From: Court Ewing Date: Wed, 14 Dec 2016 10:18:33 -0500 Subject: [PATCH] docs: reorder release-specific variables Now changing versions, branches, and release status can all be done in the same place in the index rather than being scattered throughout. --- docs/index.asciidoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 818a1e758f24..6172912189fc 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -1,15 +1,14 @@ [[kibana-guide]] = Kibana User Guide -:version: 6.0.0-alpha1 -:major-version: 6.x -:docker-image: docker.elastic.co/kibana/kibana:{version} - ////////// release-state can be: released | prerelease | unreleased ////////// - :release-state: unreleased +:version: 6.0.0-alpha1 +:major-version: 6.x + +:docker-image: docker.elastic.co/kibana/kibana:{version} :es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/master/ :xpack-ref: https://www.elastic.co/guide/en/x-pack/current/ :repo: https://github.com/elastic/kibana/