Skip to content

Commit 29b9fbe

Browse files
authored
Update archive heading and tests (#1100)
* Update archive.md * Update _Archive.cshtml (#1101)
1 parent 02c3444 commit 29b9fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/testing/archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: archive
3-
description: Browse the archived documentation for older Elastic product releases. Archived documentation is unmaintained and may be out-of-date.
3+
description: Browse the archive for legacy Elastic products and documentation. Archive documentation is unmaintained and may be out-of-date.
44
---
55

66
# Archive

src/Elastic.Markdown/Slices/Layout/_Archive.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@inherits RazorSlice<LayoutViewModel>
22
<div class="bg-[#F5F7FA] w-full px-8 py-16 text-center">
33
<div class="container mx-auto mt-20">
4-
<h1 class="text-4xl md:text-6xl">Documentation archive</h1>
4+
<h1 class="text-4xl md:text-6xl">Archive</h1>
55
<p class="mt-6 font-body">
66
Browse the archived documentation for older Elastic product releases.<br /> Archived documentation is
77
unmaintained and may be out-of-date.

0 commit comments

Comments
 (0)