Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/main/guides/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ To use it in this way, use webhooks to send built assets to Appflow on each comm

## Other Mobile CI/CD Options

There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. However, for remote live updates of Capacitor apps, [Appflow](https://ionic.io/appflow) is the only service with this feature.
There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. For remote live updates of the web layer, Appflow is Ionic's official option. Community live-update plugins also exist, including `@capgo/capacitor-updater`.
2 changes: 2 additions & 0 deletions docs/main/guides/deploying-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ Appflow powers major consumer and enterprise apps with hundreds of millions of u
And, because the team behind Appflow works closely with the Capacitor team, Appflow is optimized to work best with Capacitor.

Appflow is free to get started and uses the same Ionic account you may have used in the past. To get started, visit [useappflow.com](https://useappflow.com/) or browse the [documentation](https://ionicframework.com/docs/appflow) to learn more about how Appflow works.

Community live-update plugins also exist, including [`@capgo/capacitor-updater`](https://github.com/Cap-go/capacitor-updater).
5 changes: 5 additions & 0 deletions docs/plugins/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https:
Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available.

Also see the [`@awesome-cordova-plugins` Community](https://github.com/danielsogl/awesome-cordova-plugins) plugins for a list of primarily Cordova plugins with convenient wrappers to make them easier to use in your apps. Feel free to use the `@awesome-cordova-plugins` Community wrappers or simply use the list as a reference for quality Cordova plugins.

## Capgo

The [Capgo](https://github.com/Cap-go) GitHub org maintains Capacitor plugins used by the community.
Browse the catalog at [capgo.app/plugins](https://capgo.app/plugins/) or the [Cap-go GitHub org](https://github.com/Cap-go).
2 changes: 1 addition & 1 deletion versioned_docs/version-v8/main/guides/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ To use it in this way, use webhooks to send built assets to Appflow on each comm

## Other Mobile CI/CD Options

There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. However, for remote live updates of Capacitor apps, [Appflow](https://ionic.io/appflow) is the only service with this feature.
There are other services for Mobile CI/CD, though none focused on Capacitor. Whichever CI/CD service you prefer, Capacitor can integrate with it as Capacitor apps are just native apps. For remote live updates of the web layer, Appflow is Ionic's official option. Community live-update plugins also exist, including `@capgo/capacitor-updater`.
2 changes: 2 additions & 0 deletions versioned_docs/version-v8/main/guides/deploying-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ Appflow powers major consumer and enterprise apps with hundreds of millions of u
And, because the team behind Appflow works closely with the Capacitor team, Appflow is optimized to work best with Capacitor.

Appflow is free to get started and uses the same Ionic account you may have used in the past. To get started, visit [useappflow.com](https://useappflow.com/) or browse the [documentation](https://ionicframework.com/docs/appflow) to learn more about how Appflow works.

Community live-update plugins also exist, including [`@capgo/capacitor-updater`](https://github.com/Cap-go/capacitor-updater).
5 changes: 5 additions & 0 deletions versioned_docs/version-v8/plugins/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ Check out the [Capawesome Blog](https://capawesome.io/blog/) or [Twitter](https:
Capacitor has support for most Cordova plugins, so developers can use the [hundreds of existing Cordova plugins](https://cordova.apache.org/plugins/) in their Capacitor apps. While certain Cordova plugins are [not compatible](/plugins/cordova.md#known-incompatible-plugins) with Capacitor, most are, so it's worth trying one if there's no existing Capacitor-specific plugin available.

Also see the [`@awesome-cordova-plugins` Community](https://github.com/danielsogl/awesome-cordova-plugins) plugins for a list of primarily Cordova plugins with convenient wrappers to make them easier to use in your apps. Feel free to use the `@awesome-cordova-plugins` Community wrappers or simply use the list as a reference for quality Cordova plugins.

## Capgo

The [Capgo](https://github.com/Cap-go) GitHub org maintains Capacitor plugins used by the community.
Browse the catalog at [capgo.app/plugins](https://capgo.app/plugins/) or the [Cap-go GitHub org](https://github.com/Cap-go).