Skip to content

Commit 68ec941

Browse files
authored
Merge pull request #2299 from debadair/master
2 parents 9509ecb + 6ff14c4 commit 68ec941

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

conf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ contents_title: Elastic Stack and Product Documentation
6767
# <key>: &<variable> <value>
6868
# The keys don't really matter, but by convention the are the same as the variable.
6969
variables:
70-
stackcurrent: &stackcurrent 7.15
71-
stacklive: &stacklive [ master, 8.0, 7.16, 7.15, 6.8 ]
70+
stackcurrent: &stackcurrent 7.16
71+
stacklive: &stacklive [ master, 8.0, 7.16, 6.8 ]
7272

73-
stacklivemain: &stacklivemain [ main, 8.0, 7.16, 7.15, 6.8 ]
73+
stacklivemain: &stacklivemain [ main, 8.0, 7.16, 6.8 ]
7474

7575
cloudSaasCurrent: &cloudSaasCurrent ms-66
7676

shared/attributes.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
:apm-server-ref-64: https://www.elastic.co/guide/en/apm/server/6.4
3838
:apm-server-ref-70: https://www.elastic.co/guide/en/apm/server/7.0
3939
///////
40-
APM does not build n.x documentation. Links from .x branches should point to master instead
40+
Temporarily reroute APM Agent links to the new APM documentation book
4141
///////
42-
ifeval::["{source_branch}"=="7.x"]
43-
:apm-server-ref: {apm-server-ref-m}
44-
:apm-server-ref-v: {apm-server-ref-m}
45-
:apm-overview-ref-v: {apm-overview-ref-m}
46-
:apm-get-started-ref: {apm-overview-ref-m}
42+
ifeval::["{branch}"=="7.16"]
43+
:apm-server-ref: {apm-guide-ref}
44+
:apm-server-ref-v: {apm-guide-ref}
45+
:apm-overview-ref-v: {apm-guide-ref}
46+
:apm-get-started-ref: {apm-guide-ref}
4747
endif::[]
4848
:apm-agents-ref: https://www.elastic.co/guide/en/apm/agent
4949
:apm-py-ref: https://www.elastic.co/guide/en/apm/agent/python/current

shared/versions/stack/7.15.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ release-state can be: released | prerelease | unreleased
2222
//////////
2323
is-current-version can be: true | false
2424
//////////
25-
:is-current-version: true
25+
:is-current-version: false
2626

2727
//////////
2828
hide-xpack-tags defaults to "false" (they are shown unless set to "true")

shared/versions/stack/7.16.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ bare_version never includes -alpha or -beta
1717
//////////
1818
release-state can be: released | prerelease | unreleased
1919
//////////
20-
:release-state: unreleased
20+
:release-state: released
2121

2222
//////////
2323
is-current-version can be: true | false
2424
//////////
25-
:is-current-version: false
25+
:is-current-version: true
2626

2727
//////////
2828
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include::7.15.asciidoc[]
1+
include::7.16.asciidoc[]

0 commit comments

Comments
 (0)