You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to make it easier for the person working on the incident repsonse to choose the right wording.
I also changed the danger icon from a red cross (β) to an alarm light (π¨). A red cross is rather use for a build error while the police light better reflects the urgency of the situation.
Copy file name to clipboardExpand all lines: page/status-page.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,31 @@
1
-
---
2
-
# Use the following variables to set the Current Status section in this page and the homepage preview
3
-
# Set `type` to control the position and color of the homepage preview:
4
-
# - "info": bottom of the page, no color
5
-
# - "warning": top of the page, yellow
6
-
# - "danger": top of the page, red
7
-
# The `title` is not displayed in the homepage preview for 'info' type
1
+
---
8
2
type: "info"
9
3
title: "All Systems Operational"
10
4
content: "No ongoing incidents - all services are functioning as expected."
11
5
12
6
outline: [2, 3]
13
7
---
8
+
<!---
9
+
Templates:
10
+
11
+
β Normal status: Status info is at the bottom of the start page
12
+
13
+
type: "info"
14
+
title: "All Systems Operational"
15
+
content: "No ongoing incidents - all services are functioning as expected."
16
+
17
+
β οΈ Minor incident: Status info as a yellow banner at the top of the start page
18
+
19
+
type: "warning"
20
+
title: "Minor incident"
21
+
content: "We are currently investigating degraded performance in [Service XY]. Some users may experience intermittent issues. Updates will be posted as more information becomes available."
22
+
23
+
π¨ Major incident: Status info as a red banner at the top of the start page
14
24
25
+
type: "danger"
26
+
title: "Major incident"
27
+
content: "We are experiencing a significant outage affecting [Service XY]. All hands are on deck to diagnose and resolve the issue. The next update will be posted at XX:XX or as significant progress is made."
28
+
--->
15
29
# Status Page
16
30
17
31
This page provides the latest status updates for all *.geo.admin.ch web services, including ongoing incidents and a history of past events.
@@ -22,7 +36,7 @@ This page provides the latest status updates for all *.geo.admin.ch web services
0 commit comments