Skip to content

Commit 2c36ee9

Browse files
authored
Rename "Prometheus" docs section to "Prometheus Server" (#2473)
As per Björn's comment on the team mailing list: "I think the current "Prometheus" section is not very well named. It is essentially the part coming from the prometheus/prometheus repo (not prometheus/docs, as the rest fo the site), and it means "The Prometheus Server". I think it should be named that way because just "Prometheus" could mean a lot of things. On prometheus.io, "Prometheus" mostly refers to the overarching project." This also adds CSS styles to make sure that the "Prometheus Server" text gets line-broken in such a way on narrow displays that the second line is indented correctly. Signed-off-by: Julius Volz <[email protected]>
1 parent f4e57d2 commit 2c36ee9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/css/docs.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,9 @@ footer {
311311
}
312312

313313
.side-nav .nav-header {
314-
display: block;
314+
display: flex;
315+
gap: 5px;
316+
align-items: baseline;
315317
margin: 20px auto 15px auto;
316318
font-size: 16px;
317319
}

content/docs/prometheus/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Prometheus
2+
title: Prometheus Server
33
sort_rank: 3
44
nav_icon: server
55
---

0 commit comments

Comments
 (0)