Skip to content

Commit 44b6cf7

Browse files
codematixsrijan55
authored andcommitted
fix incomplete and confusing website cover title (cortexproject#4497)
- added missing "storage for" in the website cover title. - without these words, it feels Cortex is a replacement for Prometheus. Signed-off-by: Ranganath Kini <[email protected]> Signed-off-by: Manish Kumar Gupta <[email protected]>
1 parent 540e853 commit 44b6cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ id = "UA-63872299-2"
5353
[languages]
5454
[languages.en]
5555
title = "Cortex"
56-
description = "A horizontally scalable, highly available, multi-tenant, long term Prometheus."
56+
description = "A horizontally scalable, highly available, multi-tenant, long term storage for Prometheus."
5757
languageName ="English"
5858
# Weight used for sorting.
5959
weight = 1

website/content/en/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
+++
66

7-
{{< blocks/cover title="Horizontally scalable, highly available, multi-tenant, long term Prometheus." image_anchor="top" height="full" color="white" >}}
7+
{{< blocks/cover title="Horizontally scalable, highly available, multi-tenant, long term storage for Prometheus." image_anchor="top" height="full" color="white" >}}
88
<div class="mx-auto">
99
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
1010
Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>

0 commit comments

Comments
 (0)