Skip to content

Commit c69c6fa

Browse files
add stack and stack_next
1 parent a19b715 commit c69c6fa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/tooling/docs-assembler/assembler.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environments:
1717
auth: nPocPUG0wiH68jsVeyRSxA
1818
preview: env-507
1919
cookies_win: x
20-
edge:
20+
edge:
2121
uri: https://d34ipnu52o64md.cloudfront.net
2222
path_prefix: docs
2323
content_source: current
@@ -31,7 +31,8 @@ environments:
3131
path_prefix: docs
3232

3333
named_git_references:
34-
stack: &stack 9.0
34+
stack: &stack_current 9.0
35+
stack_next: &stack_next 9.1
3536
cloud-hosted: ms-120
3637

3738
###
@@ -66,8 +67,8 @@ references:
6667
apm-aws-lambda:
6768
apm-k8s-attacher:
6869
beats:
69-
current: "9.0"
70-
next: main
70+
current: *stack_current
71+
next: *stack_next
7172
cloud-on-k8s:
7273
cloud:
7374
current: master
@@ -114,8 +115,8 @@ references:
114115
kibana:
115116
logstash-docs-md:
116117
logstash:
117-
current: "9.0"
118-
next: main
118+
current: *stack_current
119+
next: *stack_next
119120
opentelemetry:
120121
search-ui:
121122
integration-docs:

0 commit comments

Comments
 (0)