Skip to content

Commit 5483133

Browse files
authored
fix(integration-docs): point CustomAlert at renamed standard-alert.mdx (#104)
doc-map.mjs still referenced 'standard alert.mdx' (space), but the file was renamed to 'standard-alert.mdx' (hyphen). The build throws on the first missing source, breaking the OSS compatibility-bundle pipeline on any push that touches on-call/integration/**. Local build now succeeds (77 keys).
1 parent 38fb33d commit 5483133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-docs/src/doc-map.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const alertBase = 'on-call/integration/alert-integration/alert-sources';
22
const integrationBase = 'on-call/integration';
33

44
export const docMap = {
5-
CustomAlert: `${alertBase}/standard alert.mdx`,
5+
CustomAlert: `${alertBase}/standard-alert.mdx`,
66
Email: `${alertBase}/email.mdx`,
77
N9e: `${alertBase}/flashcat.mdx`,
88
Prometheus: `${alertBase}/prometheus.mdx`,

0 commit comments

Comments
 (0)