From 7d4e8f8acf69a89e3d33c7762d3ec8403338d3f7 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Wed, 29 Oct 2025 14:43:59 -0700 Subject: [PATCH] Service status article and quick icon --- docs.json | 6 ++++++ support/status.mdx | 20 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 support/status.mdx diff --git a/docs.json b/docs.json index c771c393..41a26702 100644 --- a/docs.json +++ b/docs.json @@ -521,6 +521,7 @@ "pages": [ "support/request", "support/shared-responsibility", + "support/status", { "group": "Self-service", "pages": [ @@ -565,6 +566,11 @@ "href": "https://short.unstructured.io/pzw05l7", "icon": "slack" }, + { + "anchor": "Service status", + "href": "https://unstructuredio.trust.pagerduty.com/posts/dashboard", + "icon": "signal" + }, { "anchor": "Feedback", "href": "https://docs.google.com/forms/d/e/1FAIpQLSciKwrJD4m_9ObcTveWMb9yK63FWd7gLxIknovc3kLw_0qUrg/viewform?usp=sf_link", diff --git a/support/status.mdx b/support/status.mdx new file mode 100644 index 00000000..6898b453 --- /dev/null +++ b/support/status.mdx @@ -0,0 +1,20 @@ +--- +title: Check service status +--- + +The [Unstructured Status](https://unstructuredio.trust.pagerduty.com/posts/dashboard) dashboard provides information about the +status of the Unstructured service. + + + This dashboard provides information only about the publicly available Unstructured service. If you are running a + self-contained distribution of Unstructured, contact your organization's network administrator instead. + + +From this dashboard, you can: + +- Check the status of the publicly available Unstructured user interface (UI). This is labeled in the dashboard as **Platform Frontend**. +- Check the status of the publicly available Unstructured API. This is labeled in the dashboard as **Platform API**. +- Subscribe to public service status updates delivered to an email address for your organization, to a specific channel in your organization's Slack workspace, or + to a notification URL provided by your organization. To do this, click the **Subscribe to Updates** button and then follow the on-screen prompts. + +You can also [browse the history](https://unstructuredio.trust.pagerduty.com/posts/history) of previous public service status updates. \ No newline at end of file