From 2c938100cd90f32609026dcda0cf95525662fe56 Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Fri, 23 Aug 2024 12:27:20 +0200 Subject: [PATCH] fix: duplicated paragraph (#5497) --- .../web/docs/src/pages/docs/features/app-deployments.mdx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/web/docs/src/pages/docs/features/app-deployments.mdx b/packages/web/docs/src/pages/docs/features/app-deployments.mdx index 59a5d6567..f33d54369 100644 --- a/packages/web/docs/src/pages/docs/features/app-deployments.mdx +++ b/packages/web/docs/src/pages/docs/features/app-deployments.mdx @@ -141,17 +141,10 @@ For more information, ## Create an App Deployment -To create an app deployment, you need to have +To create an app deployment with the extracted persisted documents, you need to have [the Hive CLI installed](/docs/api-reference/cli#installation) and authenticated with your Hive target, on which you want to deploy your app. -The persisted documents define all the possible operations that your app can execute against your -GraphQL API. - -As long as the app is using these persisted documents is active, any change of the GraphQL API that -alters the GraphQL schema as used by any of the persisted documents would break that specific app -version and therefore be an unsafe/breaking change. - > **Note:** The GraphQL operations being uploaded must pass validation against the target schema. > Otherwise, the app deployment creation will fail.