Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7f17e69
Migrate SQL docs (#521)
kbatuigas May 1, 2026
f80a378
SQL GA nav (#572)
kbatuigas May 11, 2026
93e20d5
Add stub pages to nav
kbatuigas May 11, 2026
0aa9231
Names sweep
kbatuigas May 13, 2026
d12ba06
Minor style edit for list items
kbatuigas May 13, 2026
1b9d587
Revert default_redpanda_catalog rename
kbatuigas May 13, 2026
aba61b1
SQL: bytea support (#585)
kbatuigas May 22, 2026
3519115
Merge remote-tracking branch 'origin/main' into rp-sql
kbatuigas May 23, 2026
cc5abd5
SQL overview (#573)
kbatuigas May 23, 2026
45fcb29
SQL GA - Get started (#571)
kbatuigas May 23, 2026
d4715e1
SQL: OIDC and access management (#580)
kbatuigas May 23, 2026
8b56df6
SQL: Query topics (#574)
kbatuigas May 23, 2026
2979670
SQL: Auto union Iceberg and Redpanda topic (#575)
kbatuigas May 23, 2026
128fc41
SQL: struct support (#586)
kbatuigas May 23, 2026
d754c01
SQL: OOM (#584)
kbatuigas May 23, 2026
be2fc20
SQL: Expand virtual tables reference, add SHOW/DESCRIBE for new objec…
kbatuigas May 23, 2026
42937fc
SQL: What's New + landing page + style sweep (#597)
kbatuigas May 23, 2026
84ac957
Apply suggestions from code review
kbatuigas May 26, 2026
5eae6c0
Address PR 570 review comments
kbatuigas May 26, 2026
3b85ab7
Suggestions from auto review
kbatuigas May 26, 2026
a066621
Audit pass
kbatuigas May 26, 2026
e160cfd
Apply nav order suggestion
kbatuigas May 26, 2026
d9aa7d3
Add new gloss terms
kbatuigas May 26, 2026
df29265
SQL schema reference page rewrite
kbatuigas May 26, 2026
ed616f7
Minor edit
kbatuigas May 26, 2026
10f7cf1
Nav title case
kbatuigas May 26, 2026
8b6fe4b
Update Cloud docs landing page to component-home-v3 (#578)
JakeSCahill May 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 16 additions & 8 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
name: redpanda-cloud
name: cloud-data-platform
title: Cloud
version: ~
start_page: home:index.adoc
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
# AI suggestions for the chat drawer
ai-suggestion-1: How do I create a BYOC cluster?
ai-suggestion-2: Set up managed connectors in Cloud
ai-suggestion-3: Configure network security for my cluster
ai-suggestion-4: Monitor Cloud cluster performance
project-github: redpanda-data/connect
page-header-data:
component-metadata:
title: "Cloud"
description: "Fully managed Redpanda streaming platform."
color: "#1D4ED8"
order: 1
color: '#014F86'
icon: "cloud"
# Name of the Redpanda UI used in content that is single-sourced with Redpanda Console.
ui: Redpanda Cloud
env-cloud: true
Expand Down Expand Up @@ -66,12 +74,12 @@ asciidoc:
page-home-tertiary-row-title: 'Labs'
page-home-tertiary-row:
- title: 'Build a chat room application with Golang'
url: 'redpanda-labs:clients:cloud-go.adoc'
url: 'labs:clients:cloud-go.adoc'
- title: 'Build a chat room application with Java'
url: 'redpanda-labs:clients:cloud-java.adoc'
url: 'labs:clients:cloud-java.adoc'
- title: 'Build a chat room application with Node.js'
url: 'redpanda-labs:clients:cloud-nodejs.adoc'
url: 'labs:clients:cloud-nodejs.adoc'
- title: 'Build a chat room application with Python'
url: 'redpanda-labs:clients:cloud-python.adoc'
url: 'labs:clients:cloud-python.adoc'
- title: 'Build a chat room application with Rust'
url: 'redpanda-labs:clients:cloud-rust.adoc'
url: 'labs:clients:cloud-rust.adoc'
253 changes: 253 additions & 0 deletions modules/ROOT/nav.adoc

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/ai-agents/pages/observability/concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MCP server transcripts contain these span types:
|===
| Span Type | Description | Use To

| `mcp-{server-id}`
| `mcp-\{server-id\}`
| Top-level span representing the entire MCP server invocation. The server ID uniquely identifies the MCP server instance. This span encompasses all tool execution from request receipt to response completion.
| Measure total MCP server response time and identify slow tool invocations.

Expand Down Expand Up @@ -203,7 +203,7 @@ The request flow demonstrates:
When agents call MCP tools, the transcript spans multiple services. Each service has a different `service.name` in the resource attributes:

* Agent spans: `"service.name": "ai-agent"`
* MCP server spans: `"service.name": "mcp-{server-id}"`
* MCP server spans: `"service.name": "mcp-\{server-id\}"`

Both use the same `traceId`, allowing you to follow a request across service boundaries.

Expand Down
2 changes: 1 addition & 1 deletion modules/develop/pages/connect/about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Comprehensive data pipeline metrics are also available to help you to xref:devel

Try this xref:develop:connect/connect-quickstart.adoc[quickstart].

TIP: If you’re new to Redpanda Connect, try xref:redpanda-connect:guides:getting_started.adoc[building and testing data pipelines locally] before deploying to the Cloud.
TIP: If you’re new to Redpanda Connect, try xref:connect:guides:getting_started.adoc[building and testing data pipelines locally] before deploying to the Cloud.
2 changes: 1 addition & 1 deletion modules/develop/pages/connect/components/about.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Components Catalog
:page-aliases: components:about.adoc, develop:connect/components/catalog.adoc, components:catalog.adoc

include::redpanda-connect:components:about.adoc[tag=single-source]
include::connect:components:about.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= Buffers
:page-aliases: components:buffers/about.adoc
include::redpanda-connect:components:buffers/about.adoc[tag=single-source]
include::connect:components:buffers/about.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= memory
:page-aliases: components:buffers/memory.adoc
include::redpanda-connect:components:buffers/memory.adoc[tag=single-source]
include::connect:components:buffers/memory.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= none
:page-aliases: components:buffers/none.adoc
include::redpanda-connect:components:buffers/none.adoc[tag=single-source]
include::connect:components:buffers/none.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= system_window
:page-aliases: components:buffers/system_window.adoc
include::redpanda-connect:components:buffers/system_window.adoc[tag=single-source]
include::connect:components:buffers/system_window.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= Caches
:page-aliases: components:caches/about.adoc
include::redpanda-connect:components:caches/about.adoc[tag=single-source]
include::connect:components:caches/about.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= aws_dynamodb
:page-aliases: components:caches/aws_dynamodb.adoc
include::redpanda-connect:components:caches/aws_dynamodb.adoc[tag=single-source]
include::connect:components:caches/aws_dynamodb.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= aws_s3
:page-aliases: components:caches/aws_s3.adoc
include::redpanda-connect:components:caches/aws_s3.adoc[tag=single-source]
include::connect:components:caches/aws_s3.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= gcp_cloud_storage
:page-aliases: components:caches/gcp_cloud_storage.adoc
include::redpanda-connect:components:caches/gcp_cloud_storage.adoc[tag=single-source]
include::connect:components:caches/gcp_cloud_storage.adoc[tag=single-source]
2 changes: 1 addition & 1 deletion modules/develop/pages/connect/components/caches/lru.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= lru
:page-aliases: components:caches/lru.adoc
include::redpanda-connect:components:caches/lru.adoc[tag=single-source]
include::connect:components:caches/lru.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= memcached
:page-aliases: components:caches/memcached.adoc
include::redpanda-connect:components:caches/memcached.adoc[tag=single-source]
include::connect:components:caches/memcached.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= memory
:page-aliases: components:caches/memory.adoc
include::redpanda-connect:components:caches/memory.adoc[tag=single-source]
include::connect:components:caches/memory.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= mongodb
:page-aliases: components:caches/mongodb.adoc
include::redpanda-connect:components:caches/mongodb.adoc[tag=single-source]
include::connect:components:caches/mongodb.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= multilevel
:page-aliases: components:caches/multilevel.adoc
include::redpanda-connect:components:caches/multilevel.adoc[tag=single-source]
include::connect:components:caches/multilevel.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= nats_kv
:page-aliases: components:caches/nats_kv.adoc
include::redpanda-connect:components:caches/nats_kv.adoc[tag=single-source]
include::connect:components:caches/nats_kv.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= noop
:page-aliases: components:caches/noop.adoc
include::redpanda-connect:components:caches/noop.adoc[tag=single-source]
include::connect:components:caches/noop.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= redis
:page-aliases: components:caches/redis.adoc
include::redpanda-connect:components:caches/redis.adoc[tag=single-source]
include::connect:components:caches/redis.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= redpanda
:page-aliases: components:caches/redpanda.adoc
include::redpanda-connect:components:caches/redpanda.adoc[tag=single-source]
include::connect:components:caches/redpanda.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= ristretto
:page-aliases: components:caches/ristretto.adoc
include::redpanda-connect:components:caches/ristretto.adoc[tag=single-source]
include::connect:components:caches/ristretto.adoc[tag=single-source]
2 changes: 1 addition & 1 deletion modules/develop/pages/connect/components/caches/sql.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= sql
:page-aliases: components:caches/sql.adoc
include::redpanda-connect:components:caches/sql.adoc[tag=single-source]
include::connect:components:caches/sql.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= ttlru
:page-aliases: components:caches/ttlru.adoc
include::redpanda-connect:components:caches/ttlru.adoc[tag=single-source]
include::connect:components:caches/ttlru.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= Inputs
:page-aliases: components:inputs/about.adoc
include::redpanda-connect:components:inputs/about.adoc[tag=single-source]
include::connect:components:inputs/about.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= amqp_0_9
:page-aliases: components:inputs/amqp_0_9.adoc
include::redpanda-connect:components:inputs/amqp_0_9.adoc[tag=single-source]
include::connect:components:inputs/amqp_0_9.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= aws_cloudwatch_logs
:page-aliases: components:inputs/aws_cloudwatch_logs.adoc
include::redpanda-connect:components:inputs/aws_cloudwatch_logs.adoc[tag=single-source]
include::connect:components:inputs/aws_cloudwatch_logs.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= aws_dynamodb_cdc
:page-aliases: components:inputs/aws_dynamodb_cdc.adoc
include::redpanda-connect:components:inputs/aws_dynamodb_cdc.adoc[tag=single-source]
include::connect:components:inputs/aws_dynamodb_cdc.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= aws_kinesis
:page-aliases: components:inputs/aws_kinesis.adoc
include::redpanda-connect:components:inputs/aws_kinesis.adoc[tag=single-source]
include::connect:components:inputs/aws_kinesis.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= aws_s3
:page-aliases: components:inputs/aws_s3.adoc
include::redpanda-connect:components:inputs/aws_s3.adoc[tag=single-source]
include::connect:components:inputs/aws_s3.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= aws_sqs
:page-aliases: components:inputs/aws_sqs.adoc
include::redpanda-connect:components:inputs/aws_sqs.adoc[tag=single-source]
include::connect:components:inputs/aws_sqs.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= azure_blob_storage
:page-aliases: components:inputs/azure_blob_storage.adoc
include::redpanda-connect:components:inputs/azure_blob_storage.adoc[tag=single-source]
include::connect:components:inputs/azure_blob_storage.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= azure_cosmosdb
:page-aliases: components:inputs/azure_cosmosdb.adoc
include::redpanda-connect:components:inputs/azure_cosmosdb.adoc[tag=single-source]
include::connect:components:inputs/azure_cosmosdb.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= azure_queue_storage
:page-aliases: components:inputs/azure_queue_storage.adoc
include::redpanda-connect:components:inputs/azure_queue_storage.adoc[tag=single-source]
include::connect:components:inputs/azure_queue_storage.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= azure_table_storage
:page-aliases: components:inputs/azure_table_storage.adoc
include::redpanda-connect:components:inputs/azure_table_storage.adoc[tag=single-source]
include::connect:components:inputs/azure_table_storage.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= batched
:page-aliases: components:inputs/batched.adoc
include::redpanda-connect:components:inputs/batched.adoc[tag=single-source]
include::connect:components:inputs/batched.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= broker
:page-aliases: components:inputs/broker.adoc
include::redpanda-connect:components:inputs/broker.adoc[tag=single-source]
include::connect:components:inputs/broker.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= gateway
:page-aliases: components:inputs/gateway.adoc

include::redpanda-connect:components:partial$components/inputs/gateway.adoc[tag=single-source]
include::connect:components:partial$components/inputs/gateway.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= gcp_bigquery_select
:page-aliases: components:inputs/gcp_bigquery_select.adoc
include::redpanda-connect:components:inputs/gcp_bigquery_select.adoc[tag=single-source]
include::connect:components:inputs/gcp_bigquery_select.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= gcp_cloud_storage
:page-aliases: components:inputs/gcp_cloud_storage.adoc
include::redpanda-connect:components:inputs/gcp_cloud_storage.adoc[tag=single-source]
include::connect:components:inputs/gcp_cloud_storage.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= gcp_pubsub
:page-aliases: components:inputs/gcp_pubsub.adoc
include::redpanda-connect:components:inputs/gcp_pubsub.adoc[tag=single-source]
include::connect:components:inputs/gcp_pubsub.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= gcp_spanner_cdc
:page-aliases: components:inputs/gcp_spanner_cdc.adoc
include::redpanda-connect:components:inputs/gcp_spanner_cdc.adoc[tag=single-source]
include::connect:components:inputs/gcp_spanner_cdc.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= generate
:page-aliases: components:inputs/generate.adoc
include::redpanda-connect:components:inputs/generate.adoc[tag=single-source]
include::connect:components:inputs/generate.adoc[tag=single-source]
2 changes: 1 addition & 1 deletion modules/develop/pages/connect/components/inputs/git.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= git
:page-aliases: components:inputs/git.adoc

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

include::redpanda-connect:components:inputs/http_client.adoc[tag=single-source]
include::connect:components:inputs/http_client.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= http_server
:page-aliases: components:inputs/http_server.adoc
include::redpanda-connect:components:inputs/http_server.adoc[tag=single-source]
include::connect:components:inputs/http_server.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= inproc
:page-aliases: components:inputs/inproc.adoc
include::redpanda-connect:components:inputs/inproc.adoc[tag=single-source]
include::connect:components:inputs/inproc.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= kafka
:page-aliases: components:inputs/kafka.adoc
include::redpanda-connect:components:inputs/kafka.adoc[tag=single-source]
include::connect:components:inputs/kafka.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= kafka_franz
:page-aliases: components:inputs/kafka_franz.adoc
include::redpanda-connect:components:inputs/kafka_franz.adoc[tag=single-source]
include::connect:components:inputs/kafka_franz.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= microsoft_sql_server_cdc
:page-aliases: components:inputs/microsoft_sql_server_cdc.adoc
include::redpanda-connect:components:inputs/microsoft_sql_server_cdc.adoc[tag=single-source]
include::connect:components:inputs/microsoft_sql_server_cdc.adoc[tag=single-source]
Loading