mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
22 lines
605 B
Text
22 lines
605 B
Text
|
|
//////////
|
|
release-state can be: released | prerelease | unreleased
|
|
//////////
|
|
:release-state: prerelease
|
|
:version: 6.0.0-alpha2
|
|
:major-version: 6.x
|
|
:branch: master
|
|
|
|
:docker-image: docker.elastic.co/kibana/kibana:{version}
|
|
:repo: https://github.com/elastic/kibana/
|
|
:issue: {repo}issues/
|
|
:pull: {repo}pull/
|
|
:commit: {repo}commit/
|
|
:blob: {repo}blob/{branch}/
|
|
:security-ref: https://www.elastic.co/community/security/
|
|
|
|
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
|
|
|
|
include::introduction.asciidoc[]
|
|
|
|
include::setup.asciidoc[]
|