Skip to content

Commit 26f9a21

Browse files
committed
prettier fixes
1 parent 6eeaf5f commit 26f9a21

File tree

2 files changed

+7
-5
lines changed
  • packages/web/docs/src

2 files changed

+7
-5
lines changed

packages/web/docs/src/app/product-updates/(posts)/2025-12-10-schema-checks-affected-app-deployments/page.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Schema Checks Show Affected App Deployments
3-
description: See which app deployments would be impacted by breaking schema changes before deploying.
3+
description:
4+
See which app deployments would be impacted by breaking schema changes before deploying.
45
date: 2025-12-10
56
authors: [adam]
67
---

packages/web/docs/src/content/schema-registry/app-deployments.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,15 +260,16 @@ change to **retired**.
260260

261261
## Schema Checks and Affected App Deployments
262262

263-
When you run a schema check that detects breaking changes, Hive automatically identifies which active
264-
app deployments would be affected by those changes. This helps you understand the real-world impact
265-
of schema changes before deploying them.
263+
When you run a schema check that detects breaking changes, Hive automatically identifies which
264+
active app deployments would be affected by those changes. This helps you understand the real-world
265+
impact of schema changes before deploying them.
266266

267267
### How It Works
268268

269269
During a schema check, Hive analyzes the breaking changes and matches them against the persisted
270270
documents in your active app deployments. Hive identifies all app deployments that have operations
271-
using any of the affected schema coordinates (e.g., fields like `Query.hello` that are being removed).
271+
using any of the affected schema coordinates (e.g., fields like `Query.hello` that are being
272+
removed).
272273

273274
For each affected app deployment, you'll see:
274275

0 commit comments

Comments
 (0)