Skip to content

Commit 989e8db

Browse files
committed
feat: New subcategory section
Structure new subcategory and indices
1 parent 73825ad commit 989e8db

6 files changed

Lines changed: 79 additions & 0 deletions

File tree

docs/howto/.nav.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ nav:
88
- ai
99
- marketplace
1010
- account-billing
11+
- observability
1112
- support
1213
title: "How-To Guides"

docs/howto/observability/.nav

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
title: Observability

docs/howto/observability/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
description: In Cleura Cloud, alerting and service status notifications are provided through managed status pages and monitoring integrations.
3+
---
4+
5+
# Service Status
6+
7+
{{page.meta.description}}
8+
9+
We use iLert as our primary platform for service status pages and alerting aggregation.
10+
This section of the documentation focuses on how customers interact with our **Public and Compliant status pages**, including how to subscribe to notifications and manage their alerting-related account settings.
11+
12+
The guides in this section are written specifically for **end users**, not administrators, and intentionally avoid exposing or documenting the full iLert interface. Instead, they cover only the functionality required to:
13+
14+
- Subscribe to service status updates
15+
- Configure notification channels (email, SMS, etc.)
16+
- Manage account security settings such as passwords and two-factor authentication
17+
- Maintain access to restricted or customer-specific status pages
18+
19+
At present, this section documents **status page–related alerting only**.
20+
Over time, it may be expanded to include additional alerting and monitoring topics such as metrics dashboards, heartbeat monitors, or other observability integrations, where relevant to customers.
21+
22+
Each guide in this section provides clear, step-by-step instructions and assumes no prior knowledge of the underlying alerting platform.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
nav:
3+
- index.md
4+
title: Status pages
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
description: In Cleura Cloud, service availability and incident communication are published through public and access-restricted status pages.
3+
---
4+
5+
# Status Pages
6+
7+
{{page.meta.description}}
8+
9+
10+
We provide two types of service status pages to communicate availability, ongoing incidents, and maintenance events.
11+
12+
## Public Status Page
13+
14+
The [**public status page**]({{statuspage_domain.public}}) is openly accessible and intended for general visibility into the overall health of our cloud services and platforms.
15+
It provides high-level information about platform components, ongoing incidents, and scheduled maintenance that may impact multiple users.
16+
17+
No account is required to view the public status page.
18+
However, optional notification subscriptions may be available depending on the service.
19+
20+
## Compliant Status Page
21+
22+
The [**compliant status page**]({{statuspage_domain.compliant}}) is available only to invited users and is intended for customers operating in regulated or compliance-sensitive environments.
23+
24+
This status page includes:
25+
26+
- Customer-specific services or regions
27+
- Access-controlled notification subscriptions
28+
29+
Access is granted by invitation and requires a user account.
30+
Only limited account functionality is exposed, strictly for notification management and security settings.
31+
32+
You can request access to our compliant status page via our support portal, assuming the following is true:
33+
34+
- You are an authenticated user in our support portal.
35+
- Your account is subscribed to a compliant support package.
36+
- Your account has compliant cloud regions provisioned, or we can confirm there will be soon.
37+
38+
## Scope of This Section
39+
40+
The guides in this section explain how to:
41+
42+
- Subscribe to public and restricted status pages
43+
- Manage user account and notification settings related to status pages
44+
45+
Administrative configuration and internal alerting logic are intentionally out of scope.
46+
47+
Future documentation in this section may expand to cover additional alerting or monitoring surfaces, where relevant to customers.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ extra:
4646
url: "https://s3-kna1.citycloud.com/6a5aa55d8f094a13ae18199639aa72c2:cleura.files/Cleura-Form-Transfer-Ownership.pdf"
4747
rest_api: "Cleura Cloud REST API"
4848
rest_api_domain: "rest.cleura.cloud"
49+
statuspage_domain:
50+
public: "https://status.cleura.cloud"
51+
compliant: "https://status.compliant.cleura.cloud"
4952
support: "Service Center"
5053
support_domain: "servicecenter.cleura.cloud"
5154
support_email: "support@cleura.com"

0 commit comments

Comments
 (0)