Skip to content

Commit

Permalink
DOC-768 Add http components to the Cloud (#209)
Browse files Browse the repository at this point in the history
* Add http components to the Cloud

* revert changes to local playbook
  • Loading branch information
asimms41 authored Mar 4, 2025
1 parent a6cac8f commit 56181b7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
**** xref:develop:connect/components/inputs/gcp_cloud_storage.adoc[]
**** xref:develop:connect/components/inputs/gcp_pubsub.adoc[]
**** xref:develop:connect/components/inputs/generate.adoc[]
**** xref:develop:connect/components/inputs/http_client.adoc[]
**** xref:develop:connect/components/inputs/inproc.adoc[]
**** xref:develop:connect/components/inputs/kafka.adoc[]
**** xref:develop:connect/components/inputs/kafka_franz.adoc[]
Expand Down Expand Up @@ -149,6 +150,7 @@
**** xref:develop:connect/components/outputs/gcp_bigquery.adoc[]
**** xref:develop:connect/components/outputs/gcp_cloud_storage.adoc[]
**** xref:develop:connect/components/outputs/gcp_pubsub.adoc[]
**** xref:develop:connect/components/outputs/http_client.adoc[]
**** xref:develop:connect/components/outputs/inproc.adoc[]
**** xref:develop:connect/components/outputs/kafka.adoc[]
**** xref:develop:connect/components/outputs/kafka_franz.adoc[]
Expand Down Expand Up @@ -209,6 +211,7 @@
**** xref:develop:connect/components/processors/gcp_vertex_ai_embeddings.adoc[]
**** xref:develop:connect/components/processors/group_by.adoc[]
**** xref:develop:connect/components/processors/group_by_value.adoc[]
**** xref:develop:connect/components/processors/http.adoc[]
**** xref:develop:connect/components/processors/insert_part.adoc[]
**** xref:develop:connect/components/processors/jmespath.adoc[]
**** xref:develop:connect/components/processors/jq.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= http_client
:page-aliases: components:inputs/http_client.adoc

include::redpanda-connect:components:inputs/http_client.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= http_client
:page-aliases: components:outputs/http_client.adoc

include::redpanda-connect:components:outputs/http_client.adoc[tag=single-source]
4 changes: 4 additions & 0 deletions modules/develop/pages/connect/components/processors/http.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= http
:page-aliases: components:processors/http.adoc

include::redpanda-connect:components:processors/http.adoc[tag=single-source]

0 comments on commit 56181b7

Please sign in to comment.