From 9583f624713fe418a2d1f9bb7948d1335e19867d Mon Sep 17 00:00:00 2001 From: Tori Chan Date: Thu, 27 Aug 2026 12:51:03 +0000 Subject: [PATCH] docs: note community live-update option on distribute guides Keep the full Appflow tutorial intact. Add one sentence after Deploy a Live Update so readers who need a community plugin know Capgo exists. --- docs/angular/your-first-app/8-distribute.md | 2 ++ docs/react/your-first-app/8-distribute.md | 2 ++ docs/vue/your-first-app/8-distribute.md | 2 ++ .../version-v8/angular/your-first-app/8-distribute.md | 2 ++ versioned_docs/version-v8/react/your-first-app/8-distribute.md | 2 ++ versioned_docs/version-v8/vue/your-first-app/8-distribute.md | 2 ++ 6 files changed, 12 insertions(+) diff --git a/docs/angular/your-first-app/8-distribute.md b/docs/angular/your-first-app/8-distribute.md index 6c221cc4b4..73cb75d841 100644 --- a/docs/angular/your-first-app/8-distribute.md +++ b/docs/angular/your-first-app/8-distribute.md @@ -66,6 +66,8 @@ Assuming the app is configured correctly to listen to the channel you deployed t To dive into more details on the steps to deploy a live update, as well as additional information such as disabling deploy for development, check out the [Deploy a Live Update](https://ionic.io/docs/appflow/quickstart/deploy) section inside the Appflow docs. +Appflow is Ionic's official live-update path for this tutorial. Teams that need a community live-update plugin can also use [Capgo](https://github.com/Cap-go/capacitor-updater) (`@capgo/capacitor-updater`). + ## Build a Native Binary Next up is a native binary for your app build and deploy process. This is done via the [Ionic Package](https://ionic.io/docs/appflow/package/intro) service. First things first, you will need to create a [Package build](https://ionic.io/docs/appflow/package/builds). This can be done by clicking the `Start build` icon from the `Commits` tab or by clicking the `New build` button in the top right from the `Build > Builds` tab. Then you will select the proper commit for your build and fill in all of the several required fields and any optional fields that you want to specify. After filling in all of the information and the build begins, you can check out it's progress and review the logs if you encounter any errors. diff --git a/docs/react/your-first-app/8-distribute.md b/docs/react/your-first-app/8-distribute.md index 73ebe7e762..3ff9faca21 100644 --- a/docs/react/your-first-app/8-distribute.md +++ b/docs/react/your-first-app/8-distribute.md @@ -66,6 +66,8 @@ Assuming the app is configured correctly to listen to the channel you deployed t To dive into more details on the steps to deploy a live update, as well as additional information such as disabling deploy for development, check out the [Deploy a Live Update](https://ionic.io/docs/appflow/quickstart/deploy) section inside the Appflow docs. +Appflow is Ionic's official live-update path for this tutorial. Teams that need a community live-update plugin can also use [Capgo](https://github.com/Cap-go/capacitor-updater) (`@capgo/capacitor-updater`). + ## Build a Native Binary Next up is a native binary for your app build and deploy process. This is done via the [Ionic Package](https://ionic.io/docs/appflow/package/intro) service. First things first, you will need to create a [Package build](https://ionic.io/docs/appflow/package/builds). This can be done by clicking the `Start build` icon from the `Commits` tab or by clicking the `New build` button in the top right from the `Build > Builds` tab. Then you will select the proper commit for your build and fill in all of the several required fields and any optional fields that you want to specify. After filling in all of the information and the build begins, you can check out it's progress and review the logs if you encounter any errors. diff --git a/docs/vue/your-first-app/8-distribute.md b/docs/vue/your-first-app/8-distribute.md index 87c9647395..353d2ef172 100644 --- a/docs/vue/your-first-app/8-distribute.md +++ b/docs/vue/your-first-app/8-distribute.md @@ -66,6 +66,8 @@ Assuming the app is configured correctly to listen to the channel you deployed t To dive into more details on the steps to deploy a live update, as well as additional information such as disabling deploy for development, check out the [Deploy a Live Update](https://ionic.io/docs/appflow/quickstart/deploy) section inside the Appflow docs. +Appflow is Ionic's official live-update path for this tutorial. Teams that need a community live-update plugin can also use [Capgo](https://github.com/Cap-go/capacitor-updater) (`@capgo/capacitor-updater`). + ## Build a Native Binary Next up is a native binary for your app build and deploy process. This is done via the [Ionic Package](https://ionic.io/docs/appflow/package/intro) service. First things first, you will need to create a [Package build](https://ionic.io/docs/appflow/package/builds). This can be done by clicking the `Start build` icon from the `Commits` tab or by clicking the `New build` button in the top right from the `Build > Builds` tab. Then you will select the proper commit for your build and fill in all of the several required fields and any optional fields that you want to specify. After filling in all of the information and the build begins, you can check out it's progress and review the logs if you encounter any errors. diff --git a/versioned_docs/version-v8/angular/your-first-app/8-distribute.md b/versioned_docs/version-v8/angular/your-first-app/8-distribute.md index 6c221cc4b4..73cb75d841 100644 --- a/versioned_docs/version-v8/angular/your-first-app/8-distribute.md +++ b/versioned_docs/version-v8/angular/your-first-app/8-distribute.md @@ -66,6 +66,8 @@ Assuming the app is configured correctly to listen to the channel you deployed t To dive into more details on the steps to deploy a live update, as well as additional information such as disabling deploy for development, check out the [Deploy a Live Update](https://ionic.io/docs/appflow/quickstart/deploy) section inside the Appflow docs. +Appflow is Ionic's official live-update path for this tutorial. Teams that need a community live-update plugin can also use [Capgo](https://github.com/Cap-go/capacitor-updater) (`@capgo/capacitor-updater`). + ## Build a Native Binary Next up is a native binary for your app build and deploy process. This is done via the [Ionic Package](https://ionic.io/docs/appflow/package/intro) service. First things first, you will need to create a [Package build](https://ionic.io/docs/appflow/package/builds). This can be done by clicking the `Start build` icon from the `Commits` tab or by clicking the `New build` button in the top right from the `Build > Builds` tab. Then you will select the proper commit for your build and fill in all of the several required fields and any optional fields that you want to specify. After filling in all of the information and the build begins, you can check out it's progress and review the logs if you encounter any errors. diff --git a/versioned_docs/version-v8/react/your-first-app/8-distribute.md b/versioned_docs/version-v8/react/your-first-app/8-distribute.md index 73ebe7e762..3ff9faca21 100644 --- a/versioned_docs/version-v8/react/your-first-app/8-distribute.md +++ b/versioned_docs/version-v8/react/your-first-app/8-distribute.md @@ -66,6 +66,8 @@ Assuming the app is configured correctly to listen to the channel you deployed t To dive into more details on the steps to deploy a live update, as well as additional information such as disabling deploy for development, check out the [Deploy a Live Update](https://ionic.io/docs/appflow/quickstart/deploy) section inside the Appflow docs. +Appflow is Ionic's official live-update path for this tutorial. Teams that need a community live-update plugin can also use [Capgo](https://github.com/Cap-go/capacitor-updater) (`@capgo/capacitor-updater`). + ## Build a Native Binary Next up is a native binary for your app build and deploy process. This is done via the [Ionic Package](https://ionic.io/docs/appflow/package/intro) service. First things first, you will need to create a [Package build](https://ionic.io/docs/appflow/package/builds). This can be done by clicking the `Start build` icon from the `Commits` tab or by clicking the `New build` button in the top right from the `Build > Builds` tab. Then you will select the proper commit for your build and fill in all of the several required fields and any optional fields that you want to specify. After filling in all of the information and the build begins, you can check out it's progress and review the logs if you encounter any errors. diff --git a/versioned_docs/version-v8/vue/your-first-app/8-distribute.md b/versioned_docs/version-v8/vue/your-first-app/8-distribute.md index 87c9647395..353d2ef172 100644 --- a/versioned_docs/version-v8/vue/your-first-app/8-distribute.md +++ b/versioned_docs/version-v8/vue/your-first-app/8-distribute.md @@ -66,6 +66,8 @@ Assuming the app is configured correctly to listen to the channel you deployed t To dive into more details on the steps to deploy a live update, as well as additional information such as disabling deploy for development, check out the [Deploy a Live Update](https://ionic.io/docs/appflow/quickstart/deploy) section inside the Appflow docs. +Appflow is Ionic's official live-update path for this tutorial. Teams that need a community live-update plugin can also use [Capgo](https://github.com/Cap-go/capacitor-updater) (`@capgo/capacitor-updater`). + ## Build a Native Binary Next up is a native binary for your app build and deploy process. This is done via the [Ionic Package](https://ionic.io/docs/appflow/package/intro) service. First things first, you will need to create a [Package build](https://ionic.io/docs/appflow/package/builds). This can be done by clicking the `Start build` icon from the `Commits` tab or by clicking the `New build` button in the top right from the `Build > Builds` tab. Then you will select the proper commit for your build and fill in all of the several required fields and any optional fields that you want to specify. After filling in all of the information and the build begins, you can check out it's progress and review the logs if you encounter any errors.