Skip to content

Commit 6a1e5c2

Browse files
committed
support portal maintenance status
1 parent 33a3a4f commit 6a1e5c2

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

docs/_data/status.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# possible types are good, warning, critical
22
current:
3-
type: good
4-
title: 'All systems are operational' # always restore this message when going back to 'good'
5-
#type: good | warning | error
6-
#title: 'GitHub integration degradation'
7-
#description: |
8-
# Since May 26, 2025 07:21 UTC, GitHub REST APIs are degraded. GitHub integrations may therefore not work as expected.
9-
#link:
3+
type: warning #values: good | warning | error
4+
title: 'Service portal migration'
5+
# title: 'All systems are operational' # always restore this message when going back to 'good'
6+
description: |
7+
We are currently migrating our service portal at [support.signpath.io](https://support.signpath.io/) to a new system.
8+
* New user registration is required at the portal.
9+
* Access to existing tickets is currently limited, we are working on it.
10+
11+
If you experience issues, please email us at [support@signpath.io](mailto:support@signpath.io) in the meantime.
12+
# link:
1013
planned:
1114
incidents:
1215
- date: 'May. 26, 2025'

docs/status/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ layout: status
2121
{{ site.data.status.current.title }}
2222
</h2>
2323

24-
<div>
25-
{{ site.data.status.current.description | newline_to_br }}
24+
<div markdown="1">
25+
{{ site.data.status.current.description }}
2626
{%- if site.data.status.current.link -%} <a href="{{ site.data.status.current.link }}"> (Read more)</a> {%- endif -%}
2727
</div>
2828

0 commit comments

Comments
 (0)