Skip to content

Commit 880b00a

Browse files
committed
Adding third level sections
Now we have three levels of containers. One that starts with 5 colons for the years, another one starting with 4 colons for the incidents and a last one, starting with 3 colons for the potentially multipe messages inside the same incident. Also, everything is collapsed by default
1 parent 6a846ba commit 880b00a

File tree

2 files changed

+41
-38
lines changed

2 files changed

+41
-38
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,29 +84,28 @@ To add a release note, follow these steps:
8484
## How to add a new incident details section
8585

8686
1. Edit the file [`status-page.md`](./page/status-page.md)
87-
1. If there already is a section of the current year, such as e.g. `:::: details 2025 {open}`, add the incident on top of that section, leaving one blank line after the `:::: details 2025 {open}`
88-
1. If it is the first incident of the current year, create a new section for the new year, e.g. `:::: details 2026 {open}` and already the closing `::::`, so basically like this:
87+
1. If there already is a section of the current year, such as e.g. `::::: details 2025`, add the incident on top of that section, leaving one blank line after the `::::: details 2025`
88+
1. If it is the first incident of the current year, create a new section for the new year, e.g. `::::: details 2026 {open}` and already the closing `:::::`, so basically like this:
8989

9090
```markdown
91-
:::: details 2026 {open}
91+
::::: details 2026 {open}
9292
93-
::::
93+
:::::
9494
```
9595

96-
1. When you started a new year, please remove the `{open}` from the last year. This way, the old year is collapsed by default.
97-
1. Also, please remove the `{open}` from the last incident's details, this way, only the recent incident's details are expanded.
9896
1. Add the new incident either in the section of the new year or in the already existing section of the current year like this:
9997

10098
```markdown
101-
:::: details 2026 {open}
99+
::::: details 2026
102100
103-
::: details MONTH, DAY - short heading {open}
101+
:::: details MONTH, DAY(, TIME) - [SHORT HEADING OF THE INCIDENT]
104102
105-
### MONTH, DAY - longer heading
103+
::: info MONTH, DAY(, Time) [LONGER HEADING OF THE INCIDENT]
106104
107-
DETAILS go here
105+
[DETAILED TEXT ABOUT THE INCIDENT]
108106
:::
109107
::::
108+
:::::
110109
```
111110

112-
1. Remember to close the details section of the incident with three `:`, and in case you created a new year section, remember to close that one with four `:`.
111+
The five `:` are only when you start and end a new year, otherwise, only the part that starts and ends with four `:` is relevant for you.

page/status-page.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ This page provides the latest status updates for all \*.geo.admin.ch web service
4747
<!-- Please check the README.md for details on how to add new incidents or start a new year, thanks!
4848
-->
4949

50-
:::: details 2025 {open}
50+
::::: details 2025
5151

52-
::: details Nov 12 - Issues with search service {open}
52+
:::: details Nov 12 - Issues with search service
5353

54-
### Nov 14 - Information on recent problems when changing address data from RBD to the official directory of building addresses
54+
::: info Nov 14 - Information on recent problems when changing address data from RBD to the official directory of building addresses
5555

5656
On Wednesday, November 12, 2025, the Search Service was switched from the register of buildings and dwellings (RBD) to the new default data source of the official directory of building addresses.
5757

@@ -70,29 +70,31 @@ On the SearchServer endpoint, you can either perform a type=featuresearch or a t
7070
For your information, there are three ways to perform an address search:
7171

7272
1. Swisssearch search with origins=address; if desired, the feature ID can be transferred to the feature endpoint of the specialist layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis
73-
1. FeatureSearch in the layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis; if desired, the feature ID can be transferred to the feature endpoint of the thematic layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis
74-
1. FeatureSearch in the layer ch.bfs.gebaeude_wohnungs_register; if desired, the feature ID can be transferred to the feature endpoint of the specialist layer ch.bfs.gebaeude_wohnungs_register.
73+
2. FeatureSearch in the layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis; if desired, the feature ID can be transferred to the feature endpoint of the thematic layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis
74+
3. FeatureSearch in the layer ch.bfs.gebaeude_wohnungs_register; if desired, the feature ID can be transferred to the feature endpoint of the specialist layer ch.bfs.gebaeude_wohnungs_register.
7575

7676
Specific documentation for this topic: [Search | \*.geo.admin.ch](https://docs.geo.admin.ch/access-data/search.html#request-details)
7777
:::
78-
::: details Nov 12 - Incident with Service Stac
78+
::::
79+
:::: details Nov 12 - Incident with Service Stac
7980

80-
### Nov 12, 19:15 - Disruption of Service Stac - Resolved
81+
::: info Nov 12, 19:15 - Disruption of Service Stac - Resolved
8182

8283
The root cause that led to the outage of STAC API could be identified and resolved. The problem was a
8384
misconfigration of database logging that was done earlier today
8485
that led to a rapid increase in log volume and eventually resulted in full disk of the database cluster. Disk
8586
space has been increased and the logging configuration change rolled back.
8687

8788
STAC API is functioning normal again.
88-
89-
### Nov 12, 19:15 - Disruption of Service Stac
89+
:::
90+
::: info Nov 12, 19:15 - Disruption of Service Stac
9091

9192
The STAC API on data.geo.admin.ch is currently unavailable. We're investigating the cause and will give an update later tonight.
9293
:::
93-
::: details July 2nd - Incident with Printing
94+
::::
95+
:::: details July 2nd - Incident with Printing
9496

95-
### July 3, 10:00 - Incident Resolved
97+
::: info July 3, 10:00 - Incident Resolved
9698

9799
An update to map.geo.admin.ch made on July 2, 2025 caused a temporarily disruption to the system's printing service.
98100
This resulted in a problem with the browser cache storing the information.
@@ -127,15 +129,16 @@ SAFARI
127129

128130
- In Safari, go to "Settings" > "Advanced" and enable "Show Develop menu in menu bar."
129131
- Click on ‘Develop’ in the menu and then on "Empty Cache."
130-
131-
### July 2, 16:00 - Incident Detected
132+
:::
133+
::: info July 2, 16:00 - Incident Detected
132134

133135
The printing functionality of map.geo.admin.ch is currently unavailable.
134136
We are analysing the problem and keep you updated on this page.
135137
:::
136-
::: details April 30 - Incident with WMS/WMTS
138+
::::
139+
:::: details April 30 - Incident with WMS/WMTS
137140

138-
### May 6 - Root Cause Analysis
141+
::: info May 6 - Root Cause Analysis
139142

140143
On the 30th of April and 1st of May, the WMS service and WMTS service provided by geo.admin.ch were restricted or unavailable, which also affected the print function in the map viewer.
141144

@@ -147,25 +150,25 @@ The problem was resolved by our specialists by rolling out new system components
147150
We apologise for any inconvenience caused.
148151

149152
Thank you for your understanding and patience.
150-
151-
### May 1, 16:00 - Incident Resolved
153+
:::
154+
::: info May 1, 16:00 - Incident Resolved
152155

153156
The disruption has been resolved.
154157

155158
All services on \*geo.admin.ch are now available as usual.
156159

157160
We thank you for your understanding and patience.
158-
159-
### May 1, 12:00 - Update
161+
:::
162+
::: info May 1, 12:00 - Update
160163

161164
No change since the update at 9:25 a.m.
162165
We are continuing to work intensively to resolve the problem.
163166

164167
The next update will be provided today at around 4 p.m. or as soon as the disruption has been resolved.
165168

166169
We apologise for any inconvenience caused and thank you in advance for your patience.
167-
168-
### May 1, 09:25 Update
170+
:::
171+
::: info May 1, 09:25 Update
169172

170173
The extent of the disruption has been reduced in the meantime.
171174
Certain WMS layers and the printing service are still affected.
@@ -174,8 +177,8 @@ No other services provided by \*geo.admin.ch are affected. We are continuing to
174177
The next update will be provided today at around 12 noon or as soon as the disruption has been resolved.
175178

176179
We apologise for any inconvenience caused and thank you in advance for your patience.
177-
178-
### April 30, 16:00 Update
180+
:::
181+
::: info April 30, 16:00 Update
179182

180183
The disruption to the WMS, WMTS and print services is still ongoing.
181184
No other services provided by \*geo.admin.ch are affected.
@@ -184,17 +187,17 @@ We are working intensively to resolve the problem.
184187
The next update will be provided tomorrow, 1 May, at 9 a.m. or as soon as the disruption has been resolved.
185188

186189
We apologise for any inconvenience caused and thank you in advance for your patience.
187-
188-
### April 30, 12:00 Update
190+
:::
191+
::: info April 30, 12:00 Update
189192

190193
The disruption to WMS and WMTS services is still ongoing.
191194
We are continuing to work hard to resolve the issue.
192195

193196
The next update will be provided today at around 4 p.m. or as soon as the disruption has been resolved.
194197

195198
We apologise for any inconvenience caused and thank you in advance for your patience.
196-
197-
### April 30, 10:00 Incident Detected
199+
:::
200+
::: info April 30, 10:00 Incident Detected
198201

199202
We are currently experiencing some problems with our WMS and WMTS services, which we are analysing and will resolve as quickly as possible.
200203
The duration of the disruption is still unknown.
@@ -205,3 +208,4 @@ The next update will be provided today at around 12 noon or as soon as the disru
205208
We apologise for any inconvenience caused and thank you in advance for your patience.
206209
:::
207210
::::
211+
:::::

0 commit comments

Comments
 (0)