docs: move uptime guide to shared versions (#45378) (#46561)

This commit is contained in:
Brandon Morelli 2019-09-25 12:06:44 +02:00 committed by GitHub
parent ba53ee2dc9
commit 0c5073be16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 14 deletions

View file

@ -1,9 +1,11 @@
include::versions.asciidoc[]
// short-version can be: 8, 7, 6, etc.
:short-version: 8
include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
= Uptime monitoring guide
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
include::overview.asciidoc[]
include::install.asciidoc[]

View file

@ -1,11 +0,0 @@
// version can be: 7.0.1, 8.0.0-alpha1, etc.
// branch can be: master, 8.0, 8.1, etc.
// major-version can be: 8.x, 7.x, 6.x, etc.
// short-version can be: 8, 7, 6, etc.
// release-state is only: released | prerelease | unreleased
:version: 7.5.0
:branch: 7.x
:major-version: 7.x
:short-version: 7
:release-state: unreleased