Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ contents_title: Elastic documentation
# <key>: &<variable> <value>
# The keys don't really matter, but by convention the are the same as the variable.
variables:
stackcurrent: &stackcurrent 8.11
stacklive: &stacklive [ 8.11, 7.17 ]
stackcurrent: &stackcurrent 8.12
stacklive: &stacklive [ 8.12, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-101

Expand Down Expand Up @@ -326,7 +326,7 @@ contents:
prefix: enterprise-search-node
current: *stackcurrent
branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6 ]
live: [ 8.10 ]
live: [ *stackcurrent ]
index: packages/enterprise-search/docs/index.asciidoc
tags: Enterprise Search Clients/Node.js
subject: Enterprise Search Clients
Expand Down Expand Up @@ -1426,7 +1426,7 @@ contents:
current: *stackcurrent
index: welcome-to-elastic/index.asciidoc
branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 7.17 ]
live: [ 8.10 ]
live: [ *stackcurrent ]
chunk: 1
tags: Elastic/Starting with the Elasticsearch Platform and its Solutions
subject: Starting with the Elasticsearch Platform and its Solutions
Expand All @@ -1445,7 +1445,7 @@ contents:
current: *stackcurrent
index: docs/en/ingest-arch/index.asciidoc
branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9 ]
live: [ 8.11 ]
live: [ *stackcurrent ]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching and fixing for ingest architectures. <3

chunk: 1
tags: Ingest/Reference
subject: Ingest
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.11.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ release-state can be: released | prerelease | unreleased
//////////
is-current-version can be: true | false
//////////
:is-current-version: true
:is-current-version: false

//////////
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Expand Down
4 changes: 2 additions & 2 deletions shared/versions/stack/8.12.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Keep the :esf_version: attribute value as master.
//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: unreleased
:release-state: released

//////////
is-current-version can be: true | false
//////////
:is-current-version: false
:is-current-version: true

//////////
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/current.asciidoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include::8.11.asciidoc[]
include::8.12.asciidoc[]