Skip to content

Commit efe2e9c

Browse files
committed
Refactor incident management guide title and description for clarity. Update service identifier mapping note to info type for better emphasis.
1 parent 8107d79 commit efe2e9c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/guides/all/create-slack-channel-for-reported-incident.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ description: Learn how to automatically create a Slack channel and GitHub issue
1313
import PortTooltip from "/src/components/tooltip/tooltip.jsx"
1414
import PortApiRegionTip from "/docs/generalTemplates/_port_region_parameter_explanation_template.md"
1515

16-
# Automatically create Slack channel and GitHub issue for PagerDuty incidents
17-
18-
## Overview
16+
# Auto-create Slack channel & GitHub issue for PagerDuty incidents
1917

2018
This guide demonstrates how to set up an automated incident management system that creates a dedicated Slack channel and GitHub issue whenever a PagerDuty incident is reported.
2119

@@ -101,7 +99,7 @@ To support our automated incident management workflow, we need to modify the exi
10199

102100
5. Click "Save" to update the blueprint.
103101

104-
:::note Service identifier mapping
102+
:::info Service identifier mapping
105103
For simplicity, this guide assumes that the GitHub `Service` entity identifier matches the `PagerDuty Service` identifier (lowercased and split by `-`).
106104

107105
For example, a PagerDuty incident for the `My Service` PagerDuty service will be related to the `my-service` GitHub service.

src/components/guides-section/consts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ export const availableGuides = [
153153
link: "/guides/all/manage-resources-using-k8s-crds",
154154
},
155155
{
156-
title: "Automatically create Slack channel and GitHub issue for PagerDuty incidents",
157-
description: "Automatically create a Slack channel and GitHub issue when a PagerDuty incident is reported, enabling real-time team communication and incident documentation",
156+
title: "Auto-create Slack channel & GitHub issue for PagerDuty incidents",
157+
description: "Automatically create a Slack channel and GitHub issue when a PagerDuty incident is reported",
158158
tags: ["Incident management", "Automations"],
159159
logos: ["PagerDuty", "GitHub"],
160160
// category: "Getting started",

0 commit comments

Comments
 (0)