Repository: camel Updated Branches: refs/heads/master 30308c9f9 -> e1cc3a2cf
Regenerate component documentation list This updates the component list in the documentation without the removed components. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/40c2a759 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/40c2a759 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/40c2a759 Branch: refs/heads/master Commit: 40c2a759b9ce534a96fe9ef572eec733914702cc Parents: 30308c9 Author: Zoran Regvart <[email protected]> Authored: Wed Apr 19 11:11:17 2017 +0200 Committer: Zoran Regvart <[email protected]> Committed: Wed Apr 19 11:11:17 2017 +0200 ---------------------------------------------------------------------- components/readme.adoc | 17 +---------------- docs/user-manual/en/SUMMARY.md | 5 ----- 2 files changed, 1 insertion(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/40c2a759/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index a3990e7..09c9bf1 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 236 in 185 JAR artifacts (14 deprecated) +Number of Components: 231 in 184 JAR artifacts (14 deprecated) [width="100%",cols="4,1,5",options="header"] |======================================================================= @@ -251,27 +251,12 @@ Number of Components: 236 in 185 JAR artifacts (14 deprecated) | link:camel-google-drive/src/main/docs/google-drive-component.adoc[Google Drive] (camel-google-drive) + `google-drive:apiName/methodName` | 2.14 | The google-drive component provides access to Google Drive file storage service. -| link:camel-gae/src/main/docs/gauth-component.adoc[Google GAuth] (camel-gae) + -`gauth:name` | | The gauth component is used by web applications to implement a Google-specific OAuth consumer. - -| link:camel-gae/src/main/docs/ghttp-component.adoc[Google HTTP] (camel-gae) + -`ghttp:httpUri` | | The ghttp component provides HTTP connectivity to the GAE. - -| link:camel-gae/src/main/docs/glogin-component.adoc[Google Login] (camel-gae) + -`glogin:hostName` | | The glogin component is used by Camel applications outside Google App Engine (GAE) for programmatic login to GAE applications. - -| link:camel-gae/src/main/docs/gmail-component.adoc[Google mail] (camel-gae) + -`gmail:sender` | | The gmail component is used for sending emails to GAE. - | link:camel-google-mail/src/main/docs/google-mail-component.adoc[Google Mail] (camel-google-mail) + `google-mail:apiName/methodName` | 2.15 | The google-mail component provides access to Google Mail. | link:camel-google-pubsub/src/main/docs/google-pubsub-component.adoc[Google Pubsub] (camel-google-pubsub) + `google-pubsub:projectId:destinationName` | 2.19 | Messaging client for Google Cloud Platform PubSub Service: https://cloud.google.com/pubsub/ -| link:camel-gae/src/main/docs/gtask-component.adoc[Google Task] (camel-gae) + -`gtask:queueName` | | The gtask component is used for sending messages to GAE task queue service. - | link:camel-gora/src/main/docs/gora-component.adoc[Gora] (camel-gora) + `gora:name` | 2.14 | The gora component allows you to work with NoSQL databases using the Apache Gora framework. http://git-wip-us.apache.org/repos/asf/camel/blob/40c2a759/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 62f43ac..25968df 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -195,13 +195,8 @@ * [GitHub](github-component.adoc) * [Google Calendar](google-calendar-component.adoc) * [Google Drive](google-drive-component.adoc) - * [Google GAuth](gauth-component.adoc) - * [Google HTTP](ghttp-component.adoc) - * [Google Login](glogin-component.adoc) - * [Google mail](gmail-component.adoc) * [Google Mail](google-mail-component.adoc) * [Google Pubsub](google-pubsub-component.adoc) - * [Google Task](gtask-component.adoc) * [Gora](gora-component.adoc) * [Grape](grape-component.adoc) * [gRPC](grpc-component.adoc)
