Skip to content

Commit 4a01871

Browse files
committed
Updates landing page and conf.yaml to specify Elastic Stack 8.19 and earlier
1 parent a85b4f1 commit 4a01871

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

conf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ repos:
7676

7777
contents_title: Elastic Docs
7878

79+
asciidoc:
80+
attributes:
81+
page-title: Elastic documentation for Elastic Stack 8.19 and earlier
82+
page-description: View the guides, tutorials, and API reference documentation for the Elastic Stack 8.19 and earlier.
83+
7984
# Each item should take the form:
8085
# <key>: &<variable> <value>
8186
# The keys don't really matter, but by convention the are the same as the variable.

extra/docs_landing.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,18 @@
445445
}
446446
</style>
447447

448-
<div class="old-elastic-experience-warning">
449-
You are viewing the previous version of Elastic docs. To view the current docs, go to <a href="https://www.elastic.co/docs">elastic.co/docs</a>.
450-
</div>
451-
452448
<div class="legalnotice"></div>
453449

450+
<div class="row my-4">
451+
<div class="col">
452+
<p>
453+
Welcome to the docs that cover all changes in Elastic Stack 8.19 and earlier.
454+
To view the docs for the latest Elastic product versions, including Elastic Stack 9.1.0 and Elastic Cloud Serverless,
455+
go to <a href="https://www.elastic.co/docs">elastic.co/docs</a>.
456+
</p>
457+
</div>
458+
</div>
459+
454460
<div id="subnavigation" class="subnavigation">
455461
<p>
456462
<a class="inline-block mr-3" href="https://www.elastic.co/guide/index.html#viewall">Browse all docs</a>

0 commit comments

Comments
 (0)