Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions config/assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ shared_configuration:
next: 9.1
edge: main

master: &master
current: master
next: master
edge: master

###
# 'narrative' shares the same keys as keys in 'references' (<repository_config>)
# 'narrative' defines the docs-content repository
Expand Down Expand Up @@ -99,15 +104,9 @@ references:

# @elastic/admin-docs
cloud-on-k8s:
cloud:
current: master
next: master
curator:
current: master
next: master
ecctl:
current: master
next: master
cloud: *master
curator: *master
ecctl: *master

# @elastic/admin-docs and @elastic/developer-docs
elasticsearch:
Expand Down
Loading