From edeba3e4dfc16d2962fe06eb32d5b45cb17639d1 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 8 May 2026 08:41:02 +0100 Subject: [PATCH 01/33] Update Cloud docs landing page to component-home-v3 Migrates Cloud docs landing page to use the new component-home-v3 layout with configurable content via page attributes. ## Deploy Section - :page-deploy-title: Section heading - :page-deploy-N-title/desc/link/icon: Card content (up to 3) ## Popular Topics Section - :page-popular-title: Section heading - :page-popular-N-title/desc/link/icon: Card content (up to 4) ## Labs Section - :page-labs-title: Section heading - :page-labs-link: Link to all labs - :page-labs-N-title/link: Individual lab links ## Stats Bar - :page-stats: Pipe-separated stats with ;; delimiter Related: https://github.com/redpanda-data/docs-ui/pull/376 --- modules/home/pages/index.adoc | 49 +++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index 97ab89e0b..7bab6c73f 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -1,3 +1,48 @@ = Redpanda Cloud Documentation -:page-role: component-home-v2 -:description: Home page for the Redpanda Cloud docs. \ No newline at end of file +:page-role: component-home-v3 +:description: Get started with Redpanda Cloud — a fully managed streaming data platform. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. +// Deploy section +:page-deploy-title: Get started with Redpanda Cloud +:page-deploy-1-title: Serverless quickstart +:page-deploy-1-desc: Start streaming in 30 seconds — zero infrastructure to manage. +:page-deploy-1-link: get-started:cluster-types/serverless.adoc +:page-deploy-1-icon: lightning +:page-deploy-2-title: Dedicated cluster +:page-deploy-2-desc: Deploy dedicated resources in Redpanda Cloud with advanced configuration. +:page-deploy-2-link: get-started:cluster-types/create-dedicated-cloud-cluster.adoc +:page-deploy-2-icon: cloud +:page-deploy-3-title: Bring Your Own Cloud +:page-deploy-3-desc: Run Redpanda in your own VPC with full data sovereignty. +:page-deploy-3-link: get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc +:page-deploy-3-icon: lock +// Popular topics section +:page-popular-title: Popular topics +:page-popular-1-title: Billing +:page-popular-1-desc: Understand pricing and usage metering. +:page-popular-1-link: billing:index.adoc +:page-popular-1-icon: chart +:page-popular-2-title: Security +:page-popular-2-desc: Configure authentication and access controls. +:page-popular-2-link: security:authorization/index.adoc +:page-popular-2-icon: lock +:page-popular-3-title: Networking +:page-popular-3-desc: Set up private networking and endpoints. +:page-popular-3-link: networking:index.adoc +:page-popular-3-icon: flow +:page-popular-4-title: rpk commands +:page-popular-4-desc: CLI reference for Redpanda Cloud. +:page-popular-4-link: reference:rpk/index.adoc +:page-popular-4-icon: terminal +// Labs section +:page-labs-title: Labs for Redpanda Cloud +:page-labs-link: https://redpanda.com/labs +:page-labs-1-title: Build a real-time stock dashboard with Serverless +:page-labs-1-link: https://github.com/redpanda-data/redpanda-labs/tree/main/clients/stock-market-activity +:page-labs-2-title: Stream data from S3 into Redpanda +:page-labs-2-link: https://github.com/redpanda-data/redpanda-labs/tree/main/connect +:page-labs-3-title: Use Redpanda with Flink for stream processing +:page-labs-3-link: https://github.com/redpanda-data/redpanda-labs/tree/main/docker-compose/flink +:page-labs-4-title: Build event-driven apps with Python and Kafka +:page-labs-4-link: https://github.com/redpanda-data/redpanda-labs/tree/main/clients/chat-room/python +// Stats bar +:page-stats: Serverless|in seconds;;Pay|as you go;;No|infrastructure;;Scale|automatically From 686275cb4bdd44beeca0bd710b67df83f821661d Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 12:15:10 +0100 Subject: [PATCH 02/33] Update component xrefs for unified navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated xrefs and includes: ROOT → streaming - Updated xrefs: redpanda-connect → connect This allows cloud-docs to correctly include single-sourced content from the renamed streaming component. --- antora.yml | 18 +++++++++++------- modules/ai-agents/pages/mcp/overview.adoc | 2 +- modules/develop/pages/connect/about.adoc | 2 +- .../pages/connect/components/about.adoc | 2 +- .../connect/components/buffers/about.adoc | 2 +- .../connect/components/buffers/memory.adoc | 2 +- .../pages/connect/components/buffers/none.adoc | 2 +- .../components/buffers/system_window.adoc | 2 +- .../pages/connect/components/caches/about.adoc | 2 +- .../components/caches/aws_dynamodb.adoc | 2 +- .../connect/components/caches/aws_s3.adoc | 2 +- .../components/caches/gcp_cloud_storage.adoc | 2 +- .../pages/connect/components/caches/lru.adoc | 2 +- .../connect/components/caches/memcached.adoc | 2 +- .../connect/components/caches/memory.adoc | 2 +- .../connect/components/caches/mongodb.adoc | 2 +- .../connect/components/caches/multilevel.adoc | 2 +- .../connect/components/caches/nats_kv.adoc | 2 +- .../pages/connect/components/caches/noop.adoc | 2 +- .../pages/connect/components/caches/redis.adoc | 2 +- .../connect/components/caches/redpanda.adoc | 2 +- .../connect/components/caches/ristretto.adoc | 2 +- .../pages/connect/components/caches/sql.adoc | 2 +- .../pages/connect/components/caches/ttlru.adoc | 2 +- .../pages/connect/components/inputs/about.adoc | 2 +- .../connect/components/inputs/amqp_0_9.adoc | 2 +- .../components/inputs/aws_cloudwatch_logs.adoc | 2 +- .../components/inputs/aws_dynamodb_cdc.adoc | 2 +- .../connect/components/inputs/aws_kinesis.adoc | 2 +- .../connect/components/inputs/aws_s3.adoc | 2 +- .../connect/components/inputs/aws_sqs.adoc | 2 +- .../components/inputs/azure_blob_storage.adoc | 2 +- .../components/inputs/azure_cosmosdb.adoc | 2 +- .../components/inputs/azure_queue_storage.adoc | 2 +- .../components/inputs/azure_table_storage.adoc | 2 +- .../connect/components/inputs/batched.adoc | 2 +- .../connect/components/inputs/broker.adoc | 2 +- .../connect/components/inputs/gateway.adoc | 2 +- .../components/inputs/gcp_bigquery_select.adoc | 2 +- .../components/inputs/gcp_cloud_storage.adoc | 2 +- .../connect/components/inputs/gcp_pubsub.adoc | 2 +- .../components/inputs/gcp_spanner_cdc.adoc | 2 +- .../connect/components/inputs/generate.adoc | 2 +- .../pages/connect/components/inputs/git.adoc | 2 +- .../connect/components/inputs/http_client.adoc | 2 +- .../connect/components/inputs/http_server.adoc | 2 +- .../connect/components/inputs/inproc.adoc | 2 +- .../pages/connect/components/inputs/kafka.adoc | 2 +- .../connect/components/inputs/kafka_franz.adoc | 2 +- .../inputs/microsoft_sql_server_cdc.adoc | 2 +- .../connect/components/inputs/mongodb.adoc | 2 +- .../connect/components/inputs/mongodb_cdc.adoc | 2 +- .../pages/connect/components/inputs/mqtt.adoc | 2 +- .../connect/components/inputs/mysql_cdc.adoc | 2 +- .../pages/connect/components/inputs/nats.adoc | 2 +- .../components/inputs/nats_jetstream.adoc | 2 +- .../connect/components/inputs/nats_kv.adoc | 2 +- .../components/inputs/oracledb_cdc.adoc | 2 +- .../connect/components/inputs/otlp_grpc.adoc | 2 +- .../connect/components/inputs/otlp_http.adoc | 2 +- .../components/inputs/postgres_cdc.adoc | 2 +- .../connect/components/inputs/read_until.adoc | 2 +- .../connect/components/inputs/redis_list.adoc | 2 +- .../components/inputs/redis_pubsub.adoc | 2 +- .../connect/components/inputs/redis_scan.adoc | 2 +- .../components/inputs/redis_streams.adoc | 2 +- .../connect/components/inputs/redpanda.adoc | 2 +- .../components/inputs/redpanda_common.adoc | 2 +- .../components/inputs/redpanda_migrator.adoc | 2 +- .../connect/components/inputs/resource.adoc | 2 +- .../components/inputs/schema_registry.adoc | 2 +- .../connect/components/inputs/sequence.adoc | 2 +- .../pages/connect/components/inputs/sftp.adoc | 2 +- .../pages/connect/components/inputs/slack.adoc | 2 +- .../connect/components/inputs/slack_users.adoc | 2 +- .../components/inputs/spicedb_watch.adoc | 2 +- .../connect/components/inputs/splunk.adoc | 2 +- .../connect/components/inputs/sql_raw.adoc | 2 +- .../connect/components/inputs/sql_select.adoc | 2 +- .../connect/components/inputs/timeplus.adoc | 2 +- .../pages/connect/components/logger/about.adoc | 2 +- .../connect/components/metrics/about.adoc | 2 +- .../pages/connect/components/metrics/none.adoc | 2 +- .../connect/components/metrics/prometheus.adoc | 2 +- .../connect/components/outputs/about.adoc | 2 +- .../connect/components/outputs/amqp_0_9.adoc | 2 +- .../pages/connect/components/outputs/arc.adoc | 2 +- .../components/outputs/aws_dynamodb.adoc | 2 +- .../components/outputs/aws_kinesis.adoc | 2 +- .../outputs/aws_kinesis_firehose.adoc | 2 +- .../connect/components/outputs/aws_s3.adoc | 2 +- .../connect/components/outputs/aws_sns.adoc | 2 +- .../connect/components/outputs/aws_sqs.adoc | 2 +- .../components/outputs/azure_blob_storage.adoc | 2 +- .../components/outputs/azure_cosmosdb.adoc | 2 +- .../outputs/azure_data_lake_gen2.adoc | 2 +- .../outputs/azure_queue_storage.adoc | 2 +- .../outputs/azure_table_storage.adoc | 2 +- .../connect/components/outputs/broker.adoc | 2 +- .../connect/components/outputs/cache.adoc | 2 +- .../connect/components/outputs/cyborgdb.adoc | 2 +- .../pages/connect/components/outputs/drop.adoc | 2 +- .../connect/components/outputs/drop_on.adoc | 2 +- .../components/outputs/elasticsearch_v8.adoc | 2 +- .../connect/components/outputs/fallback.adoc | 2 +- .../components/outputs/gcp_bigquery.adoc | 2 +- .../components/outputs/gcp_cloud_storage.adoc | 2 +- .../connect/components/outputs/gcp_pubsub.adoc | 2 +- .../components/outputs/http_client.adoc | 2 +- .../connect/components/outputs/iceberg.adoc | 2 +- .../connect/components/outputs/inproc.adoc | 2 +- .../connect/components/outputs/kafka.adoc | 2 +- .../components/outputs/kafka_franz.adoc | 2 +- .../connect/components/outputs/mongodb.adoc | 2 +- .../pages/connect/components/outputs/mqtt.adoc | 2 +- .../pages/connect/components/outputs/nats.adoc | 2 +- .../components/outputs/nats_jetstream.adoc | 2 +- .../connect/components/outputs/nats_kv.adoc | 2 +- .../connect/components/outputs/opensearch.adoc | 2 +- .../connect/components/outputs/otlp_grpc.adoc | 2 +- .../connect/components/outputs/otlp_http.adoc | 2 +- .../connect/components/outputs/pinecone.adoc | 2 +- .../connect/components/outputs/qdrant.adoc | 2 +- .../connect/components/outputs/questdb.adoc | 2 +- .../connect/components/outputs/redis_hash.adoc | 2 +- .../connect/components/outputs/redis_list.adoc | 2 +- .../components/outputs/redis_pubsub.adoc | 2 +- .../components/outputs/redis_streams.adoc | 2 +- .../connect/components/outputs/redpanda.adoc | 2 +- .../components/outputs/redpanda_common.adoc | 2 +- .../components/outputs/redpanda_migrator.adoc | 2 +- .../connect/components/outputs/reject.adoc | 2 +- .../components/outputs/reject_errored.adoc | 2 +- .../connect/components/outputs/resource.adoc | 2 +- .../connect/components/outputs/retry.adoc | 2 +- .../components/outputs/salesforce_sink.adoc | 2 +- .../components/outputs/schema_registry.adoc | 2 +- .../pages/connect/components/outputs/sftp.adoc | 2 +- .../connect/components/outputs/slack_post.adoc | 2 +- .../components/outputs/slack_reaction.adoc | 2 +- .../components/outputs/snowflake_put.adoc | 2 +- .../outputs/snowflake_streaming.adoc | 2 +- .../connect/components/outputs/splunk_hec.adoc | 2 +- .../connect/components/outputs/sql_insert.adoc | 2 +- .../connect/components/outputs/sql_raw.adoc | 2 +- .../connect/components/outputs/switch.adoc | 2 +- .../components/outputs/sync_response.adoc | 2 +- .../connect/components/outputs/timeplus.adoc | 2 +- .../components/processors/a2a_message.adoc | 2 +- .../connect/components/processors/about.adoc | 2 +- .../connect/components/processors/archive.adoc | 2 +- .../connect/components/processors/avro.adoc | 2 +- .../processors/aws_bedrock_chat.adoc | 2 +- .../processors/aws_bedrock_embeddings.adoc | 2 +- .../processors/aws_dynamodb_partiql.adoc | 2 +- .../components/processors/aws_lambda.adoc | 2 +- .../components/processors/azure_cosmosdb.adoc | 2 +- .../components/processors/benchmark.adoc | 2 +- .../components/processors/bloblang.adoc | 2 +- .../components/processors/bounds_check.adoc | 2 +- .../connect/components/processors/branch.adoc | 2 +- .../connect/components/processors/cache.adoc | 2 +- .../connect/components/processors/cached.adoc | 2 +- .../connect/components/processors/catch.adoc | 2 +- .../components/processors/cohere_chat.adoc | 2 +- .../processors/cohere_embeddings.adoc | 2 +- .../components/processors/cohere_rerank.adoc | 2 +- .../components/processors/compress.adoc | 2 +- .../components/processors/decompress.adoc | 2 +- .../connect/components/processors/dedupe.adoc | 2 +- .../components/processors/for_each.adoc | 2 +- .../processors/gcp_bigquery_select.adoc | 2 +- .../processors/gcp_vertex_ai_chat.adoc | 2 +- .../processors/gcp_vertex_ai_embeddings.adoc | 2 +- .../processors/google_drive_download.adoc | 2 +- .../processors/google_drive_list_labels.adoc | 2 +- .../processors/google_drive_search.adoc | 2 +- .../components/processors/group_by.adoc | 2 +- .../components/processors/group_by_value.adoc | 2 +- .../connect/components/processors/http.adoc | 2 +- .../components/processors/insert_part.adoc | 2 +- .../connect/components/processors/jira.adoc | 2 +- .../components/processors/jmespath.adoc | 2 +- .../connect/components/processors/jq.adoc | 2 +- .../components/processors/json_schema.adoc | 2 +- .../connect/components/processors/log.adoc | 2 +- .../connect/components/processors/mapping.adoc | 2 +- .../connect/components/processors/metric.adoc | 2 +- .../connect/components/processors/mongodb.adoc | 2 +- .../components/processors/mutation.adoc | 2 +- .../connect/components/processors/nats_kv.adoc | 2 +- .../processors/nats_request_reply.adoc | 2 +- .../connect/components/processors/noop.adoc | 2 +- .../components/processors/ollama_chat.adoc | 2 +- .../processors/ollama_embeddings.adoc | 2 +- .../processors/ollama_moderation.adoc | 2 +- .../processors/openai_chat_completion.adoc | 2 +- .../processors/openai_embeddings.adoc | 2 +- .../processors/openai_image_generation.adoc | 2 +- .../components/processors/openai_speech.adoc | 2 +- .../processors/openai_transcription.adoc | 2 +- .../processors/openai_translation.adoc | 2 +- .../components/processors/parallel.adoc | 2 +- .../components/processors/parquet_decode.adoc | 2 +- .../components/processors/parquet_encode.adoc | 2 +- .../components/processors/parse_log.adoc | 2 +- .../components/processors/processors.adoc | 2 +- .../components/processors/protobuf.adoc | 2 +- .../connect/components/processors/qdrant.adoc | 2 +- .../components/processors/rate_limit.adoc | 2 +- .../connect/components/processors/redis.adoc | 2 +- .../components/processors/redis_script.adoc | 2 +- .../components/processors/resource.adoc | 2 +- .../connect/components/processors/retry.adoc | 2 +- .../components/processors/salesforce.adoc | 2 +- .../processors/schema_registry_decode.adoc | 2 +- .../processors/schema_registry_encode.adoc | 2 +- .../components/processors/select_parts.adoc | 2 +- .../components/processors/slack_thread.adoc | 2 +- .../connect/components/processors/sleep.adoc | 2 +- .../connect/components/processors/split.adoc | 2 +- .../components/processors/sql_insert.adoc | 2 +- .../connect/components/processors/sql_raw.adoc | 2 +- .../components/processors/sql_select.adoc | 2 +- .../components/processors/string_split.adoc | 2 +- .../connect/components/processors/switch.adoc | 2 +- .../components/processors/sync_response.adoc | 2 +- .../components/processors/text_chunker.adoc | 2 +- .../connect/components/processors/try.adoc | 2 +- .../components/processors/unarchive.adoc | 2 +- .../connect/components/processors/while.adoc | 2 +- .../components/processors/workflow.adoc | 2 +- .../connect/components/processors/xml.adoc | 2 +- .../connect/components/rate_limits/about.adoc | 2 +- .../connect/components/rate_limits/local.adoc | 2 +- .../connect/components/rate_limits/redis.adoc | 2 +- .../connect/components/redpanda/about.adoc | 2 +- .../connect/components/scanners/about.adoc | 2 +- .../connect/components/scanners/avro.adoc | 2 +- .../connect/components/scanners/chunker.adoc | 2 +- .../pages/connect/components/scanners/csv.adoc | 2 +- .../components/scanners/decompress.adoc | 2 +- .../components/scanners/json_array.adoc | 2 +- .../components/scanners/json_documents.adoc | 2 +- .../connect/components/scanners/lines.adoc | 2 +- .../connect/components/scanners/re_match.adoc | 2 +- .../connect/components/scanners/skip_bom.adoc | 2 +- .../connect/components/scanners/switch.adoc | 2 +- .../pages/connect/components/scanners/tar.adoc | 2 +- .../components/scanners/to_the_end.adoc | 2 +- .../connect/components/tracers/about.adoc | 2 +- .../components/tracers/gcp_cloudtrace.adoc | 2 +- .../pages/connect/components/tracers/none.adoc | 2 +- .../connect/components/tracers/redpanda.adoc | 2 +- .../pages/connect/configuration/about.adoc | 2 +- .../pages/connect/configuration/batching.adoc | 2 +- .../connect/configuration/error_handling.adoc | 2 +- .../connect/configuration/field_paths.adoc | 2 +- .../connect/configuration/interpolation.adoc | 2 +- .../pages/connect/configuration/metadata.adoc | 2 +- .../configuration/processing_pipelines.adoc | 2 +- .../configuration/resource-management.adoc | 2 +- .../connect/configuration/unit_testing.adoc | 2 +- .../configuration/windowed_processing.adoc | 2 +- .../pages/connect/connect-quickstart.adoc | 2 +- .../pages/connect/cookbooks/dynamodb_cdc.adoc | 2 +- .../pages/connect/cookbooks/enrichments.adoc | 2 +- .../pages/connect/cookbooks/filtering.adoc | 2 +- .../connect/cookbooks/joining_streams.adoc | 2 +- .../develop/pages/connect/cookbooks/rag.adoc | 2 +- .../connect/cookbooks/redpanda_migrator.adoc | 2 +- .../connect/cookbooks/snowflake_ingestion.adoc | 2 +- .../pages/connect/guides/bloblang/about.adoc | 2 +- .../connect/guides/bloblang/arithmetic.adoc | 2 +- .../connect/guides/bloblang/functions.adoc | 2 +- .../pages/connect/guides/bloblang/methods.adoc | 2 +- .../connect/guides/bloblang/walkthrough.adoc | 2 +- .../pages/connect/guides/cloud/aws.adoc | 2 +- .../pages/connect/guides/cloud/gateway.adoc | 2 +- .../pages/connect/guides/cloud/gcp.adoc | 2 +- .../migrate-unified-redpanda-migrator.adoc | 2 +- .../pages/connect/guides/sync_responses.adoc | 2 +- .../pages/consume-data/consumer-offsets.adoc | 2 +- .../pages/consume-data/follower-fetching.adoc | 2 +- .../consume-data/paginate-messages-events.adoc | 2 +- .../develop/pages/data-transforms/build.adoc | 2 +- .../pages/data-transforms/configure.adoc | 2 +- .../pages/data-transforms/data-transforms.adoc | 2 +- .../develop/pages/data-transforms/deploy.adoc | 2 +- .../data-transforms/how-transforms-work.adoc | 2 +- .../develop/pages/data-transforms/monitor.adoc | 2 +- .../develop/pages/data-transforms/test.adoc | 2 +- modules/develop/pages/http-proxy.adoc | 2 +- modules/develop/pages/kafka-clients.adoc | 2 +- .../managed-connectors/monitor-connectors.adoc | 2 +- .../produce-data/configure-producers.adoc | 2 +- .../produce-data/idempotent-producers.adoc | 2 +- .../pages/produce-data/leader-pinning.adoc | 2 +- modules/develop/pages/topics/cloud-topics.adoc | 2 +- .../develop/pages/topics/config-topics.adoc | 2 +- modules/develop/pages/transactions.adoc | 2 +- modules/get-started/pages/architecture.adoc | 2 +- .../byoc/gcp/enable-rpcn-byovpc-gcp.adoc | 2 +- .../byoc/remote-read-replicas.adoc | 2 +- .../pages/cluster-types/serverless.adoc | 2 +- modules/get-started/pages/intro-to-events.adoc | 2 +- .../get-started/pages/partner-integration.adoc | 2 +- modules/get-started/pages/whats-new-cloud.adoc | 6 +++--- modules/manage/pages/audit-logging.adoc | 2 +- .../pages/audit-logging/audit-log-samples.adoc | 2 +- .../about-throughput-quotas.adoc | 2 +- .../configure-client-connections.adoc | 2 +- .../cluster-maintenance/manage-throughput.adoc | 2 +- .../shadowing/failover-runbook.adoc | 2 +- .../disaster-recovery/shadowing/failover.adoc | 2 +- .../disaster-recovery/shadowing/monitor.adoc | 2 +- .../disaster-recovery/shadowing/overview.adoc | 2 +- .../disaster-recovery/shadowing/setup.adoc | 2 +- .../pages/iceberg/about-iceberg-topics.adoc | 2 +- .../iceberg/iceberg-performance-tuning.adoc | 2 +- .../pages/iceberg/iceberg-topics-aws-glue.adoc | 2 +- .../iceberg-topics-databricks-unity.adoc | 2 +- .../pages/iceberg/iceberg-troubleshooting.adoc | 2 +- .../iceberg/migrate-to-iceberg-topics.adoc | 2 +- .../pages/iceberg/query-iceberg-topics.adoc | 2 +- ...panda-topics-iceberg-snowflake-catalog.adoc | 2 +- .../pages/iceberg/specify-iceberg-schema.adoc | 2 +- .../pages/iceberg/use-iceberg-catalogs.adoc | 2 +- modules/manage/pages/monitor-cloud.adoc | 2 +- modules/manage/pages/mountable-topics.adoc | 2 +- modules/manage/pages/rpk/broker-admin.adoc | 2 +- .../manage/pages/rpk/config-rpk-profile.adoc | 2 +- modules/manage/pages/rpk/intro-to-rpk.adoc | 2 +- modules/manage/pages/rpk/rpk-install.adoc | 2 +- .../schema-reg/edit-topic-configuration.adoc | 2 +- .../schema-reg/programmable-push-filters.adoc | 2 +- .../schema-reg/record-deserialization.adoc | 2 +- .../pages/schema-reg/schema-id-validation.adoc | 2 +- .../pages/schema-reg/schema-reg-api.adoc | 2 +- .../schema-reg/schema-reg-authorization.adoc | 2 +- .../pages/schema-reg/schema-reg-contexts.adoc | 2 +- .../pages/schema-reg/schema-reg-overview.adoc | 2 +- .../manage/pages/schema-reg/schema-reg-ui.adoc | 2 +- modules/manage/pages/terraform-provider.adoc | 2 +- .../networking/pages/azure-private-link.adoc | 2 +- .../pages/data-transforms/golang-sdk.adoc | 2 +- .../pages/data-transforms/js/js-sdk-sr.adoc | 2 +- .../pages/data-transforms/js/js-sdk.adoc | 2 +- .../pages/data-transforms/rust-sdk.adoc | 2 +- .../pages/properties/cluster-properties.adoc | 2 +- .../properties/object-storage-properties.adoc | 2 +- .../pages/public-metrics-reference.adoc | 2 +- .../rpk/rpk-cloud/rpk-cloud-auth-delete.adoc | 2 +- .../rpk/rpk-cloud/rpk-cloud-auth-list.adoc | 2 +- .../rpk/rpk-cloud/rpk-cloud-auth-use.adoc | 2 +- .../pages/rpk/rpk-cloud/rpk-cloud-auth.adoc | 2 +- .../rpk/rpk-cloud/rpk-cloud-byoc-install.adoc | 2 +- .../rpk-cloud/rpk-cloud-byoc-uninstall.adoc | 2 +- .../pages/rpk/rpk-cloud/rpk-cloud-byoc.adoc | 2 +- .../rpk-cloud/rpk-cloud-cluster-select.adoc | 2 +- .../pages/rpk/rpk-cloud/rpk-cloud-cluster.adoc | 2 +- .../pages/rpk/rpk-cloud/rpk-cloud-login.adoc | 2 +- .../pages/rpk/rpk-cloud/rpk-cloud-logout.adoc | 2 +- .../rpk/rpk-cloud/rpk-cloud-mcp-install.adoc | 2 +- .../rpk/rpk-cloud/rpk-cloud-mcp-stdio.adoc | 2 +- .../pages/rpk/rpk-cloud/rpk-cloud-mcp.adoc | 2 +- .../pages/rpk/rpk-cloud/rpk-cloud.adoc | 2 +- .../rpk-cluster/rpk-cluster-config-get.adoc | 2 +- .../rpk-cluster/rpk-cluster-config-list.adoc | 2 +- .../rpk-cluster/rpk-cluster-config-set.adoc | 2 +- .../rpk-cluster/rpk-cluster-config-status.adoc | 2 +- .../rpk/rpk-cluster/rpk-cluster-config.adoc | 2 +- .../rpk-cluster-connections-list.adoc | 2 +- .../rpk-cluster/rpk-cluster-connections.adoc | 2 +- .../rpk/rpk-cluster/rpk-cluster-info.adoc | 2 +- .../rpk-cluster-logdirs-describe.adoc | 2 +- .../rpk/rpk-cluster/rpk-cluster-logdirs.adoc | 2 +- .../rpk-cluster/rpk-cluster-quotas-alter.adoc | 2 +- .../rpk-cluster-quotas-describe.adoc | 2 +- .../rpk-cluster/rpk-cluster-quotas-import.adoc | 2 +- .../rpk/rpk-cluster/rpk-cluster-quotas.adoc | 2 +- .../rpk-cluster-storage-cancel-mount.adoc | 2 +- .../rpk-cluster-storage-list-mount.adoc | 2 +- .../rpk-cluster-storage-list-mountable.adoc | 2 +- .../rpk-cluster/rpk-cluster-storage-mount.adoc | 2 +- .../rpk-cluster-storage-status-mount.adoc | 2 +- .../rpk-cluster-storage-unmount.adoc | 2 +- .../rpk/rpk-cluster/rpk-cluster-storage.adoc | 2 +- .../rpk-cluster-txn-describe-producers.adoc | 2 +- .../rpk-cluster/rpk-cluster-txn-describe.adoc | 2 +- .../rpk/rpk-cluster/rpk-cluster-txn-list.adoc | 2 +- .../pages/rpk/rpk-cluster/rpk-cluster-txn.adoc | 2 +- .../pages/rpk/rpk-cluster/rpk-cluster.adoc | 2 +- modules/reference/pages/rpk/rpk-commands.adoc | 2 +- .../rpk/rpk-generate/rpk-generate-app.adoc | 2 +- .../rpk-generate-grafana-dashboard.adoc | 2 +- .../rpk-generate-shell-completion.adoc | 2 +- .../pages/rpk/rpk-generate/rpk-generate.adoc | 2 +- .../pages/rpk/rpk-group/rpk-group-delete.adoc | 2 +- .../rpk/rpk-group/rpk-group-describe.adoc | 2 +- .../pages/rpk/rpk-group/rpk-group-list.adoc | 2 +- .../rpk/rpk-group/rpk-group-offset-delete.adoc | 2 +- .../pages/rpk/rpk-group/rpk-group-seek.adoc | 2 +- .../pages/rpk/rpk-group/rpk-group.adoc | 2 +- modules/reference/pages/rpk/rpk-help.adoc | 2 +- .../rpk/rpk-plugin/rpk-plugin-install.adoc | 2 +- .../pages/rpk/rpk-plugin/rpk-plugin-list.adoc | 2 +- .../rpk/rpk-plugin/rpk-plugin-uninstall.adoc | 2 +- .../pages/rpk/rpk-plugin/rpk-plugin.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-clear.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-create.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-current.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-delete.adoc | 2 +- .../rpk-profile/rpk-profile-edit-globals.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-edit.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-list.adoc | 2 +- .../rpk-profile/rpk-profile-print-globals.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-print.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-prompt.adoc | 2 +- .../rpk/rpk-profile/rpk-profile-rename-to.adoc | 2 +- .../rpk-profile/rpk-profile-set-globals.adoc | 2 +- .../pages/rpk/rpk-profile/rpk-profile-set.adoc | 2 +- .../pages/rpk/rpk-profile/rpk-profile-use.adoc | 2 +- .../pages/rpk/rpk-profile/rpk-profile.adoc | 2 +- .../rpk-registry-compatibility-level-get.adoc | 2 +- .../rpk-registry-compatibility-level-set.adoc | 2 +- .../rpk-registry-compatibility-level.adoc | 2 +- .../rpk-registry/rpk-registry-mode-get.adoc | 2 +- .../rpk-registry/rpk-registry-mode-reset.adoc | 2 +- .../rpk-registry/rpk-registry-mode-set.adoc | 2 +- .../rpk/rpk-registry/rpk-registry-mode.adoc | 2 +- ...pk-registry-schema-check-compatibility.adoc | 2 +- .../rpk-registry-schema-create.adoc | 2 +- .../rpk-registry-schema-delete.adoc | 2 +- .../rpk-registry/rpk-registry-schema-get.adoc | 2 +- .../rpk-registry/rpk-registry-schema-list.adoc | 2 +- .../rpk-registry-schema-references.adoc | 2 +- .../rpk/rpk-registry/rpk-registry-schema.adoc | 2 +- .../rpk-registry-subject-delete.adoc | 2 +- .../rpk-registry-subject-list.adoc | 2 +- .../rpk/rpk-registry/rpk-registry-subject.adoc | 2 +- .../pages/rpk/rpk-registry/rpk-registry.adoc | 2 +- .../rpk-security/rpk-security-acl-create.adoc | 2 +- .../rpk-security/rpk-security-acl-delete.adoc | 2 +- .../rpk-security/rpk-security-acl-list.adoc | 2 +- .../rpk/rpk-security/rpk-security-acl.adoc | 2 +- .../rpk-security/rpk-security-role-assign.adoc | 2 +- .../rpk-security/rpk-security-role-create.adoc | 2 +- .../rpk-security/rpk-security-role-delete.adoc | 2 +- .../rpk-security-role-describe.adoc | 2 +- .../rpk-security/rpk-security-role-list.adoc | 2 +- .../rpk-security-role-unassign.adoc | 2 +- .../rpk/rpk-security/rpk-security-role.adoc | 2 +- .../rpk-security-secret-create.adoc | 2 +- .../rpk-security-secret-delete.adoc | 2 +- .../rpk-security/rpk-security-secret-list.adoc | 2 +- .../rpk-security-secret-update.adoc | 2 +- .../rpk/rpk-security/rpk-security-secret.adoc | 2 +- .../rpk-security/rpk-security-user-create.adoc | 2 +- .../rpk-security/rpk-security-user-delete.adoc | 2 +- .../rpk-security/rpk-security-user-list.adoc | 2 +- .../rpk-security/rpk-security-user-update.adoc | 2 +- .../rpk/rpk-security/rpk-security-user.adoc | 2 +- .../pages/rpk/rpk-security/rpk-security.adoc | 2 +- .../rpk-shadow/rpk-shadow-config-generate.adoc | 2 +- .../rpk/rpk-shadow/rpk-shadow-create.adoc | 2 +- .../rpk/rpk-shadow/rpk-shadow-delete.adoc | 2 +- .../rpk/rpk-shadow/rpk-shadow-describe.adoc | 2 +- .../rpk/rpk-shadow/rpk-shadow-failover.adoc | 2 +- .../pages/rpk/rpk-shadow/rpk-shadow-list.adoc | 2 +- .../rpk/rpk-shadow/rpk-shadow-status.adoc | 2 +- .../rpk/rpk-shadow/rpk-shadow-update.adoc | 2 +- .../pages/rpk/rpk-shadow/rpk-shadow.adoc | 2 +- .../rpk-topic/rpk-topic-add-partitions.adoc | 2 +- .../rpk/rpk-topic/rpk-topic-alter-config.adoc | 2 +- .../pages/rpk/rpk-topic/rpk-topic-consume.adoc | 2 +- .../pages/rpk/rpk-topic/rpk-topic-create.adoc | 2 +- .../pages/rpk/rpk-topic/rpk-topic-delete.adoc | 2 +- .../rpk/rpk-topic/rpk-topic-describe.adoc | 2 +- .../pages/rpk/rpk-topic/rpk-topic-list.adoc | 2 +- .../pages/rpk/rpk-topic/rpk-topic-produce.adoc | 2 +- .../rpk/rpk-topic/rpk-topic-trim-prefix.adoc | 2 +- .../pages/rpk/rpk-topic/rpk-topic.adoc | 2 +- .../rpk/rpk-transform/rpk-transform-build.adoc | 2 +- .../rpk-transform/rpk-transform-delete.adoc | 2 +- .../rpk-transform/rpk-transform-deploy.adoc | 2 +- .../rpk/rpk-transform/rpk-transform-init.adoc | 2 +- .../rpk/rpk-transform/rpk-transform-list.adoc | 2 +- .../rpk/rpk-transform/rpk-transform-logs.adoc | 2 +- .../pages/rpk/rpk-transform/rpk-transform.adoc | 2 +- modules/reference/pages/rpk/rpk-version.adoc | 2 +- modules/reference/pages/rpk/rpk-x-options.adoc | 2 +- modules/security/pages/authorization/acl.adoc | 2 +- .../pages/authorization/gbac/gbac.adoc | 4 ++-- .../pages/authorization/gbac/gbac_dp.adoc | 2 +- .../pages/authorization/rbac/rbac_dp.adoc | 2 +- .../security/pages/cloud-authentication.adoc | 10 +++++----- 497 files changed, 514 insertions(+), 510 deletions(-) diff --git a/antora.yml b/antora.yml index e59aa30e6..fefa2e9e7 100644 --- a/antora.yml +++ b/antora.yml @@ -1,4 +1,4 @@ -name: redpanda-cloud +name: cloud-data-platform title: Cloud version: ~ start_page: home:index.adoc @@ -8,8 +8,12 @@ asciidoc: attributes: project-github: redpanda-data/connect page-header-data: + title: "Cloud" + section: "Data Platform" + description: "Fully managed Redpanda streaming platform." + color: "#0ea5e9" 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 @@ -66,12 +70,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' diff --git a/modules/ai-agents/pages/mcp/overview.adoc b/modules/ai-agents/pages/mcp/overview.adoc index 84aaddd8d..7011a36ad 100644 --- a/modules/ai-agents/pages/mcp/overview.adoc +++ b/modules/ai-agents/pages/mcp/overview.adoc @@ -70,4 +70,4 @@ MCP servers authenticate to Redpanda Cloud using your personal or service accoun * xref:ai-agents:mcp/quickstart.adoc[] * xref:ai-agents:mcp/configuration.adoc[] -TIP: The Redpanda documentation site has a read-only MCP server that provides access to Redpanda docs and examples. This server has no access to your Redpanda Cloud account or clusters. See xref:home:ROOT:mcp-setup.adoc[]. +TIP: The Redpanda documentation site has a read-only MCP server that provides access to Redpanda docs and examples. This server has no access to your Redpanda Cloud account or clusters. See xref:home:streaming:mcp-setup.adoc[]. diff --git a/modules/develop/pages/connect/about.adoc b/modules/develop/pages/connect/about.adoc index 729967c06..36a8e19e2 100644 --- a/modules/develop/pages/connect/about.adoc +++ b/modules/develop/pages/connect/about.adoc @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/modules/develop/pages/connect/components/about.adoc b/modules/develop/pages/connect/components/about.adoc index 30841435e..0188a5382 100644 --- a/modules/develop/pages/connect/components/about.adoc +++ b/modules/develop/pages/connect/components/about.adoc @@ -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] \ No newline at end of file +include::connect:components:about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/buffers/about.adoc b/modules/develop/pages/connect/components/buffers/about.adoc index 7a3eb040c..c33e807e5 100644 --- a/modules/develop/pages/connect/components/buffers/about.adoc +++ b/modules/develop/pages/connect/components/buffers/about.adoc @@ -1,3 +1,3 @@ = Buffers :page-aliases: components:buffers/about.adoc -include::redpanda-connect:components:buffers/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:buffers/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/buffers/memory.adoc b/modules/develop/pages/connect/components/buffers/memory.adoc index c23db6e77..dac34540b 100644 --- a/modules/develop/pages/connect/components/buffers/memory.adoc +++ b/modules/develop/pages/connect/components/buffers/memory.adoc @@ -1,3 +1,3 @@ = memory :page-aliases: components:buffers/memory.adoc -include::redpanda-connect:components:buffers/memory.adoc[tag=single-source] \ No newline at end of file +include::connect:components:buffers/memory.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/buffers/none.adoc b/modules/develop/pages/connect/components/buffers/none.adoc index 7f54e7322..521f99b50 100644 --- a/modules/develop/pages/connect/components/buffers/none.adoc +++ b/modules/develop/pages/connect/components/buffers/none.adoc @@ -1,3 +1,3 @@ = none :page-aliases: components:buffers/none.adoc -include::redpanda-connect:components:buffers/none.adoc[tag=single-source] \ No newline at end of file +include::connect:components:buffers/none.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/buffers/system_window.adoc b/modules/develop/pages/connect/components/buffers/system_window.adoc index 95f9a4c0e..3ba04f629 100644 --- a/modules/develop/pages/connect/components/buffers/system_window.adoc +++ b/modules/develop/pages/connect/components/buffers/system_window.adoc @@ -1,3 +1,3 @@ = system_window :page-aliases: components:buffers/system_window.adoc -include::redpanda-connect:components:buffers/system_window.adoc[tag=single-source] \ No newline at end of file +include::connect:components:buffers/system_window.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/about.adoc b/modules/develop/pages/connect/components/caches/about.adoc index d89ffa3c5..a39c1140f 100644 --- a/modules/develop/pages/connect/components/caches/about.adoc +++ b/modules/develop/pages/connect/components/caches/about.adoc @@ -1,3 +1,3 @@ = Caches :page-aliases: components:caches/about.adoc -include::redpanda-connect:components:caches/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/aws_dynamodb.adoc b/modules/develop/pages/connect/components/caches/aws_dynamodb.adoc index 872ea1040..9a85c8d3c 100644 --- a/modules/develop/pages/connect/components/caches/aws_dynamodb.adoc +++ b/modules/develop/pages/connect/components/caches/aws_dynamodb.adoc @@ -1,3 +1,3 @@ = aws_dynamodb :page-aliases: components:caches/aws_dynamodb.adoc -include::redpanda-connect:components:caches/aws_dynamodb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/aws_dynamodb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/aws_s3.adoc b/modules/develop/pages/connect/components/caches/aws_s3.adoc index 595a64800..b3daf1f69 100644 --- a/modules/develop/pages/connect/components/caches/aws_s3.adoc +++ b/modules/develop/pages/connect/components/caches/aws_s3.adoc @@ -1,3 +1,3 @@ = aws_s3 :page-aliases: components:caches/aws_s3.adoc -include::redpanda-connect:components:caches/aws_s3.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/aws_s3.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/gcp_cloud_storage.adoc b/modules/develop/pages/connect/components/caches/gcp_cloud_storage.adoc index 505528acb..448141b07 100644 --- a/modules/develop/pages/connect/components/caches/gcp_cloud_storage.adoc +++ b/modules/develop/pages/connect/components/caches/gcp_cloud_storage.adoc @@ -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] \ No newline at end of file +include::connect:components:caches/gcp_cloud_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/lru.adoc b/modules/develop/pages/connect/components/caches/lru.adoc index 1e94722b9..f973c173f 100644 --- a/modules/develop/pages/connect/components/caches/lru.adoc +++ b/modules/develop/pages/connect/components/caches/lru.adoc @@ -1,3 +1,3 @@ = lru :page-aliases: components:caches/lru.adoc -include::redpanda-connect:components:caches/lru.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/lru.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/memcached.adoc b/modules/develop/pages/connect/components/caches/memcached.adoc index ead6609ff..27a8d975b 100644 --- a/modules/develop/pages/connect/components/caches/memcached.adoc +++ b/modules/develop/pages/connect/components/caches/memcached.adoc @@ -1,3 +1,3 @@ = memcached :page-aliases: components:caches/memcached.adoc -include::redpanda-connect:components:caches/memcached.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/memcached.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/memory.adoc b/modules/develop/pages/connect/components/caches/memory.adoc index cfe55574d..8beea6956 100644 --- a/modules/develop/pages/connect/components/caches/memory.adoc +++ b/modules/develop/pages/connect/components/caches/memory.adoc @@ -1,3 +1,3 @@ = memory :page-aliases: components:caches/memory.adoc -include::redpanda-connect:components:caches/memory.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/memory.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/mongodb.adoc b/modules/develop/pages/connect/components/caches/mongodb.adoc index 70f1dec40..f760952c1 100644 --- a/modules/develop/pages/connect/components/caches/mongodb.adoc +++ b/modules/develop/pages/connect/components/caches/mongodb.adoc @@ -1,3 +1,3 @@ = mongodb :page-aliases: components:caches/mongodb.adoc -include::redpanda-connect:components:caches/mongodb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/mongodb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/multilevel.adoc b/modules/develop/pages/connect/components/caches/multilevel.adoc index 45e7f6609..5d1ceadbb 100644 --- a/modules/develop/pages/connect/components/caches/multilevel.adoc +++ b/modules/develop/pages/connect/components/caches/multilevel.adoc @@ -1,3 +1,3 @@ = multilevel :page-aliases: components:caches/multilevel.adoc -include::redpanda-connect:components:caches/multilevel.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/multilevel.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/nats_kv.adoc b/modules/develop/pages/connect/components/caches/nats_kv.adoc index 101bce6b7..023af8a03 100644 --- a/modules/develop/pages/connect/components/caches/nats_kv.adoc +++ b/modules/develop/pages/connect/components/caches/nats_kv.adoc @@ -1,3 +1,3 @@ = nats_kv :page-aliases: components:caches/nats_kv.adoc -include::redpanda-connect:components:caches/nats_kv.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/nats_kv.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/noop.adoc b/modules/develop/pages/connect/components/caches/noop.adoc index 63a82d993..130bfd18a 100644 --- a/modules/develop/pages/connect/components/caches/noop.adoc +++ b/modules/develop/pages/connect/components/caches/noop.adoc @@ -1,3 +1,3 @@ = noop :page-aliases: components:caches/noop.adoc -include::redpanda-connect:components:caches/noop.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/noop.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/redis.adoc b/modules/develop/pages/connect/components/caches/redis.adoc index bee553223..75d14a9d6 100644 --- a/modules/develop/pages/connect/components/caches/redis.adoc +++ b/modules/develop/pages/connect/components/caches/redis.adoc @@ -1,3 +1,3 @@ = redis :page-aliases: components:caches/redis.adoc -include::redpanda-connect:components:caches/redis.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/redis.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/redpanda.adoc b/modules/develop/pages/connect/components/caches/redpanda.adoc index c5705d54e..3e5bd8e58 100644 --- a/modules/develop/pages/connect/components/caches/redpanda.adoc +++ b/modules/develop/pages/connect/components/caches/redpanda.adoc @@ -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] diff --git a/modules/develop/pages/connect/components/caches/ristretto.adoc b/modules/develop/pages/connect/components/caches/ristretto.adoc index ab5795476..a79228697 100644 --- a/modules/develop/pages/connect/components/caches/ristretto.adoc +++ b/modules/develop/pages/connect/components/caches/ristretto.adoc @@ -1,3 +1,3 @@ = ristretto :page-aliases: components:caches/ristretto.adoc -include::redpanda-connect:components:caches/ristretto.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/ristretto.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/sql.adoc b/modules/develop/pages/connect/components/caches/sql.adoc index c2cada37f..85ab28718 100644 --- a/modules/develop/pages/connect/components/caches/sql.adoc +++ b/modules/develop/pages/connect/components/caches/sql.adoc @@ -1,3 +1,3 @@ = sql :page-aliases: components:caches/sql.adoc -include::redpanda-connect:components:caches/sql.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/sql.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/caches/ttlru.adoc b/modules/develop/pages/connect/components/caches/ttlru.adoc index 258edb412..d2d14d946 100644 --- a/modules/develop/pages/connect/components/caches/ttlru.adoc +++ b/modules/develop/pages/connect/components/caches/ttlru.adoc @@ -1,3 +1,3 @@ = ttlru :page-aliases: components:caches/ttlru.adoc -include::redpanda-connect:components:caches/ttlru.adoc[tag=single-source] \ No newline at end of file +include::connect:components:caches/ttlru.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/about.adoc b/modules/develop/pages/connect/components/inputs/about.adoc index c2c770a8f..07c80efb4 100644 --- a/modules/develop/pages/connect/components/inputs/about.adoc +++ b/modules/develop/pages/connect/components/inputs/about.adoc @@ -1,3 +1,3 @@ = Inputs :page-aliases: components:inputs/about.adoc -include::redpanda-connect:components:inputs/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/amqp_0_9.adoc b/modules/develop/pages/connect/components/inputs/amqp_0_9.adoc index 26861d5ad..28ab115e0 100644 --- a/modules/develop/pages/connect/components/inputs/amqp_0_9.adoc +++ b/modules/develop/pages/connect/components/inputs/amqp_0_9.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/amqp_0_9.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/aws_cloudwatch_logs.adoc b/modules/develop/pages/connect/components/inputs/aws_cloudwatch_logs.adoc index 306806ad7..9b20a9d34 100644 --- a/modules/develop/pages/connect/components/inputs/aws_cloudwatch_logs.adoc +++ b/modules/develop/pages/connect/components/inputs/aws_cloudwatch_logs.adoc @@ -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] diff --git a/modules/develop/pages/connect/components/inputs/aws_dynamodb_cdc.adoc b/modules/develop/pages/connect/components/inputs/aws_dynamodb_cdc.adoc index 03e3691e9..8d5d5714d 100644 --- a/modules/develop/pages/connect/components/inputs/aws_dynamodb_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/aws_dynamodb_cdc.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/aws_dynamodb_cdc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/aws_kinesis.adoc b/modules/develop/pages/connect/components/inputs/aws_kinesis.adoc index bd3b0a7f1..d40046179 100644 --- a/modules/develop/pages/connect/components/inputs/aws_kinesis.adoc +++ b/modules/develop/pages/connect/components/inputs/aws_kinesis.adoc @@ -1,3 +1,3 @@ = aws_kinesis :page-aliases: components:inputs/aws_kinesis.adoc -include::redpanda-connect:components:inputs/aws_kinesis.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/aws_kinesis.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/aws_s3.adoc b/modules/develop/pages/connect/components/inputs/aws_s3.adoc index 902bc335e..63990fc1e 100644 --- a/modules/develop/pages/connect/components/inputs/aws_s3.adoc +++ b/modules/develop/pages/connect/components/inputs/aws_s3.adoc @@ -1,3 +1,3 @@ = aws_s3 :page-aliases: components:inputs/aws_s3.adoc -include::redpanda-connect:components:inputs/aws_s3.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/aws_s3.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/aws_sqs.adoc b/modules/develop/pages/connect/components/inputs/aws_sqs.adoc index cffabadba..11b723200 100644 --- a/modules/develop/pages/connect/components/inputs/aws_sqs.adoc +++ b/modules/develop/pages/connect/components/inputs/aws_sqs.adoc @@ -1,3 +1,3 @@ = aws_sqs :page-aliases: components:inputs/aws_sqs.adoc -include::redpanda-connect:components:inputs/aws_sqs.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/aws_sqs.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/azure_blob_storage.adoc b/modules/develop/pages/connect/components/inputs/azure_blob_storage.adoc index ff99752be..940878fc7 100644 --- a/modules/develop/pages/connect/components/inputs/azure_blob_storage.adoc +++ b/modules/develop/pages/connect/components/inputs/azure_blob_storage.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/azure_blob_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/azure_cosmosdb.adoc b/modules/develop/pages/connect/components/inputs/azure_cosmosdb.adoc index 1f6836a32..6be71c4a2 100644 --- a/modules/develop/pages/connect/components/inputs/azure_cosmosdb.adoc +++ b/modules/develop/pages/connect/components/inputs/azure_cosmosdb.adoc @@ -1,3 +1,3 @@ = azure_cosmosdb :page-aliases: components:inputs/azure_cosmosdb.adoc -include::redpanda-connect:components:inputs/azure_cosmosdb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/azure_cosmosdb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/azure_queue_storage.adoc b/modules/develop/pages/connect/components/inputs/azure_queue_storage.adoc index c29519430..6392a182c 100644 --- a/modules/develop/pages/connect/components/inputs/azure_queue_storage.adoc +++ b/modules/develop/pages/connect/components/inputs/azure_queue_storage.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/azure_queue_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/azure_table_storage.adoc b/modules/develop/pages/connect/components/inputs/azure_table_storage.adoc index 73523c0a1..bcd675e64 100644 --- a/modules/develop/pages/connect/components/inputs/azure_table_storage.adoc +++ b/modules/develop/pages/connect/components/inputs/azure_table_storage.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/azure_table_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/batched.adoc b/modules/develop/pages/connect/components/inputs/batched.adoc index 997a272d3..6d7953a2e 100644 --- a/modules/develop/pages/connect/components/inputs/batched.adoc +++ b/modules/develop/pages/connect/components/inputs/batched.adoc @@ -1,3 +1,3 @@ = batched :page-aliases: components:inputs/batched.adoc -include::redpanda-connect:components:inputs/batched.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/batched.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/broker.adoc b/modules/develop/pages/connect/components/inputs/broker.adoc index 421183a6d..1c10c7021 100644 --- a/modules/develop/pages/connect/components/inputs/broker.adoc +++ b/modules/develop/pages/connect/components/inputs/broker.adoc @@ -1,3 +1,3 @@ = broker :page-aliases: components:inputs/broker.adoc -include::redpanda-connect:components:inputs/broker.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/broker.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/gateway.adoc b/modules/develop/pages/connect/components/inputs/gateway.adoc index 6f570a33e..343b13fa2 100644 --- a/modules/develop/pages/connect/components/inputs/gateway.adoc +++ b/modules/develop/pages/connect/components/inputs/gateway.adoc @@ -1,4 +1,4 @@ = gateway :page-aliases: components:inputs/gateway.adoc -include::redpanda-connect:components:partial$components/inputs/gateway.adoc[tag=single-source] \ No newline at end of file +include::connect:components:partial$components/inputs/gateway.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/gcp_bigquery_select.adoc b/modules/develop/pages/connect/components/inputs/gcp_bigquery_select.adoc index 43574cf04..ec51c9062 100644 --- a/modules/develop/pages/connect/components/inputs/gcp_bigquery_select.adoc +++ b/modules/develop/pages/connect/components/inputs/gcp_bigquery_select.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/gcp_bigquery_select.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/gcp_cloud_storage.adoc b/modules/develop/pages/connect/components/inputs/gcp_cloud_storage.adoc index 2fd5d03a8..8e97d919c 100644 --- a/modules/develop/pages/connect/components/inputs/gcp_cloud_storage.adoc +++ b/modules/develop/pages/connect/components/inputs/gcp_cloud_storage.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/gcp_cloud_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/gcp_pubsub.adoc b/modules/develop/pages/connect/components/inputs/gcp_pubsub.adoc index 95c8b2fc1..f0477976d 100644 --- a/modules/develop/pages/connect/components/inputs/gcp_pubsub.adoc +++ b/modules/develop/pages/connect/components/inputs/gcp_pubsub.adoc @@ -1,3 +1,3 @@ = gcp_pubsub :page-aliases: components:inputs/gcp_pubsub.adoc -include::redpanda-connect:components:inputs/gcp_pubsub.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/gcp_pubsub.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/gcp_spanner_cdc.adoc b/modules/develop/pages/connect/components/inputs/gcp_spanner_cdc.adoc index ae0625255..24eefedf1 100644 --- a/modules/develop/pages/connect/components/inputs/gcp_spanner_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/gcp_spanner_cdc.adoc @@ -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] diff --git a/modules/develop/pages/connect/components/inputs/generate.adoc b/modules/develop/pages/connect/components/inputs/generate.adoc index 634a29b70..bd6e0a901 100644 --- a/modules/develop/pages/connect/components/inputs/generate.adoc +++ b/modules/develop/pages/connect/components/inputs/generate.adoc @@ -1,3 +1,3 @@ = generate :page-aliases: components:inputs/generate.adoc -include::redpanda-connect:components:inputs/generate.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/generate.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/git.adoc b/modules/develop/pages/connect/components/inputs/git.adoc index 0411e54eb..e4649b572 100644 --- a/modules/develop/pages/connect/components/inputs/git.adoc +++ b/modules/develop/pages/connect/components/inputs/git.adoc @@ -1,4 +1,4 @@ = git :page-aliases: components:inputs/git.adoc -include::redpanda-connect:components:inputs/git.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/git.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/http_client.adoc b/modules/develop/pages/connect/components/inputs/http_client.adoc index ac6fc4a23..b9854cfb7 100644 --- a/modules/develop/pages/connect/components/inputs/http_client.adoc +++ b/modules/develop/pages/connect/components/inputs/http_client.adoc @@ -1,4 +1,4 @@ = http_client :page-aliases: components:inputs/http_client.adoc -include::redpanda-connect:components:inputs/http_client.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/http_client.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/http_server.adoc b/modules/develop/pages/connect/components/inputs/http_server.adoc index 48b7a3343..3fb8588aa 100644 --- a/modules/develop/pages/connect/components/inputs/http_server.adoc +++ b/modules/develop/pages/connect/components/inputs/http_server.adoc @@ -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] diff --git a/modules/develop/pages/connect/components/inputs/inproc.adoc b/modules/develop/pages/connect/components/inputs/inproc.adoc index 1fbbf3284..6e8896553 100644 --- a/modules/develop/pages/connect/components/inputs/inproc.adoc +++ b/modules/develop/pages/connect/components/inputs/inproc.adoc @@ -1,3 +1,3 @@ = inproc :page-aliases: components:inputs/inproc.adoc -include::redpanda-connect:components:inputs/inproc.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/inproc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/kafka.adoc b/modules/develop/pages/connect/components/inputs/kafka.adoc index 0aa28d95c..76997b772 100644 --- a/modules/develop/pages/connect/components/inputs/kafka.adoc +++ b/modules/develop/pages/connect/components/inputs/kafka.adoc @@ -1,3 +1,3 @@ = kafka :page-aliases: components:inputs/kafka.adoc -include::redpanda-connect:components:inputs/kafka.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/kafka.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/kafka_franz.adoc b/modules/develop/pages/connect/components/inputs/kafka_franz.adoc index 7fc912688..b83676b53 100644 --- a/modules/develop/pages/connect/components/inputs/kafka_franz.adoc +++ b/modules/develop/pages/connect/components/inputs/kafka_franz.adoc @@ -1,3 +1,3 @@ = kafka_franz :page-aliases: components:inputs/kafka_franz.adoc -include::redpanda-connect:components:inputs/kafka_franz.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/kafka_franz.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/microsoft_sql_server_cdc.adoc b/modules/develop/pages/connect/components/inputs/microsoft_sql_server_cdc.adoc index b8141b6c0..50c25fb92 100644 --- a/modules/develop/pages/connect/components/inputs/microsoft_sql_server_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/microsoft_sql_server_cdc.adoc @@ -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] \ No newline at end of file +include::connect:components:inputs/microsoft_sql_server_cdc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/mongodb.adoc b/modules/develop/pages/connect/components/inputs/mongodb.adoc index d39c81635..33c67e0a3 100644 --- a/modules/develop/pages/connect/components/inputs/mongodb.adoc +++ b/modules/develop/pages/connect/components/inputs/mongodb.adoc @@ -1,3 +1,3 @@ = mongodb :page-aliases: components:inputs/mongodb.adoc -include::redpanda-connect:components:inputs/mongodb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/mongodb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/mongodb_cdc.adoc b/modules/develop/pages/connect/components/inputs/mongodb_cdc.adoc index c927a34e7..cded82101 100644 --- a/modules/develop/pages/connect/components/inputs/mongodb_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/mongodb_cdc.adoc @@ -1,4 +1,4 @@ = mongodb_cdc :page-aliases: components:inputs/mongodb_cdc.adoc -include::redpanda-connect:components:inputs/mongodb_cdc.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/mongodb_cdc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/mqtt.adoc b/modules/develop/pages/connect/components/inputs/mqtt.adoc index 803ad4628..929767cd5 100644 --- a/modules/develop/pages/connect/components/inputs/mqtt.adoc +++ b/modules/develop/pages/connect/components/inputs/mqtt.adoc @@ -1,3 +1,3 @@ = mqtt :page-aliases: components:inputs/mqtt.adoc -include::redpanda-connect:components:inputs/mqtt.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/mqtt.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/mysql_cdc.adoc b/modules/develop/pages/connect/components/inputs/mysql_cdc.adoc index 1e8230919..47c13c908 100644 --- a/modules/develop/pages/connect/components/inputs/mysql_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/mysql_cdc.adoc @@ -1,4 +1,4 @@ = mysql_cdc :page-aliases: components:inputs/mysql_cdc.adoc -include::redpanda-connect:components:inputs/mysql_cdc.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/mysql_cdc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/nats.adoc b/modules/develop/pages/connect/components/inputs/nats.adoc index 80cce6579..4eced706e 100644 --- a/modules/develop/pages/connect/components/inputs/nats.adoc +++ b/modules/develop/pages/connect/components/inputs/nats.adoc @@ -1,3 +1,3 @@ = nats :page-aliases: components:inputs/nats.adoc -include::redpanda-connect:components:inputs/nats.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/nats.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/nats_jetstream.adoc b/modules/develop/pages/connect/components/inputs/nats_jetstream.adoc index f01375ec6..1219f065e 100644 --- a/modules/develop/pages/connect/components/inputs/nats_jetstream.adoc +++ b/modules/develop/pages/connect/components/inputs/nats_jetstream.adoc @@ -1,3 +1,3 @@ = nats_jetstream :page-aliases: components:inputs/nats_jetstream.adoc -include::redpanda-connect:components:inputs/nats_jetstream.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/nats_jetstream.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/nats_kv.adoc b/modules/develop/pages/connect/components/inputs/nats_kv.adoc index 01da3da06..e4268ac4d 100644 --- a/modules/develop/pages/connect/components/inputs/nats_kv.adoc +++ b/modules/develop/pages/connect/components/inputs/nats_kv.adoc @@ -1,3 +1,3 @@ = nats_kv :page-aliases: components:inputs/nats_kv.adoc -include::redpanda-connect:components:inputs/nats_kv.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/nats_kv.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/oracledb_cdc.adoc b/modules/develop/pages/connect/components/inputs/oracledb_cdc.adoc index 3997664ea..6b9ffc5dd 100644 --- a/modules/develop/pages/connect/components/inputs/oracledb_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/oracledb_cdc.adoc @@ -1,3 +1,3 @@ = oracledb_cdc :page-aliases: components:inputs/oracledb_cdc.adoc -include::redpanda-connect:components:page$inputs/oracledb_cdc.adoc[tag=single-source] +include::connect:components:page$inputs/oracledb_cdc.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/inputs/otlp_grpc.adoc b/modules/develop/pages/connect/components/inputs/otlp_grpc.adoc index 3fcb4338f..89179dc9b 100644 --- a/modules/develop/pages/connect/components/inputs/otlp_grpc.adoc +++ b/modules/develop/pages/connect/components/inputs/otlp_grpc.adoc @@ -1,3 +1,3 @@ = otlp_grpc -include::redpanda-connect:components:inputs/otlp_grpc.adoc[tag=single-source] +include::connect:components:inputs/otlp_grpc.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/inputs/otlp_http.adoc b/modules/develop/pages/connect/components/inputs/otlp_http.adoc index 6d6dc92a2..b86582dc9 100644 --- a/modules/develop/pages/connect/components/inputs/otlp_http.adoc +++ b/modules/develop/pages/connect/components/inputs/otlp_http.adoc @@ -1,3 +1,3 @@ = otlp_http -include::redpanda-connect:components:inputs/otlp_http.adoc[tag=single-source] +include::connect:components:inputs/otlp_http.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/inputs/postgres_cdc.adoc b/modules/develop/pages/connect/components/inputs/postgres_cdc.adoc index d7dd74a3d..518e6b72b 100644 --- a/modules/develop/pages/connect/components/inputs/postgres_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/postgres_cdc.adoc @@ -1,4 +1,4 @@ = postgres_cdc :page-aliases: develop:connect/components/inputs/pg_stream.adoc -include::redpanda-connect:components:inputs/postgres_cdc.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/postgres_cdc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/read_until.adoc b/modules/develop/pages/connect/components/inputs/read_until.adoc index dfaccfa2b..0f30a3675 100644 --- a/modules/develop/pages/connect/components/inputs/read_until.adoc +++ b/modules/develop/pages/connect/components/inputs/read_until.adoc @@ -1,3 +1,3 @@ = read_until :page-aliases: components:inputs/read_until.adoc -include::redpanda-connect:components:inputs/read_until.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/read_until.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/redis_list.adoc b/modules/develop/pages/connect/components/inputs/redis_list.adoc index 3c469f017..7da9ab3b4 100644 --- a/modules/develop/pages/connect/components/inputs/redis_list.adoc +++ b/modules/develop/pages/connect/components/inputs/redis_list.adoc @@ -1,3 +1,3 @@ = redis_list :page-aliases: components:inputs/redis_list.adoc -include::redpanda-connect:components:inputs/redis_list.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/redis_list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/redis_pubsub.adoc b/modules/develop/pages/connect/components/inputs/redis_pubsub.adoc index aeb4eef9b..d7a2838cb 100644 --- a/modules/develop/pages/connect/components/inputs/redis_pubsub.adoc +++ b/modules/develop/pages/connect/components/inputs/redis_pubsub.adoc @@ -1,3 +1,3 @@ = redis_pubsub :page-aliases: components:inputs/redis_pubsub.adoc -include::redpanda-connect:components:inputs/redis_pubsub.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/redis_pubsub.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/redis_scan.adoc b/modules/develop/pages/connect/components/inputs/redis_scan.adoc index c8b90f0a9..fdf074aee 100644 --- a/modules/develop/pages/connect/components/inputs/redis_scan.adoc +++ b/modules/develop/pages/connect/components/inputs/redis_scan.adoc @@ -1,3 +1,3 @@ = redis_scan :page-aliases: components:inputs/redis_scan.adoc -include::redpanda-connect:components:inputs/redis_scan.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/redis_scan.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/redis_streams.adoc b/modules/develop/pages/connect/components/inputs/redis_streams.adoc index 4c6cc0468..1d434627a 100644 --- a/modules/develop/pages/connect/components/inputs/redis_streams.adoc +++ b/modules/develop/pages/connect/components/inputs/redis_streams.adoc @@ -1,3 +1,3 @@ = redis_streams :page-aliases: components:inputs/redis_streams.adoc -include::redpanda-connect:components:inputs/redis_streams.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/redis_streams.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/redpanda.adoc b/modules/develop/pages/connect/components/inputs/redpanda.adoc index 02223c74f..5044e9ff0 100644 --- a/modules/develop/pages/connect/components/inputs/redpanda.adoc +++ b/modules/develop/pages/connect/components/inputs/redpanda.adoc @@ -1,4 +1,4 @@ = redpanda :page-aliases: components:inputs/redpanda.adoc -include::redpanda-connect:components:inputs/redpanda.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/redpanda.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/redpanda_common.adoc b/modules/develop/pages/connect/components/inputs/redpanda_common.adoc index 0a1054ecf..37d6faa8c 100644 --- a/modules/develop/pages/connect/components/inputs/redpanda_common.adoc +++ b/modules/develop/pages/connect/components/inputs/redpanda_common.adoc @@ -1,3 +1,3 @@ = redpanda_common :page-aliases: components:inputs/redpanda_common.adoc -include::redpanda-connect:components:inputs/redpanda_common.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/redpanda_common.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/redpanda_migrator.adoc b/modules/develop/pages/connect/components/inputs/redpanda_migrator.adoc index ccba410d0..5ea7788c0 100644 --- a/modules/develop/pages/connect/components/inputs/redpanda_migrator.adoc +++ b/modules/develop/pages/connect/components/inputs/redpanda_migrator.adoc @@ -2,4 +2,4 @@ :page-aliases: components:inputs/redpanda_migrator.adoc :page-beta: true -include::redpanda-connect:components:inputs/redpanda_migrator.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/redpanda_migrator.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/resource.adoc b/modules/develop/pages/connect/components/inputs/resource.adoc index 66cc3fb67..41b04bce3 100644 --- a/modules/develop/pages/connect/components/inputs/resource.adoc +++ b/modules/develop/pages/connect/components/inputs/resource.adoc @@ -1,3 +1,3 @@ = resource :page-aliases: components:inputs/resource.adoc -include::redpanda-connect:components:inputs/resource.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/resource.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/schema_registry.adoc b/modules/develop/pages/connect/components/inputs/schema_registry.adoc index cabae38a8..e433012cf 100644 --- a/modules/develop/pages/connect/components/inputs/schema_registry.adoc +++ b/modules/develop/pages/connect/components/inputs/schema_registry.adoc @@ -1,3 +1,3 @@ = schema_registry :page-aliases: components:inputs/schema_registry.adoc -include::redpanda-connect:components:inputs/schema_registry.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/schema_registry.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/sequence.adoc b/modules/develop/pages/connect/components/inputs/sequence.adoc index e213b5b15..3b10d4cb1 100644 --- a/modules/develop/pages/connect/components/inputs/sequence.adoc +++ b/modules/develop/pages/connect/components/inputs/sequence.adoc @@ -1,3 +1,3 @@ = sequence :page-aliases: components:inputs/sequence.adoc -include::redpanda-connect:components:inputs/sequence.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/sequence.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/sftp.adoc b/modules/develop/pages/connect/components/inputs/sftp.adoc index d6aba8acf..8b97dc3d9 100644 --- a/modules/develop/pages/connect/components/inputs/sftp.adoc +++ b/modules/develop/pages/connect/components/inputs/sftp.adoc @@ -1,3 +1,3 @@ = sftp :page-aliases: components:inputs/sftp.adoc -include::redpanda-connect:components:inputs/sftp.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/sftp.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/slack.adoc b/modules/develop/pages/connect/components/inputs/slack.adoc index e348afa57..29e309b96 100644 --- a/modules/develop/pages/connect/components/inputs/slack.adoc +++ b/modules/develop/pages/connect/components/inputs/slack.adoc @@ -1,4 +1,4 @@ = slack :page-aliases: components:inputs/slack.adoc -include::redpanda-connect:components:inputs/slack.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/slack.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/slack_users.adoc b/modules/develop/pages/connect/components/inputs/slack_users.adoc index 7728daa18..251f1497c 100644 --- a/modules/develop/pages/connect/components/inputs/slack_users.adoc +++ b/modules/develop/pages/connect/components/inputs/slack_users.adoc @@ -1,4 +1,4 @@ = slack_users :page-aliases: components:inputs/slack_users.adoc -include::redpanda-connect:components:inputs/slack_users.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/slack_users.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/spicedb_watch.adoc b/modules/develop/pages/connect/components/inputs/spicedb_watch.adoc index 65c0577ba..17c234902 100644 --- a/modules/develop/pages/connect/components/inputs/spicedb_watch.adoc +++ b/modules/develop/pages/connect/components/inputs/spicedb_watch.adoc @@ -2,4 +2,4 @@ :page-aliases: components:inputs/spicedb_watch.adoc :page-beta: true -include::redpanda-connect:components:inputs/spicedb_watch.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/spicedb_watch.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/splunk.adoc b/modules/develop/pages/connect/components/inputs/splunk.adoc index c22557f14..f06601037 100644 --- a/modules/develop/pages/connect/components/inputs/splunk.adoc +++ b/modules/develop/pages/connect/components/inputs/splunk.adoc @@ -1,3 +1,3 @@ = splunk :page-aliases: components:inputs/splunk.adoc -include::redpanda-connect:components:inputs/splunk.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/splunk.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/sql_raw.adoc b/modules/develop/pages/connect/components/inputs/sql_raw.adoc index 4982f8aea..40c4ccbcf 100644 --- a/modules/develop/pages/connect/components/inputs/sql_raw.adoc +++ b/modules/develop/pages/connect/components/inputs/sql_raw.adoc @@ -1,3 +1,3 @@ = sql_raw :page-aliases: components:inputs/sql_raw.adoc -include::redpanda-connect:components:inputs/sql_raw.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/sql_raw.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/sql_select.adoc b/modules/develop/pages/connect/components/inputs/sql_select.adoc index 9637cca4f..8dc4bca2e 100644 --- a/modules/develop/pages/connect/components/inputs/sql_select.adoc +++ b/modules/develop/pages/connect/components/inputs/sql_select.adoc @@ -1,3 +1,3 @@ = sql_select :page-aliases: components:inputs/sql_select.adoc -include::redpanda-connect:components:inputs/sql_select.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/sql_select.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/inputs/timeplus.adoc b/modules/develop/pages/connect/components/inputs/timeplus.adoc index de8da2ae1..bca0360f4 100644 --- a/modules/develop/pages/connect/components/inputs/timeplus.adoc +++ b/modules/develop/pages/connect/components/inputs/timeplus.adoc @@ -1,3 +1,3 @@ = timeplus :page-aliases: components:inputs/timeplus.adoc -include::redpanda-connect:components:inputs/timeplus.adoc[tag=single-source] \ No newline at end of file +include::connect:components:inputs/timeplus.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/logger/about.adoc b/modules/develop/pages/connect/components/logger/about.adoc index cca371435..f1a4151e2 100644 --- a/modules/develop/pages/connect/components/logger/about.adoc +++ b/modules/develop/pages/connect/components/logger/about.adoc @@ -1,3 +1,3 @@ = Logger :page-aliases: components:logger/about.adoc -include::redpanda-connect:components:logger/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:logger/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/metrics/about.adoc b/modules/develop/pages/connect/components/metrics/about.adoc index 9e451b3ce..452a36a63 100644 --- a/modules/develop/pages/connect/components/metrics/about.adoc +++ b/modules/develop/pages/connect/components/metrics/about.adoc @@ -1,3 +1,3 @@ = Metrics :page-aliases: components:metrics/about.adoc -include::redpanda-connect:components:metrics/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:metrics/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/metrics/none.adoc b/modules/develop/pages/connect/components/metrics/none.adoc index 788cc7775..ef82113e2 100644 --- a/modules/develop/pages/connect/components/metrics/none.adoc +++ b/modules/develop/pages/connect/components/metrics/none.adoc @@ -1,3 +1,3 @@ = none :page-aliases: components:metrics/none.adoc -include::redpanda-connect:components:metrics/none.adoc[tag=single-source] \ No newline at end of file +include::connect:components:metrics/none.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/metrics/prometheus.adoc b/modules/develop/pages/connect/components/metrics/prometheus.adoc index 6da801493..bc578818d 100644 --- a/modules/develop/pages/connect/components/metrics/prometheus.adoc +++ b/modules/develop/pages/connect/components/metrics/prometheus.adoc @@ -1,3 +1,3 @@ = prometheus :page-aliases: components:metrics/prometheus.adoc -include::redpanda-connect:components:metrics/prometheus.adoc[tag=single-source] \ No newline at end of file +include::connect:components:metrics/prometheus.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/about.adoc b/modules/develop/pages/connect/components/outputs/about.adoc index d7df11ec1..ad4b23f08 100644 --- a/modules/develop/pages/connect/components/outputs/about.adoc +++ b/modules/develop/pages/connect/components/outputs/about.adoc @@ -1,3 +1,3 @@ = Outputs :page-aliases: components:outputs/about.adoc -include::redpanda-connect:components:outputs/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/amqp_0_9.adoc b/modules/develop/pages/connect/components/outputs/amqp_0_9.adoc index d7cef95b1..f690dfe8e 100644 --- a/modules/develop/pages/connect/components/outputs/amqp_0_9.adoc +++ b/modules/develop/pages/connect/components/outputs/amqp_0_9.adoc @@ -1,3 +1,3 @@ = amqp_0_9 :page-aliases: components:outputs/amqp_0_9.adoc -include::redpanda-connect:components:outputs/amqp_0_9.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/amqp_0_9.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/arc.adoc b/modules/develop/pages/connect/components/outputs/arc.adoc index 0c630df44..6b7fbdc77 100644 --- a/modules/develop/pages/connect/components/outputs/arc.adoc +++ b/modules/develop/pages/connect/components/outputs/arc.adoc @@ -1,3 +1,3 @@ = arc :page-aliases: components:outputs/arc.adoc -include::redpanda-connect:components:outputs/arc.adoc[tag=single-source] +include::connect:components:outputs/arc.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/outputs/aws_dynamodb.adoc b/modules/develop/pages/connect/components/outputs/aws_dynamodb.adoc index 94dd83af2..33ebf3384 100644 --- a/modules/develop/pages/connect/components/outputs/aws_dynamodb.adoc +++ b/modules/develop/pages/connect/components/outputs/aws_dynamodb.adoc @@ -1,3 +1,3 @@ = aws_dynamodb :page-aliases: components:outputs/aws_dynamodb.adoc -include::redpanda-connect:components:outputs/aws_dynamodb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/aws_dynamodb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/aws_kinesis.adoc b/modules/develop/pages/connect/components/outputs/aws_kinesis.adoc index 567d9e959..665a5808e 100644 --- a/modules/develop/pages/connect/components/outputs/aws_kinesis.adoc +++ b/modules/develop/pages/connect/components/outputs/aws_kinesis.adoc @@ -1,3 +1,3 @@ = aws_kinesis :page-aliases: components:outputs/aws_kinesis.adoc -include::redpanda-connect:components:outputs/aws_kinesis.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/aws_kinesis.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/aws_kinesis_firehose.adoc b/modules/develop/pages/connect/components/outputs/aws_kinesis_firehose.adoc index 1bdc8ac5e..823e9fbd3 100644 --- a/modules/develop/pages/connect/components/outputs/aws_kinesis_firehose.adoc +++ b/modules/develop/pages/connect/components/outputs/aws_kinesis_firehose.adoc @@ -1,3 +1,3 @@ = aws_kinesis_firehose :page-aliases: components:outputs/aws_kinesis_firehose.adoc -include::redpanda-connect:components:outputs/aws_kinesis_firehose.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/aws_kinesis_firehose.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/aws_s3.adoc b/modules/develop/pages/connect/components/outputs/aws_s3.adoc index 80abbb91c..4e92deae7 100644 --- a/modules/develop/pages/connect/components/outputs/aws_s3.adoc +++ b/modules/develop/pages/connect/components/outputs/aws_s3.adoc @@ -1,3 +1,3 @@ = aws_s3 :page-aliases: components:outputs/aws_s3.adoc -include::redpanda-connect:components:outputs/aws_s3.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/aws_s3.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/aws_sns.adoc b/modules/develop/pages/connect/components/outputs/aws_sns.adoc index d21da8f4f..78f3a74f1 100644 --- a/modules/develop/pages/connect/components/outputs/aws_sns.adoc +++ b/modules/develop/pages/connect/components/outputs/aws_sns.adoc @@ -1,3 +1,3 @@ = aws_sns :page-aliases: components:outputs/aws_sns.adoc -include::redpanda-connect:components:outputs/aws_sns.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/aws_sns.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/aws_sqs.adoc b/modules/develop/pages/connect/components/outputs/aws_sqs.adoc index 4be424f82..55e12c145 100644 --- a/modules/develop/pages/connect/components/outputs/aws_sqs.adoc +++ b/modules/develop/pages/connect/components/outputs/aws_sqs.adoc @@ -1,3 +1,3 @@ = aws_sqs :page-aliases: components:outputs/aws_sqs.adoc -include::redpanda-connect:components:outputs/aws_sqs.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/aws_sqs.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/azure_blob_storage.adoc b/modules/develop/pages/connect/components/outputs/azure_blob_storage.adoc index cee5d7803..1cd910832 100644 --- a/modules/develop/pages/connect/components/outputs/azure_blob_storage.adoc +++ b/modules/develop/pages/connect/components/outputs/azure_blob_storage.adoc @@ -1,3 +1,3 @@ = azure_blob_storage :page-aliases: components:outputs/azure_blob_storage.adoc -include::redpanda-connect:components:outputs/azure_blob_storage.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/azure_blob_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/azure_cosmosdb.adoc b/modules/develop/pages/connect/components/outputs/azure_cosmosdb.adoc index 8643fe1b6..39f9fbfeb 100644 --- a/modules/develop/pages/connect/components/outputs/azure_cosmosdb.adoc +++ b/modules/develop/pages/connect/components/outputs/azure_cosmosdb.adoc @@ -1,3 +1,3 @@ = azure_cosmosdb :page-aliases: components:outputs/azure_cosmosdb.adoc -include::redpanda-connect:components:outputs/azure_cosmosdb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/azure_cosmosdb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/azure_data_lake_gen2.adoc b/modules/develop/pages/connect/components/outputs/azure_data_lake_gen2.adoc index 92018592e..a845d18b2 100644 --- a/modules/develop/pages/connect/components/outputs/azure_data_lake_gen2.adoc +++ b/modules/develop/pages/connect/components/outputs/azure_data_lake_gen2.adoc @@ -1,3 +1,3 @@ = azure_data_lake_gen2 :page-aliases: components:outputs/azure_data_lake_gen2.adoc -include::redpanda-connect:components:outputs/azure_data_lake_gen2.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/azure_data_lake_gen2.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/azure_queue_storage.adoc b/modules/develop/pages/connect/components/outputs/azure_queue_storage.adoc index 51557f0c0..a0bf9cee0 100644 --- a/modules/develop/pages/connect/components/outputs/azure_queue_storage.adoc +++ b/modules/develop/pages/connect/components/outputs/azure_queue_storage.adoc @@ -1,3 +1,3 @@ = azure_queue_storage :page-aliases: components:outputs/azure_queue_storage.adoc -include::redpanda-connect:components:outputs/azure_queue_storage.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/azure_queue_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/azure_table_storage.adoc b/modules/develop/pages/connect/components/outputs/azure_table_storage.adoc index 167186502..622f55095 100644 --- a/modules/develop/pages/connect/components/outputs/azure_table_storage.adoc +++ b/modules/develop/pages/connect/components/outputs/azure_table_storage.adoc @@ -1,3 +1,3 @@ = azure_table_storage :page-aliases: components:outputs/azure_table_storage.adoc -include::redpanda-connect:components:outputs/azure_table_storage.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/azure_table_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/broker.adoc b/modules/develop/pages/connect/components/outputs/broker.adoc index eeb4e29ae..a01b628da 100644 --- a/modules/develop/pages/connect/components/outputs/broker.adoc +++ b/modules/develop/pages/connect/components/outputs/broker.adoc @@ -1,3 +1,3 @@ = broker :page-aliases: components:outputs/broker.adoc -include::redpanda-connect:components:outputs/broker.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/broker.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/cache.adoc b/modules/develop/pages/connect/components/outputs/cache.adoc index b0c3fd30a..780d75043 100644 --- a/modules/develop/pages/connect/components/outputs/cache.adoc +++ b/modules/develop/pages/connect/components/outputs/cache.adoc @@ -1,3 +1,3 @@ = cache :page-aliases: components:outputs/cache.adoc -include::redpanda-connect:components:outputs/cache.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/cache.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/cyborgdb.adoc b/modules/develop/pages/connect/components/outputs/cyborgdb.adoc index daa988265..f61052fcd 100644 --- a/modules/develop/pages/connect/components/outputs/cyborgdb.adoc +++ b/modules/develop/pages/connect/components/outputs/cyborgdb.adoc @@ -1,3 +1,3 @@ = cyborgdb :page-aliases: components:outputs/cyborgdb.adoc -include::redpanda-connect:components:outputs/cyborgdb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/cyborgdb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/drop.adoc b/modules/develop/pages/connect/components/outputs/drop.adoc index 107dc962a..e6e4dfb0a 100644 --- a/modules/develop/pages/connect/components/outputs/drop.adoc +++ b/modules/develop/pages/connect/components/outputs/drop.adoc @@ -1,3 +1,3 @@ = drop :page-aliases: components:outputs/drop.adoc -include::redpanda-connect:components:outputs/drop.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/drop.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/drop_on.adoc b/modules/develop/pages/connect/components/outputs/drop_on.adoc index 170649d10..505f01daf 100644 --- a/modules/develop/pages/connect/components/outputs/drop_on.adoc +++ b/modules/develop/pages/connect/components/outputs/drop_on.adoc @@ -1,3 +1,3 @@ = drop_on :page-aliases: components:outputs/drop_on.adoc -include::redpanda-connect:components:outputs/drop_on.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/drop_on.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/elasticsearch_v8.adoc b/modules/develop/pages/connect/components/outputs/elasticsearch_v8.adoc index f5376ef58..f5dfd12ec 100644 --- a/modules/develop/pages/connect/components/outputs/elasticsearch_v8.adoc +++ b/modules/develop/pages/connect/components/outputs/elasticsearch_v8.adoc @@ -1,4 +1,4 @@ = elasticsearch_v8 :page-aliases: components:outputs/elasticsearch_v8.adoc -include::redpanda-connect:components:outputs/elasticsearch_v8.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/elasticsearch_v8.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/fallback.adoc b/modules/develop/pages/connect/components/outputs/fallback.adoc index e6395ecd2..358b765b6 100644 --- a/modules/develop/pages/connect/components/outputs/fallback.adoc +++ b/modules/develop/pages/connect/components/outputs/fallback.adoc @@ -1,3 +1,3 @@ = fallback :page-aliases: components:outputs/fallback.adoc -include::redpanda-connect:components:outputs/fallback.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/fallback.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/gcp_bigquery.adoc b/modules/develop/pages/connect/components/outputs/gcp_bigquery.adoc index 9cec84b4e..13bfa9595 100644 --- a/modules/develop/pages/connect/components/outputs/gcp_bigquery.adoc +++ b/modules/develop/pages/connect/components/outputs/gcp_bigquery.adoc @@ -1,3 +1,3 @@ = gcp_bigquery :page-aliases: components:outputs/gcp_bigquery.adoc -include::redpanda-connect:components:outputs/gcp_bigquery.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/gcp_bigquery.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/gcp_cloud_storage.adoc b/modules/develop/pages/connect/components/outputs/gcp_cloud_storage.adoc index 6e7afb068..f34bd9d73 100644 --- a/modules/develop/pages/connect/components/outputs/gcp_cloud_storage.adoc +++ b/modules/develop/pages/connect/components/outputs/gcp_cloud_storage.adoc @@ -1,3 +1,3 @@ = gcp_cloud_storage :page-aliases: components:outputs/gcp_cloud_storage.adoc -include::redpanda-connect:components:outputs/gcp_cloud_storage.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/gcp_cloud_storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/gcp_pubsub.adoc b/modules/develop/pages/connect/components/outputs/gcp_pubsub.adoc index bd28f4eec..199759cc6 100644 --- a/modules/develop/pages/connect/components/outputs/gcp_pubsub.adoc +++ b/modules/develop/pages/connect/components/outputs/gcp_pubsub.adoc @@ -1,3 +1,3 @@ = gcp_pubsub :page-aliases: components:outputs/gcp_pubsub.adoc -include::redpanda-connect:components:outputs/gcp_pubsub.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/gcp_pubsub.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/http_client.adoc b/modules/develop/pages/connect/components/outputs/http_client.adoc index ed4fe076b..2860fbbf1 100644 --- a/modules/develop/pages/connect/components/outputs/http_client.adoc +++ b/modules/develop/pages/connect/components/outputs/http_client.adoc @@ -1,4 +1,4 @@ = http_client :page-aliases: components:outputs/http_client.adoc -include::redpanda-connect:components:outputs/http_client.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/http_client.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/iceberg.adoc b/modules/develop/pages/connect/components/outputs/iceberg.adoc index 95b4ea425..3ba6e548c 100644 --- a/modules/develop/pages/connect/components/outputs/iceberg.adoc +++ b/modules/develop/pages/connect/components/outputs/iceberg.adoc @@ -1,3 +1,3 @@ = iceberg :page-aliases: components:outputs/iceberg.adoc -include::redpanda-connect:components:outputs/iceberg.adoc[tag=single-source] +include::connect:components:outputs/iceberg.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/outputs/inproc.adoc b/modules/develop/pages/connect/components/outputs/inproc.adoc index 523668ad8..3cbfa6c61 100644 --- a/modules/develop/pages/connect/components/outputs/inproc.adoc +++ b/modules/develop/pages/connect/components/outputs/inproc.adoc @@ -1,3 +1,3 @@ = inproc :page-aliases: components:outputs/inproc.adoc -include::redpanda-connect:components:outputs/inproc.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/inproc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/kafka.adoc b/modules/develop/pages/connect/components/outputs/kafka.adoc index 7502d3300..6ea45094b 100644 --- a/modules/develop/pages/connect/components/outputs/kafka.adoc +++ b/modules/develop/pages/connect/components/outputs/kafka.adoc @@ -1,3 +1,3 @@ = kafka :page-aliases: components:outputs/kafka.adoc -include::redpanda-connect:components:outputs/kafka.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/kafka.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/kafka_franz.adoc b/modules/develop/pages/connect/components/outputs/kafka_franz.adoc index 607a4400a..9490bd6ed 100644 --- a/modules/develop/pages/connect/components/outputs/kafka_franz.adoc +++ b/modules/develop/pages/connect/components/outputs/kafka_franz.adoc @@ -1,3 +1,3 @@ = kafka_franz :page-aliases: components:outputs/kafka_franz.adoc -include::redpanda-connect:components:outputs/kafka_franz.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/kafka_franz.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/mongodb.adoc b/modules/develop/pages/connect/components/outputs/mongodb.adoc index e0fb42060..ebfbca313 100644 --- a/modules/develop/pages/connect/components/outputs/mongodb.adoc +++ b/modules/develop/pages/connect/components/outputs/mongodb.adoc @@ -1,3 +1,3 @@ = mongodb :page-aliases: components:outputs/mongodb.adoc -include::redpanda-connect:components:outputs/mongodb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/mongodb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/mqtt.adoc b/modules/develop/pages/connect/components/outputs/mqtt.adoc index 4a2b81966..b7d539897 100644 --- a/modules/develop/pages/connect/components/outputs/mqtt.adoc +++ b/modules/develop/pages/connect/components/outputs/mqtt.adoc @@ -1,3 +1,3 @@ = mqtt :page-aliases: components:outputs/mqtt.adoc -include::redpanda-connect:components:outputs/mqtt.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/mqtt.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/nats.adoc b/modules/develop/pages/connect/components/outputs/nats.adoc index a43fc27bf..ed4eecbd8 100644 --- a/modules/develop/pages/connect/components/outputs/nats.adoc +++ b/modules/develop/pages/connect/components/outputs/nats.adoc @@ -1,3 +1,3 @@ = nats :page-aliases: components:outputs/nats.adoc -include::redpanda-connect:components:outputs/nats.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/nats.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/nats_jetstream.adoc b/modules/develop/pages/connect/components/outputs/nats_jetstream.adoc index 1537f2716..3fe73132f 100644 --- a/modules/develop/pages/connect/components/outputs/nats_jetstream.adoc +++ b/modules/develop/pages/connect/components/outputs/nats_jetstream.adoc @@ -1,3 +1,3 @@ = nats_jetstream :page-aliases: components:outputs/nats_jetstream.adoc -include::redpanda-connect:components:outputs/nats_jetstream.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/nats_jetstream.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/nats_kv.adoc b/modules/develop/pages/connect/components/outputs/nats_kv.adoc index f91830ba1..0fdb6f9d2 100644 --- a/modules/develop/pages/connect/components/outputs/nats_kv.adoc +++ b/modules/develop/pages/connect/components/outputs/nats_kv.adoc @@ -1,3 +1,3 @@ = nats_kv :page-aliases: components:outputs/nats_kv.adoc -include::redpanda-connect:components:outputs/nats_kv.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/nats_kv.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/opensearch.adoc b/modules/develop/pages/connect/components/outputs/opensearch.adoc index eef3eaa4c..7be41c626 100644 --- a/modules/develop/pages/connect/components/outputs/opensearch.adoc +++ b/modules/develop/pages/connect/components/outputs/opensearch.adoc @@ -1,3 +1,3 @@ = opensearch :page-aliases: components:outputs/opensearch.adoc -include::redpanda-connect:components:outputs/opensearch.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/opensearch.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/otlp_grpc.adoc b/modules/develop/pages/connect/components/outputs/otlp_grpc.adoc index 26673dcc4..6b9e85fe7 100644 --- a/modules/develop/pages/connect/components/outputs/otlp_grpc.adoc +++ b/modules/develop/pages/connect/components/outputs/otlp_grpc.adoc @@ -1,3 +1,3 @@ = otlp_grpc -include::redpanda-connect:components:outputs/otlp_grpc.adoc[tag=single-source] +include::connect:components:outputs/otlp_grpc.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/outputs/otlp_http.adoc b/modules/develop/pages/connect/components/outputs/otlp_http.adoc index 65bde8571..41a125b68 100644 --- a/modules/develop/pages/connect/components/outputs/otlp_http.adoc +++ b/modules/develop/pages/connect/components/outputs/otlp_http.adoc @@ -1,3 +1,3 @@ = otlp_http -include::redpanda-connect:components:outputs/otlp_http.adoc[tag=single-source] +include::connect:components:outputs/otlp_http.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/outputs/pinecone.adoc b/modules/develop/pages/connect/components/outputs/pinecone.adoc index 0f3b6cc67..95b1de7e1 100644 --- a/modules/develop/pages/connect/components/outputs/pinecone.adoc +++ b/modules/develop/pages/connect/components/outputs/pinecone.adoc @@ -1,3 +1,3 @@ = pinecone :page-aliases: components:outputs/pinecone.adoc -include::redpanda-connect:components:outputs/pinecone.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/pinecone.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/qdrant.adoc b/modules/develop/pages/connect/components/outputs/qdrant.adoc index 3274d3625..b6162c23e 100644 --- a/modules/develop/pages/connect/components/outputs/qdrant.adoc +++ b/modules/develop/pages/connect/components/outputs/qdrant.adoc @@ -1,3 +1,3 @@ = qdrant :page-aliases: components:outputs/qdrant.adoc -include::redpanda-connect:components:outputs/qdrant.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/qdrant.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/questdb.adoc b/modules/develop/pages/connect/components/outputs/questdb.adoc index 1c67e0945..73b72c49a 100644 --- a/modules/develop/pages/connect/components/outputs/questdb.adoc +++ b/modules/develop/pages/connect/components/outputs/questdb.adoc @@ -1,4 +1,4 @@ = questdb :page-beta: true :page-aliases: components:outputs/questdb.adoc -include::redpanda-connect:components:outputs/questdb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/questdb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/redis_hash.adoc b/modules/develop/pages/connect/components/outputs/redis_hash.adoc index 0e9ebc71c..eeda63589 100644 --- a/modules/develop/pages/connect/components/outputs/redis_hash.adoc +++ b/modules/develop/pages/connect/components/outputs/redis_hash.adoc @@ -1,3 +1,3 @@ = redis_hash :page-aliases: components:outputs/redis_hash.adoc -include::redpanda-connect:components:outputs/redis_hash.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/redis_hash.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/redis_list.adoc b/modules/develop/pages/connect/components/outputs/redis_list.adoc index ae9961048..955108e26 100644 --- a/modules/develop/pages/connect/components/outputs/redis_list.adoc +++ b/modules/develop/pages/connect/components/outputs/redis_list.adoc @@ -1,3 +1,3 @@ = redis_list :page-aliases: components:outputs/redis_list.adoc -include::redpanda-connect:components:outputs/redis_list.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/redis_list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/redis_pubsub.adoc b/modules/develop/pages/connect/components/outputs/redis_pubsub.adoc index 3f426ceb2..5de93121b 100644 --- a/modules/develop/pages/connect/components/outputs/redis_pubsub.adoc +++ b/modules/develop/pages/connect/components/outputs/redis_pubsub.adoc @@ -1,3 +1,3 @@ = redis_pubsub :page-aliases: components:outputs/redis_pubsub.adoc -include::redpanda-connect:components:outputs/redis_pubsub.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/redis_pubsub.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/redis_streams.adoc b/modules/develop/pages/connect/components/outputs/redis_streams.adoc index f5237ff7d..8f1e8b88f 100644 --- a/modules/develop/pages/connect/components/outputs/redis_streams.adoc +++ b/modules/develop/pages/connect/components/outputs/redis_streams.adoc @@ -1,3 +1,3 @@ = redis_streams :page-aliases: components:outputs/redis_streams.adoc -include::redpanda-connect:components:outputs/redis_streams.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/redis_streams.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/redpanda.adoc b/modules/develop/pages/connect/components/outputs/redpanda.adoc index 5c67d8c19..d1d092054 100644 --- a/modules/develop/pages/connect/components/outputs/redpanda.adoc +++ b/modules/develop/pages/connect/components/outputs/redpanda.adoc @@ -1,4 +1,4 @@ = redpanda :page-aliases: components:outputs/redpanda.adoc -include::redpanda-connect:components:outputs/redpanda.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/redpanda.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/redpanda_common.adoc b/modules/develop/pages/connect/components/outputs/redpanda_common.adoc index dccff2944..aa35e8fc0 100644 --- a/modules/develop/pages/connect/components/outputs/redpanda_common.adoc +++ b/modules/develop/pages/connect/components/outputs/redpanda_common.adoc @@ -1,3 +1,3 @@ = redpanda_common :page-aliases: components:outputs/redpanda_common.adoc -include::redpanda-connect:components:outputs/redpanda_common.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/redpanda_common.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/redpanda_migrator.adoc b/modules/develop/pages/connect/components/outputs/redpanda_migrator.adoc index e6b294a6f..e6f15daa9 100644 --- a/modules/develop/pages/connect/components/outputs/redpanda_migrator.adoc +++ b/modules/develop/pages/connect/components/outputs/redpanda_migrator.adoc @@ -1,3 +1,3 @@ = redpanda_migrator :page-aliases: components:outputs/redpanda_migrator.adoc -include::redpanda-connect:components:outputs/redpanda_migrator.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/redpanda_migrator.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/reject.adoc b/modules/develop/pages/connect/components/outputs/reject.adoc index 740db85d8..49a4c46c7 100644 --- a/modules/develop/pages/connect/components/outputs/reject.adoc +++ b/modules/develop/pages/connect/components/outputs/reject.adoc @@ -1,3 +1,3 @@ = reject :page-aliases: components:outputs/reject.adoc -include::redpanda-connect:components:outputs/reject.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/reject.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/reject_errored.adoc b/modules/develop/pages/connect/components/outputs/reject_errored.adoc index 9702ccc19..4dabbd7cd 100644 --- a/modules/develop/pages/connect/components/outputs/reject_errored.adoc +++ b/modules/develop/pages/connect/components/outputs/reject_errored.adoc @@ -1,3 +1,3 @@ = reject_errored :page-aliases: components:outputs/reject_errored.adoc -include::redpanda-connect:components:outputs/reject_errored.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/reject_errored.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/resource.adoc b/modules/develop/pages/connect/components/outputs/resource.adoc index 96e4dd60d..16162e8e5 100644 --- a/modules/develop/pages/connect/components/outputs/resource.adoc +++ b/modules/develop/pages/connect/components/outputs/resource.adoc @@ -1,3 +1,3 @@ = resource :page-aliases: components:outputs/resource.adoc -include::redpanda-connect:components:outputs/resource.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/resource.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/retry.adoc b/modules/develop/pages/connect/components/outputs/retry.adoc index ca145c22f..aff71c3bf 100644 --- a/modules/develop/pages/connect/components/outputs/retry.adoc +++ b/modules/develop/pages/connect/components/outputs/retry.adoc @@ -1,3 +1,3 @@ = retry :page-aliases: components:outputs/retry.adoc -include::redpanda-connect:components:outputs/retry.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/retry.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/salesforce_sink.adoc b/modules/develop/pages/connect/components/outputs/salesforce_sink.adoc index 971bc7c3c..87e1f8c47 100644 --- a/modules/develop/pages/connect/components/outputs/salesforce_sink.adoc +++ b/modules/develop/pages/connect/components/outputs/salesforce_sink.adoc @@ -1,3 +1,3 @@ = salesforce_sink :page-aliases: components:outputs/salesforce_sink.adoc -include::redpanda-connect:components:outputs/salesforce_sink.adoc[tag=single-source] +include::connect:components:outputs/salesforce_sink.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/outputs/schema_registry.adoc b/modules/develop/pages/connect/components/outputs/schema_registry.adoc index 87ff73656..797006a7f 100644 --- a/modules/develop/pages/connect/components/outputs/schema_registry.adoc +++ b/modules/develop/pages/connect/components/outputs/schema_registry.adoc @@ -1,3 +1,3 @@ = schema_registry :page-aliases: components:outputs/schema_registry.adoc -include::redpanda-connect:components:outputs/schema_registry.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/schema_registry.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/sftp.adoc b/modules/develop/pages/connect/components/outputs/sftp.adoc index 7276ee176..19e713302 100644 --- a/modules/develop/pages/connect/components/outputs/sftp.adoc +++ b/modules/develop/pages/connect/components/outputs/sftp.adoc @@ -1,3 +1,3 @@ = sftp :page-aliases: components:outputs/sftp.adoc -include::redpanda-connect:components:outputs/sftp.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/sftp.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/slack_post.adoc b/modules/develop/pages/connect/components/outputs/slack_post.adoc index 3637e4f6d..c24af7e34 100644 --- a/modules/develop/pages/connect/components/outputs/slack_post.adoc +++ b/modules/develop/pages/connect/components/outputs/slack_post.adoc @@ -1,4 +1,4 @@ = slack_post :page-aliases: components:outputs/slack_post.adoc -include::redpanda-connect:components:outputs/slack_post.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/slack_post.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/slack_reaction.adoc b/modules/develop/pages/connect/components/outputs/slack_reaction.adoc index 6b7ad045a..ce5240d63 100644 --- a/modules/develop/pages/connect/components/outputs/slack_reaction.adoc +++ b/modules/develop/pages/connect/components/outputs/slack_reaction.adoc @@ -1,3 +1,3 @@ = slack_reaction :page-aliases: components:outputs/slack_reaction.adoc -include::redpanda-connect:components:outputs/slack_reaction.adoc[tag=single-source] +include::connect:components:outputs/slack_reaction.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/outputs/snowflake_put.adoc b/modules/develop/pages/connect/components/outputs/snowflake_put.adoc index b9c70908c..98000d6a7 100644 --- a/modules/develop/pages/connect/components/outputs/snowflake_put.adoc +++ b/modules/develop/pages/connect/components/outputs/snowflake_put.adoc @@ -1,3 +1,3 @@ = snowflake_put :page-aliases: components:outputs/snowflake_put.adoc -include::redpanda-connect:components:outputs/snowflake_put.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/snowflake_put.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/snowflake_streaming.adoc b/modules/develop/pages/connect/components/outputs/snowflake_streaming.adoc index 2e132a0dd..67290f71d 100644 --- a/modules/develop/pages/connect/components/outputs/snowflake_streaming.adoc +++ b/modules/develop/pages/connect/components/outputs/snowflake_streaming.adoc @@ -1,4 +1,4 @@ = snowflake_streaming :page-aliases: components:outputs/snowflake_streaming.adoc -include::redpanda-connect:components:outputs/snowflake_streaming.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/snowflake_streaming.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/splunk_hec.adoc b/modules/develop/pages/connect/components/outputs/splunk_hec.adoc index c0774f2fa..6f617845e 100644 --- a/modules/develop/pages/connect/components/outputs/splunk_hec.adoc +++ b/modules/develop/pages/connect/components/outputs/splunk_hec.adoc @@ -1,3 +1,3 @@ = splunk_hec :page-aliases: components:outputs/splunk_hec.adoc -include::redpanda-connect:components:outputs/splunk_hec.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/splunk_hec.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/sql_insert.adoc b/modules/develop/pages/connect/components/outputs/sql_insert.adoc index 42aeec105..a9154d610 100644 --- a/modules/develop/pages/connect/components/outputs/sql_insert.adoc +++ b/modules/develop/pages/connect/components/outputs/sql_insert.adoc @@ -1,3 +1,3 @@ = sql_insert :page-aliases: components:outputs/sql_insert.adoc -include::redpanda-connect:components:outputs/sql_insert.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/sql_insert.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/sql_raw.adoc b/modules/develop/pages/connect/components/outputs/sql_raw.adoc index b3bad5d9e..341e6926b 100644 --- a/modules/develop/pages/connect/components/outputs/sql_raw.adoc +++ b/modules/develop/pages/connect/components/outputs/sql_raw.adoc @@ -1,3 +1,3 @@ = sql_raw :page-aliases: components:outputs/sql_raw.adoc -include::redpanda-connect:components:outputs/sql_raw.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/sql_raw.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/switch.adoc b/modules/develop/pages/connect/components/outputs/switch.adoc index 39ea23fbc..60654c9a7 100644 --- a/modules/develop/pages/connect/components/outputs/switch.adoc +++ b/modules/develop/pages/connect/components/outputs/switch.adoc @@ -1,3 +1,3 @@ = switch :page-aliases: components:outputs/switch.adoc -include::redpanda-connect:components:outputs/switch.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/switch.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/sync_response.adoc b/modules/develop/pages/connect/components/outputs/sync_response.adoc index e8515e963..c4f9c6a45 100644 --- a/modules/develop/pages/connect/components/outputs/sync_response.adoc +++ b/modules/develop/pages/connect/components/outputs/sync_response.adoc @@ -1,3 +1,3 @@ = sync_response :page-aliases: components:outputs/sync_response.adoc -include::redpanda-connect:components:outputs/sync_response.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/sync_response.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/outputs/timeplus.adoc b/modules/develop/pages/connect/components/outputs/timeplus.adoc index 5fa1164fc..c69be87cb 100644 --- a/modules/develop/pages/connect/components/outputs/timeplus.adoc +++ b/modules/develop/pages/connect/components/outputs/timeplus.adoc @@ -2,4 +2,4 @@ :page-aliases: components:outputs/timeplus.adoc :page-beta: true -include::redpanda-connect:components:outputs/timeplus.adoc[tag=single-source] \ No newline at end of file +include::connect:components:outputs/timeplus.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/a2a_message.adoc b/modules/develop/pages/connect/components/processors/a2a_message.adoc index b4067524b..f5f89102b 100644 --- a/modules/develop/pages/connect/components/processors/a2a_message.adoc +++ b/modules/develop/pages/connect/components/processors/a2a_message.adoc @@ -1,3 +1,3 @@ = a2a_message :page-aliases: components:processors/a2a_message.adoc -include::redpanda-connect:components:partial$components/cloud-only/processors/a2a_message.adoc[tag=single-source] +include::connect:components:partial$components/cloud-only/processors/a2a_message.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/processors/about.adoc b/modules/develop/pages/connect/components/processors/about.adoc index 35c42e5fb..a46be68e7 100644 --- a/modules/develop/pages/connect/components/processors/about.adoc +++ b/modules/develop/pages/connect/components/processors/about.adoc @@ -1,3 +1,3 @@ = Processors :page-aliases: components:processors/about.adoc -include::redpanda-connect:components:processors/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/archive.adoc b/modules/develop/pages/connect/components/processors/archive.adoc index 68fdc85fc..8dd858248 100644 --- a/modules/develop/pages/connect/components/processors/archive.adoc +++ b/modules/develop/pages/connect/components/processors/archive.adoc @@ -1,3 +1,3 @@ = archive :page-aliases: components:processors/archive.adoc -include::redpanda-connect:components:processors/archive.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/archive.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/avro.adoc b/modules/develop/pages/connect/components/processors/avro.adoc index 55e08d72b..dbe774c0b 100644 --- a/modules/develop/pages/connect/components/processors/avro.adoc +++ b/modules/develop/pages/connect/components/processors/avro.adoc @@ -1,3 +1,3 @@ = avro :page-aliases: components:processors/avro.adoc -include::redpanda-connect:components:processors/avro.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/avro.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/aws_bedrock_chat.adoc b/modules/develop/pages/connect/components/processors/aws_bedrock_chat.adoc index 5daedd27a..e86b3c3e8 100644 --- a/modules/develop/pages/connect/components/processors/aws_bedrock_chat.adoc +++ b/modules/develop/pages/connect/components/processors/aws_bedrock_chat.adoc @@ -1,3 +1,3 @@ = aws_bedrock_chat :page-aliases: components:processors/aws_bedrock_chat.adoc -include::redpanda-connect:components:processors/aws_bedrock_chat.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/aws_bedrock_chat.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/aws_bedrock_embeddings.adoc b/modules/develop/pages/connect/components/processors/aws_bedrock_embeddings.adoc index 1c7b3944a..d810eaf1d 100644 --- a/modules/develop/pages/connect/components/processors/aws_bedrock_embeddings.adoc +++ b/modules/develop/pages/connect/components/processors/aws_bedrock_embeddings.adoc @@ -2,4 +2,4 @@ :page-aliases: components:processors/aws_bedrock_embeddings.adoc :page-beta: true -include::redpanda-connect:components:processors/aws_bedrock_embeddings.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/aws_bedrock_embeddings.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/aws_dynamodb_partiql.adoc b/modules/develop/pages/connect/components/processors/aws_dynamodb_partiql.adoc index 0b9147f81..9e4370235 100644 --- a/modules/develop/pages/connect/components/processors/aws_dynamodb_partiql.adoc +++ b/modules/develop/pages/connect/components/processors/aws_dynamodb_partiql.adoc @@ -1,3 +1,3 @@ = aws_dynamodb_partiql :page-aliases: components:processors/aws_dynamodb_partiql.adoc -include::redpanda-connect:components:processors/aws_dynamodb_partiql.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/aws_dynamodb_partiql.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/aws_lambda.adoc b/modules/develop/pages/connect/components/processors/aws_lambda.adoc index c67512c24..2f266821f 100644 --- a/modules/develop/pages/connect/components/processors/aws_lambda.adoc +++ b/modules/develop/pages/connect/components/processors/aws_lambda.adoc @@ -1,3 +1,3 @@ = aws_lambda :page-aliases: components:processors/aws_lambda.adoc -include::redpanda-connect:components:processors/aws_lambda.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/aws_lambda.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/azure_cosmosdb.adoc b/modules/develop/pages/connect/components/processors/azure_cosmosdb.adoc index ca6e5781f..84c2e4756 100644 --- a/modules/develop/pages/connect/components/processors/azure_cosmosdb.adoc +++ b/modules/develop/pages/connect/components/processors/azure_cosmosdb.adoc @@ -1,3 +1,3 @@ = azure_cosmosdb :page-aliases: components:processors/azure_cosmosdb.adoc -include::redpanda-connect:components:processors/azure_cosmosdb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/azure_cosmosdb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/benchmark.adoc b/modules/develop/pages/connect/components/processors/benchmark.adoc index 8e77191c0..13aed7277 100644 --- a/modules/develop/pages/connect/components/processors/benchmark.adoc +++ b/modules/develop/pages/connect/components/processors/benchmark.adoc @@ -1,3 +1,3 @@ = benchmark :page-aliases: components:processors/benchmark.adoc -include::redpanda-connect:components:processors/benchmark.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/benchmark.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/bloblang.adoc b/modules/develop/pages/connect/components/processors/bloblang.adoc index 1495403c8..65c03bc59 100644 --- a/modules/develop/pages/connect/components/processors/bloblang.adoc +++ b/modules/develop/pages/connect/components/processors/bloblang.adoc @@ -1,3 +1,3 @@ = bloblang :page-aliases: components:processors/bloblang.adoc -include::redpanda-connect:components:processors/bloblang.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/bloblang.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/bounds_check.adoc b/modules/develop/pages/connect/components/processors/bounds_check.adoc index 1eeb7ffc1..bbabc1cd0 100644 --- a/modules/develop/pages/connect/components/processors/bounds_check.adoc +++ b/modules/develop/pages/connect/components/processors/bounds_check.adoc @@ -1,3 +1,3 @@ = bounds_check :page-aliases: components:processors/bounds_check.adoc -include::redpanda-connect:components:processors/bounds_check.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/bounds_check.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/branch.adoc b/modules/develop/pages/connect/components/processors/branch.adoc index a2882978a..c03833232 100644 --- a/modules/develop/pages/connect/components/processors/branch.adoc +++ b/modules/develop/pages/connect/components/processors/branch.adoc @@ -1,3 +1,3 @@ = branch :page-aliases: components:processors/branch.adoc -include::redpanda-connect:components:processors/branch.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/branch.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/cache.adoc b/modules/develop/pages/connect/components/processors/cache.adoc index 3518fc21c..762855d5d 100644 --- a/modules/develop/pages/connect/components/processors/cache.adoc +++ b/modules/develop/pages/connect/components/processors/cache.adoc @@ -1,3 +1,3 @@ = cache :page-aliases: components:processors/cache.adoc -include::redpanda-connect:components:processors/cache.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/cache.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/cached.adoc b/modules/develop/pages/connect/components/processors/cached.adoc index bcbfe54ef..9b4c90d50 100644 --- a/modules/develop/pages/connect/components/processors/cached.adoc +++ b/modules/develop/pages/connect/components/processors/cached.adoc @@ -1,3 +1,3 @@ = cached :page-aliases: components:processors/cached.adoc -include::redpanda-connect:components:processors/cached.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/cached.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/catch.adoc b/modules/develop/pages/connect/components/processors/catch.adoc index b5b3c9b9f..82569367b 100644 --- a/modules/develop/pages/connect/components/processors/catch.adoc +++ b/modules/develop/pages/connect/components/processors/catch.adoc @@ -1,3 +1,3 @@ = catch :page-aliases: components:processors/catch.adoc -include::redpanda-connect:components:processors/catch.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/catch.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/cohere_chat.adoc b/modules/develop/pages/connect/components/processors/cohere_chat.adoc index ab7cf12e7..692b01135 100644 --- a/modules/develop/pages/connect/components/processors/cohere_chat.adoc +++ b/modules/develop/pages/connect/components/processors/cohere_chat.adoc @@ -2,4 +2,4 @@ :page-aliases: components:processors/cohere_chat.adoc :page-beta: true -include::redpanda-connect:components:processors/cohere_chat.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/cohere_chat.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/cohere_embeddings.adoc b/modules/develop/pages/connect/components/processors/cohere_embeddings.adoc index 534937d3a..19024af0f 100644 --- a/modules/develop/pages/connect/components/processors/cohere_embeddings.adoc +++ b/modules/develop/pages/connect/components/processors/cohere_embeddings.adoc @@ -2,4 +2,4 @@ :page-aliases: components:processors/cohere_embeddings.adoc :page-beta: true -include::redpanda-connect:components:processors/cohere_embeddings.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/cohere_embeddings.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/cohere_rerank.adoc b/modules/develop/pages/connect/components/processors/cohere_rerank.adoc index 28f173241..27137abec 100644 --- a/modules/develop/pages/connect/components/processors/cohere_rerank.adoc +++ b/modules/develop/pages/connect/components/processors/cohere_rerank.adoc @@ -1,4 +1,4 @@ = cohere_rerank :page-aliases: components:processors/cohere_rerank.adoc -include::redpanda-connect:components:processors/cohere_rerank.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/cohere_rerank.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/compress.adoc b/modules/develop/pages/connect/components/processors/compress.adoc index ef5325450..6015cca9a 100644 --- a/modules/develop/pages/connect/components/processors/compress.adoc +++ b/modules/develop/pages/connect/components/processors/compress.adoc @@ -1,3 +1,3 @@ = compress :page-aliases: components:processors/compress.adoc -include::redpanda-connect:components:processors/compress.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/compress.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/decompress.adoc b/modules/develop/pages/connect/components/processors/decompress.adoc index dfdb8f738..ce9308863 100644 --- a/modules/develop/pages/connect/components/processors/decompress.adoc +++ b/modules/develop/pages/connect/components/processors/decompress.adoc @@ -1,3 +1,3 @@ = decompress :page-aliases: components:processors/decompress.adoc -include::redpanda-connect:components:processors/decompress.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/decompress.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/dedupe.adoc b/modules/develop/pages/connect/components/processors/dedupe.adoc index 1f83986a9..78f607fd1 100644 --- a/modules/develop/pages/connect/components/processors/dedupe.adoc +++ b/modules/develop/pages/connect/components/processors/dedupe.adoc @@ -1,3 +1,3 @@ = dedupe :page-aliases: components:processors/dedupe.adoc -include::redpanda-connect:components:processors/dedupe.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/dedupe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/for_each.adoc b/modules/develop/pages/connect/components/processors/for_each.adoc index 21cd05612..2e5825a56 100644 --- a/modules/develop/pages/connect/components/processors/for_each.adoc +++ b/modules/develop/pages/connect/components/processors/for_each.adoc @@ -1,3 +1,3 @@ = for_each :page-aliases: components:processors/for_each.adoc -include::redpanda-connect:components:processors/for_each.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/for_each.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/gcp_bigquery_select.adoc b/modules/develop/pages/connect/components/processors/gcp_bigquery_select.adoc index 9abf36c30..26ae8fe3a 100644 --- a/modules/develop/pages/connect/components/processors/gcp_bigquery_select.adoc +++ b/modules/develop/pages/connect/components/processors/gcp_bigquery_select.adoc @@ -1,3 +1,3 @@ = gcp_bigquery_select :page-aliases: components:processors/gcp_bigquery_select.adoc -include::redpanda-connect:components:processors/gcp_bigquery_select.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/gcp_bigquery_select.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/gcp_vertex_ai_chat.adoc b/modules/develop/pages/connect/components/processors/gcp_vertex_ai_chat.adoc index 93c429e53..7052a77b8 100644 --- a/modules/develop/pages/connect/components/processors/gcp_vertex_ai_chat.adoc +++ b/modules/develop/pages/connect/components/processors/gcp_vertex_ai_chat.adoc @@ -1,3 +1,3 @@ = gcp_vertex_ai_chat :page-aliases: components:processors/gcp_vertex_ai_chat.adoc -include::redpanda-connect:components:processors/gcp_vertex_ai_chat.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/gcp_vertex_ai_chat.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/gcp_vertex_ai_embeddings.adoc b/modules/develop/pages/connect/components/processors/gcp_vertex_ai_embeddings.adoc index 8a1b427c6..853814aaa 100644 --- a/modules/develop/pages/connect/components/processors/gcp_vertex_ai_embeddings.adoc +++ b/modules/develop/pages/connect/components/processors/gcp_vertex_ai_embeddings.adoc @@ -2,4 +2,4 @@ :page-aliases: components:processors/gcp_vertex_ai_embeddings.adoc :page-beta: true -include::redpanda-connect:components:processors/gcp_vertex_ai_embeddings.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/gcp_vertex_ai_embeddings.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/google_drive_download.adoc b/modules/develop/pages/connect/components/processors/google_drive_download.adoc index d299b8db5..8de93e721 100644 --- a/modules/develop/pages/connect/components/processors/google_drive_download.adoc +++ b/modules/develop/pages/connect/components/processors/google_drive_download.adoc @@ -1,4 +1,4 @@ = google_drive_download :page-aliases: components:processors/google_drive_download.adoc -include::redpanda-connect:components:processors/google_drive_download.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/google_drive_download.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/google_drive_list_labels.adoc b/modules/develop/pages/connect/components/processors/google_drive_list_labels.adoc index d5e95413d..dd087ef7a 100644 --- a/modules/develop/pages/connect/components/processors/google_drive_list_labels.adoc +++ b/modules/develop/pages/connect/components/processors/google_drive_list_labels.adoc @@ -1,3 +1,3 @@ = google_drive_list_labels :page-aliases: components:processors/google_drive_list_labels.adoc -include::redpanda-connect:components:processors/google_drive_list_labels.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/google_drive_list_labels.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/google_drive_search.adoc b/modules/develop/pages/connect/components/processors/google_drive_search.adoc index 5db2bd081..10160f01d 100644 --- a/modules/develop/pages/connect/components/processors/google_drive_search.adoc +++ b/modules/develop/pages/connect/components/processors/google_drive_search.adoc @@ -1,4 +1,4 @@ = google_drive_search :page-aliases: components:processors/google_drive_search.adoc -include::redpanda-connect:components:processors/google_drive_search.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/google_drive_search.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/group_by.adoc b/modules/develop/pages/connect/components/processors/group_by.adoc index 9714703ae..21f60e564 100644 --- a/modules/develop/pages/connect/components/processors/group_by.adoc +++ b/modules/develop/pages/connect/components/processors/group_by.adoc @@ -1,3 +1,3 @@ = group_by :page-aliases: components:processors/group_by.adoc -include::redpanda-connect:components:processors/group_by.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/group_by.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/group_by_value.adoc b/modules/develop/pages/connect/components/processors/group_by_value.adoc index 3d8b88e0c..fdc1703ee 100644 --- a/modules/develop/pages/connect/components/processors/group_by_value.adoc +++ b/modules/develop/pages/connect/components/processors/group_by_value.adoc @@ -1,3 +1,3 @@ = group_by_value :page-aliases: components:processors/group_by_value.adoc -include::redpanda-connect:components:processors/group_by_value.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/group_by_value.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/http.adoc b/modules/develop/pages/connect/components/processors/http.adoc index f1554de9f..b30c8db72 100644 --- a/modules/develop/pages/connect/components/processors/http.adoc +++ b/modules/develop/pages/connect/components/processors/http.adoc @@ -1,4 +1,4 @@ = http :page-aliases: components:processors/http.adoc -include::redpanda-connect:components:processors/http.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/http.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/insert_part.adoc b/modules/develop/pages/connect/components/processors/insert_part.adoc index 91f239327..200c2b1e5 100644 --- a/modules/develop/pages/connect/components/processors/insert_part.adoc +++ b/modules/develop/pages/connect/components/processors/insert_part.adoc @@ -1,3 +1,3 @@ = insert_part :page-aliases: components:processors/insert_part.adoc -include::redpanda-connect:components:processors/insert_part.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/insert_part.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/jira.adoc b/modules/develop/pages/connect/components/processors/jira.adoc index 7f75d8ff5..b98f537d2 100644 --- a/modules/develop/pages/connect/components/processors/jira.adoc +++ b/modules/develop/pages/connect/components/processors/jira.adoc @@ -1,3 +1,3 @@ = jira :page-aliases: components:processors/jira.adoc -include::redpanda-connect:components:processors/jira.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/jira.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/jmespath.adoc b/modules/develop/pages/connect/components/processors/jmespath.adoc index 6fae59d48..f404c285c 100644 --- a/modules/develop/pages/connect/components/processors/jmespath.adoc +++ b/modules/develop/pages/connect/components/processors/jmespath.adoc @@ -1,3 +1,3 @@ = jmespath :page-aliases: components:processors/jmespath.adoc -include::redpanda-connect:components:processors/jmespath.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/jmespath.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/jq.adoc b/modules/develop/pages/connect/components/processors/jq.adoc index 76447f559..5875eab92 100644 --- a/modules/develop/pages/connect/components/processors/jq.adoc +++ b/modules/develop/pages/connect/components/processors/jq.adoc @@ -1,3 +1,3 @@ = jq :page-aliases: components:processors/jq.adoc -include::redpanda-connect:components:processors/jq.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/jq.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/json_schema.adoc b/modules/develop/pages/connect/components/processors/json_schema.adoc index e0f05080f..a623d457a 100644 --- a/modules/develop/pages/connect/components/processors/json_schema.adoc +++ b/modules/develop/pages/connect/components/processors/json_schema.adoc @@ -1,3 +1,3 @@ = json_schema :page-aliases: components:processors/json_schema.adoc -include::redpanda-connect:components:processors/json_schema.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/json_schema.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/log.adoc b/modules/develop/pages/connect/components/processors/log.adoc index e7253353b..b77accd2d 100644 --- a/modules/develop/pages/connect/components/processors/log.adoc +++ b/modules/develop/pages/connect/components/processors/log.adoc @@ -1,3 +1,3 @@ = log :page-aliases: components:processors/log.adoc -include::redpanda-connect:components:processors/log.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/log.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/mapping.adoc b/modules/develop/pages/connect/components/processors/mapping.adoc index 518e9a89c..cb013dcce 100644 --- a/modules/develop/pages/connect/components/processors/mapping.adoc +++ b/modules/develop/pages/connect/components/processors/mapping.adoc @@ -1,3 +1,3 @@ = mapping :page-aliases: components:processors/mapping.adoc -include::redpanda-connect:components:processors/mapping.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/mapping.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/metric.adoc b/modules/develop/pages/connect/components/processors/metric.adoc index dc4856a79..11b697335 100644 --- a/modules/develop/pages/connect/components/processors/metric.adoc +++ b/modules/develop/pages/connect/components/processors/metric.adoc @@ -1,3 +1,3 @@ = metric :page-aliases: components:processors/metric.adoc -include::redpanda-connect:components:processors/metric.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/metric.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/mongodb.adoc b/modules/develop/pages/connect/components/processors/mongodb.adoc index a2326e61e..98dedf308 100644 --- a/modules/develop/pages/connect/components/processors/mongodb.adoc +++ b/modules/develop/pages/connect/components/processors/mongodb.adoc @@ -1,3 +1,3 @@ = mongodb :page-aliases: components:processors/mongodb.adoc -include::redpanda-connect:components:processors/mongodb.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/mongodb.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/mutation.adoc b/modules/develop/pages/connect/components/processors/mutation.adoc index eb94f2a5f..b7899e3f2 100644 --- a/modules/develop/pages/connect/components/processors/mutation.adoc +++ b/modules/develop/pages/connect/components/processors/mutation.adoc @@ -1,3 +1,3 @@ = mutation :page-aliases: components:processors/mutation.adoc -include::redpanda-connect:components:processors/mutation.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/mutation.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/nats_kv.adoc b/modules/develop/pages/connect/components/processors/nats_kv.adoc index dea07d360..dd0639707 100644 --- a/modules/develop/pages/connect/components/processors/nats_kv.adoc +++ b/modules/develop/pages/connect/components/processors/nats_kv.adoc @@ -1,3 +1,3 @@ = nats_kv :page-aliases: components:processors/nats_kv.adoc -include::redpanda-connect:components:processors/nats_kv.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/nats_kv.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/nats_request_reply.adoc b/modules/develop/pages/connect/components/processors/nats_request_reply.adoc index 5df127b41..15c9072fd 100644 --- a/modules/develop/pages/connect/components/processors/nats_request_reply.adoc +++ b/modules/develop/pages/connect/components/processors/nats_request_reply.adoc @@ -1,3 +1,3 @@ = nats_request_reply :page-aliases: components:processors/nats_request_reply.adoc -include::redpanda-connect:components:processors/nats_request_reply.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/nats_request_reply.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/noop.adoc b/modules/develop/pages/connect/components/processors/noop.adoc index d4a11f9cc..18c439296 100644 --- a/modules/develop/pages/connect/components/processors/noop.adoc +++ b/modules/develop/pages/connect/components/processors/noop.adoc @@ -1,3 +1,3 @@ = noop :page-aliases: components:processors/noop.adoc -include::redpanda-connect:components:processors/noop.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/noop.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/ollama_chat.adoc b/modules/develop/pages/connect/components/processors/ollama_chat.adoc index ae6f0efff..aa1bd645d 100644 --- a/modules/develop/pages/connect/components/processors/ollama_chat.adoc +++ b/modules/develop/pages/connect/components/processors/ollama_chat.adoc @@ -1,3 +1,3 @@ = ollama_chat :page-aliases: components:processors/ollama_chat.adoc -include::redpanda-connect:components:processors/ollama_chat.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/ollama_chat.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/ollama_embeddings.adoc b/modules/develop/pages/connect/components/processors/ollama_embeddings.adoc index 6ea082537..d6d08d07d 100644 --- a/modules/develop/pages/connect/components/processors/ollama_embeddings.adoc +++ b/modules/develop/pages/connect/components/processors/ollama_embeddings.adoc @@ -1,3 +1,3 @@ = ollama_embeddings :page-aliases: components:processors/ollama_embeddings.adoc -include::redpanda-connect:components:processors/ollama_embeddings.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/ollama_embeddings.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/ollama_moderation.adoc b/modules/develop/pages/connect/components/processors/ollama_moderation.adoc index f76296a44..a4c46647b 100644 --- a/modules/develop/pages/connect/components/processors/ollama_moderation.adoc +++ b/modules/develop/pages/connect/components/processors/ollama_moderation.adoc @@ -2,4 +2,4 @@ :page-aliases: components:processors/ollama_moderation.adoc :page-beta: true -include::redpanda-connect:components:processors/ollama_moderation.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/ollama_moderation.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/openai_chat_completion.adoc b/modules/develop/pages/connect/components/processors/openai_chat_completion.adoc index 18c57467c..4d398b33b 100644 --- a/modules/develop/pages/connect/components/processors/openai_chat_completion.adoc +++ b/modules/develop/pages/connect/components/processors/openai_chat_completion.adoc @@ -1,3 +1,3 @@ = openai_chat_completion :page-aliases: components:processors/openai_chat_completion.adoc -include::redpanda-connect:components:processors/openai_chat_completion.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/openai_chat_completion.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/openai_embeddings.adoc b/modules/develop/pages/connect/components/processors/openai_embeddings.adoc index 258a2396e..bec8148a2 100644 --- a/modules/develop/pages/connect/components/processors/openai_embeddings.adoc +++ b/modules/develop/pages/connect/components/processors/openai_embeddings.adoc @@ -1,3 +1,3 @@ = openai_embeddings :page-aliases: components:processors/openai_embeddings.adoc -include::redpanda-connect:components:processors/openai_embeddings.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/openai_embeddings.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/openai_image_generation.adoc b/modules/develop/pages/connect/components/processors/openai_image_generation.adoc index b4bbe6b15..737461a14 100644 --- a/modules/develop/pages/connect/components/processors/openai_image_generation.adoc +++ b/modules/develop/pages/connect/components/processors/openai_image_generation.adoc @@ -1,3 +1,3 @@ = openai_image_generation :page-aliases: components:processors/openai_image_generation.adoc -include::redpanda-connect:components:processors/openai_image_generation.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/openai_image_generation.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/openai_speech.adoc b/modules/develop/pages/connect/components/processors/openai_speech.adoc index 2610d8049..2fce6b186 100644 --- a/modules/develop/pages/connect/components/processors/openai_speech.adoc +++ b/modules/develop/pages/connect/components/processors/openai_speech.adoc @@ -1,3 +1,3 @@ = openai_speech :page-aliases: components:processors/openai_speech.adoc -include::redpanda-connect:components:processors/openai_speech.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/openai_speech.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/openai_transcription.adoc b/modules/develop/pages/connect/components/processors/openai_transcription.adoc index 2cd1b9f4e..4776bea9d 100644 --- a/modules/develop/pages/connect/components/processors/openai_transcription.adoc +++ b/modules/develop/pages/connect/components/processors/openai_transcription.adoc @@ -1,3 +1,3 @@ = openai_transcription :page-aliases: components:processors/openai_transcription.adoc -include::redpanda-connect:components:processors/openai_transcription.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/openai_transcription.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/openai_translation.adoc b/modules/develop/pages/connect/components/processors/openai_translation.adoc index fbeffcde9..6fffe1516 100644 --- a/modules/develop/pages/connect/components/processors/openai_translation.adoc +++ b/modules/develop/pages/connect/components/processors/openai_translation.adoc @@ -1,3 +1,3 @@ = openai_translation :page-aliases: components:processors/openai_translation.adoc -include::redpanda-connect:components:processors/openai_translation.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/openai_translation.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/parallel.adoc b/modules/develop/pages/connect/components/processors/parallel.adoc index 0ad73ef21..35a42c039 100644 --- a/modules/develop/pages/connect/components/processors/parallel.adoc +++ b/modules/develop/pages/connect/components/processors/parallel.adoc @@ -1,3 +1,3 @@ = parallel :page-aliases: components:processors/parallel.adoc -include::redpanda-connect:components:processors/parallel.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/parallel.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/parquet_decode.adoc b/modules/develop/pages/connect/components/processors/parquet_decode.adoc index 679f4ad91..99b3a118d 100644 --- a/modules/develop/pages/connect/components/processors/parquet_decode.adoc +++ b/modules/develop/pages/connect/components/processors/parquet_decode.adoc @@ -1,3 +1,3 @@ = parquet_decode :page-aliases: components:processors/parquet_decode.adoc -include::redpanda-connect:components:processors/parquet_decode.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/parquet_decode.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/parquet_encode.adoc b/modules/develop/pages/connect/components/processors/parquet_encode.adoc index 01b1db8f1..a7c2dfa97 100644 --- a/modules/develop/pages/connect/components/processors/parquet_encode.adoc +++ b/modules/develop/pages/connect/components/processors/parquet_encode.adoc @@ -1,3 +1,3 @@ = parquet_encode :page-aliases: components:processors/parquet_encode.adoc -include::redpanda-connect:components:processors/parquet_encode.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/parquet_encode.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/parse_log.adoc b/modules/develop/pages/connect/components/processors/parse_log.adoc index b045ec02f..203f72537 100644 --- a/modules/develop/pages/connect/components/processors/parse_log.adoc +++ b/modules/develop/pages/connect/components/processors/parse_log.adoc @@ -1,3 +1,3 @@ = parse_log :page-aliases: components:processors/parse_log.adoc -include::redpanda-connect:components:processors/parse_log.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/parse_log.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/processors.adoc b/modules/develop/pages/connect/components/processors/processors.adoc index 8d47108af..09771204c 100644 --- a/modules/develop/pages/connect/components/processors/processors.adoc +++ b/modules/develop/pages/connect/components/processors/processors.adoc @@ -1,3 +1,3 @@ = processors :page-aliases: components:processors/processors.adoc -include::redpanda-connect:components:processors/processors.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/processors.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/protobuf.adoc b/modules/develop/pages/connect/components/processors/protobuf.adoc index 946bc38b4..765816456 100644 --- a/modules/develop/pages/connect/components/processors/protobuf.adoc +++ b/modules/develop/pages/connect/components/processors/protobuf.adoc @@ -1,3 +1,3 @@ = protobuf :page-aliases: components:processors/protobuf.adoc -include::redpanda-connect:components:processors/protobuf.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/protobuf.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/qdrant.adoc b/modules/develop/pages/connect/components/processors/qdrant.adoc index 8599d00e7..5fb5c1d25 100644 --- a/modules/develop/pages/connect/components/processors/qdrant.adoc +++ b/modules/develop/pages/connect/components/processors/qdrant.adoc @@ -1,4 +1,4 @@ = qdrant :page-aliases: components:processors/qdrant.adoc -include::redpanda-connect:components:processors/qdrant.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/qdrant.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/rate_limit.adoc b/modules/develop/pages/connect/components/processors/rate_limit.adoc index 589ad1057..0a7661e99 100644 --- a/modules/develop/pages/connect/components/processors/rate_limit.adoc +++ b/modules/develop/pages/connect/components/processors/rate_limit.adoc @@ -1,3 +1,3 @@ = rate_limit :page-aliases: components:processors/rate_limit.adoc -include::redpanda-connect:components:processors/rate_limit.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/rate_limit.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/redis.adoc b/modules/develop/pages/connect/components/processors/redis.adoc index 771c09ed1..c7e3592a6 100644 --- a/modules/develop/pages/connect/components/processors/redis.adoc +++ b/modules/develop/pages/connect/components/processors/redis.adoc @@ -1,3 +1,3 @@ = redis :page-aliases: components:processors/redis.adoc -include::redpanda-connect:components:processors/redis.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/redis.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/redis_script.adoc b/modules/develop/pages/connect/components/processors/redis_script.adoc index 68a6068a4..ac043c734 100644 --- a/modules/develop/pages/connect/components/processors/redis_script.adoc +++ b/modules/develop/pages/connect/components/processors/redis_script.adoc @@ -1,3 +1,3 @@ = redis_script :page-aliases: components:processors/redis_script.adoc -include::redpanda-connect:components:processors/redis_script.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/redis_script.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/resource.adoc b/modules/develop/pages/connect/components/processors/resource.adoc index 35ab9e9ca..4ef2b8501 100644 --- a/modules/develop/pages/connect/components/processors/resource.adoc +++ b/modules/develop/pages/connect/components/processors/resource.adoc @@ -1,3 +1,3 @@ = resource :page-aliases: components:processors/resource.adoc -include::redpanda-connect:components:processors/resource.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/resource.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/retry.adoc b/modules/develop/pages/connect/components/processors/retry.adoc index 7951ad747..f62d9a0de 100644 --- a/modules/develop/pages/connect/components/processors/retry.adoc +++ b/modules/develop/pages/connect/components/processors/retry.adoc @@ -1,3 +1,3 @@ = retry :page-aliases: components:processors/retry.adoc -include::redpanda-connect:components:processors/retry.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/retry.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/salesforce.adoc b/modules/develop/pages/connect/components/processors/salesforce.adoc index 892f529fb..60a9d7100 100644 --- a/modules/develop/pages/connect/components/processors/salesforce.adoc +++ b/modules/develop/pages/connect/components/processors/salesforce.adoc @@ -1,3 +1,3 @@ = salesforce :page-aliases: components:processors/salesforce.adoc -include::redpanda-connect:components:processors/salesforce.adoc[tag=single-source] +include::connect:components:processors/salesforce.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/processors/schema_registry_decode.adoc b/modules/develop/pages/connect/components/processors/schema_registry_decode.adoc index 95ec4020e..5bbfad49f 100644 --- a/modules/develop/pages/connect/components/processors/schema_registry_decode.adoc +++ b/modules/develop/pages/connect/components/processors/schema_registry_decode.adoc @@ -1,3 +1,3 @@ = schema_registry_decode :page-aliases: components:processors/schema_registry_decode.adoc -include::redpanda-connect:components:processors/schema_registry_decode.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/schema_registry_decode.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/schema_registry_encode.adoc b/modules/develop/pages/connect/components/processors/schema_registry_encode.adoc index b4777d08b..0fb379374 100644 --- a/modules/develop/pages/connect/components/processors/schema_registry_encode.adoc +++ b/modules/develop/pages/connect/components/processors/schema_registry_encode.adoc @@ -1,3 +1,3 @@ = schema_registry_encode :page-aliases: components:processors/schema_registry_encode.adoc -include::redpanda-connect:components:processors/schema_registry_encode.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/schema_registry_encode.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/select_parts.adoc b/modules/develop/pages/connect/components/processors/select_parts.adoc index fd2575959..0359207d5 100644 --- a/modules/develop/pages/connect/components/processors/select_parts.adoc +++ b/modules/develop/pages/connect/components/processors/select_parts.adoc @@ -1,3 +1,3 @@ = select_parts :page-aliases: components:processors/select_parts.adoc -include::redpanda-connect:components:processors/select_parts.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/select_parts.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/slack_thread.adoc b/modules/develop/pages/connect/components/processors/slack_thread.adoc index edda20ada..b4ca15746 100644 --- a/modules/develop/pages/connect/components/processors/slack_thread.adoc +++ b/modules/develop/pages/connect/components/processors/slack_thread.adoc @@ -1,4 +1,4 @@ = slack_thread :page-aliases: components:processors/slack_thread.adoc -include::redpanda-connect:components:processors/slack_thread.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/slack_thread.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/sleep.adoc b/modules/develop/pages/connect/components/processors/sleep.adoc index 2576ac4f6..81413e777 100644 --- a/modules/develop/pages/connect/components/processors/sleep.adoc +++ b/modules/develop/pages/connect/components/processors/sleep.adoc @@ -1,3 +1,3 @@ = sleep :page-aliases: components:processors/sleep.adoc -include::redpanda-connect:components:processors/sleep.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/sleep.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/split.adoc b/modules/develop/pages/connect/components/processors/split.adoc index 600de5cd4..43ae900bb 100644 --- a/modules/develop/pages/connect/components/processors/split.adoc +++ b/modules/develop/pages/connect/components/processors/split.adoc @@ -1,3 +1,3 @@ = split :page-aliases: components:processors/split.adoc -include::redpanda-connect:components:processors/split.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/split.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/sql_insert.adoc b/modules/develop/pages/connect/components/processors/sql_insert.adoc index b5bd55214..deb969c2b 100644 --- a/modules/develop/pages/connect/components/processors/sql_insert.adoc +++ b/modules/develop/pages/connect/components/processors/sql_insert.adoc @@ -1,3 +1,3 @@ = sql_insert :page-aliases: components:processors/sql_insert.adoc -include::redpanda-connect:components:processors/sql_insert.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/sql_insert.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/sql_raw.adoc b/modules/develop/pages/connect/components/processors/sql_raw.adoc index f95e70514..c541abe12 100644 --- a/modules/develop/pages/connect/components/processors/sql_raw.adoc +++ b/modules/develop/pages/connect/components/processors/sql_raw.adoc @@ -1,3 +1,3 @@ = sql_raw :page-aliases: components:processors/sql_raw.adoc -include::redpanda-connect:components:processors/sql_raw.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/sql_raw.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/sql_select.adoc b/modules/develop/pages/connect/components/processors/sql_select.adoc index e255ae70a..f957a321b 100644 --- a/modules/develop/pages/connect/components/processors/sql_select.adoc +++ b/modules/develop/pages/connect/components/processors/sql_select.adoc @@ -1,3 +1,3 @@ = sql_select :page-aliases: components:processors/sql_select.adoc -include::redpanda-connect:components:processors/sql_select.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/sql_select.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/string_split.adoc b/modules/develop/pages/connect/components/processors/string_split.adoc index bb54d43f1..0d5526ca0 100644 --- a/modules/develop/pages/connect/components/processors/string_split.adoc +++ b/modules/develop/pages/connect/components/processors/string_split.adoc @@ -1,4 +1,4 @@ = string_split :page-aliases: components:processors/string_split.adoc -include::redpanda-connect:components:processors/string_split.adoc[tag=single-source] +include::connect:components:processors/string_split.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/processors/switch.adoc b/modules/develop/pages/connect/components/processors/switch.adoc index d678a4c1d..329eae026 100644 --- a/modules/develop/pages/connect/components/processors/switch.adoc +++ b/modules/develop/pages/connect/components/processors/switch.adoc @@ -1,3 +1,3 @@ = switch :page-aliases: components:processors/switch.adoc -include::redpanda-connect:components:processors/switch.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/switch.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/sync_response.adoc b/modules/develop/pages/connect/components/processors/sync_response.adoc index 31ce1db5f..217c2e06c 100644 --- a/modules/develop/pages/connect/components/processors/sync_response.adoc +++ b/modules/develop/pages/connect/components/processors/sync_response.adoc @@ -1,3 +1,3 @@ = sync_response :page-aliases: components:processors/sync_response.adoc -include::redpanda-connect:components:processors/sync_response.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/sync_response.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/text_chunker.adoc b/modules/develop/pages/connect/components/processors/text_chunker.adoc index 5f2d40568..b4525dd72 100644 --- a/modules/develop/pages/connect/components/processors/text_chunker.adoc +++ b/modules/develop/pages/connect/components/processors/text_chunker.adoc @@ -1,4 +1,4 @@ = text_chunker :page-aliases: components:processors/text_chunker.adoc -include::redpanda-connect:components:processors/text_chunker.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/text_chunker.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/try.adoc b/modules/develop/pages/connect/components/processors/try.adoc index 8ac5c4fe1..ecbfd5404 100644 --- a/modules/develop/pages/connect/components/processors/try.adoc +++ b/modules/develop/pages/connect/components/processors/try.adoc @@ -1,3 +1,3 @@ = try :page-aliases: components:processors/try.adoc -include::redpanda-connect:components:processors/try.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/try.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/unarchive.adoc b/modules/develop/pages/connect/components/processors/unarchive.adoc index 39175f2fc..f751dea86 100644 --- a/modules/develop/pages/connect/components/processors/unarchive.adoc +++ b/modules/develop/pages/connect/components/processors/unarchive.adoc @@ -1,3 +1,3 @@ = unarchive :page-aliases: components:processors/unarchive.adoc -include::redpanda-connect:components:processors/unarchive.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/unarchive.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/while.adoc b/modules/develop/pages/connect/components/processors/while.adoc index 6fc630a0a..5a3c1a0e3 100644 --- a/modules/develop/pages/connect/components/processors/while.adoc +++ b/modules/develop/pages/connect/components/processors/while.adoc @@ -1,3 +1,3 @@ = while :page-aliases: components:processors/while.adoc -include::redpanda-connect:components:processors/while.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/while.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/workflow.adoc b/modules/develop/pages/connect/components/processors/workflow.adoc index 9687fd04d..77e11078c 100644 --- a/modules/develop/pages/connect/components/processors/workflow.adoc +++ b/modules/develop/pages/connect/components/processors/workflow.adoc @@ -1,3 +1,3 @@ = workflow :page-aliases: components:processors/workflow.adoc -include::redpanda-connect:components:processors/workflow.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/workflow.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/processors/xml.adoc b/modules/develop/pages/connect/components/processors/xml.adoc index dce0daf91..b62edace6 100644 --- a/modules/develop/pages/connect/components/processors/xml.adoc +++ b/modules/develop/pages/connect/components/processors/xml.adoc @@ -1,3 +1,3 @@ = xml :page-aliases: components:processors/xml.adoc -include::redpanda-connect:components:processors/xml.adoc[tag=single-source] \ No newline at end of file +include::connect:components:processors/xml.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/rate_limits/about.adoc b/modules/develop/pages/connect/components/rate_limits/about.adoc index 04454c7a0..fff60c26f 100644 --- a/modules/develop/pages/connect/components/rate_limits/about.adoc +++ b/modules/develop/pages/connect/components/rate_limits/about.adoc @@ -1,3 +1,3 @@ = Rate Limits :page-aliases: components:rate_limits/about.adoc -include::redpanda-connect:components:rate_limits/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:rate_limits/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/rate_limits/local.adoc b/modules/develop/pages/connect/components/rate_limits/local.adoc index 6ea6ed89f..3c8d915c5 100644 --- a/modules/develop/pages/connect/components/rate_limits/local.adoc +++ b/modules/develop/pages/connect/components/rate_limits/local.adoc @@ -1,3 +1,3 @@ = local :page-aliases: components:rate_limits/local.adoc -include::redpanda-connect:components:rate_limits/local.adoc[tag=single-source] \ No newline at end of file +include::connect:components:rate_limits/local.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/rate_limits/redis.adoc b/modules/develop/pages/connect/components/rate_limits/redis.adoc index ce03f39ee..20fdb79b4 100644 --- a/modules/develop/pages/connect/components/rate_limits/redis.adoc +++ b/modules/develop/pages/connect/components/rate_limits/redis.adoc @@ -1,3 +1,3 @@ = redis :page-aliases: components:rate_limits/redis.adoc -include::redpanda-connect:components:rate_limits/redis.adoc[tag=single-source] \ No newline at end of file +include::connect:components:rate_limits/redis.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/redpanda/about.adoc b/modules/develop/pages/connect/components/redpanda/about.adoc index abaf78718..20949bfe5 100644 --- a/modules/develop/pages/connect/components/redpanda/about.adoc +++ b/modules/develop/pages/connect/components/redpanda/about.adoc @@ -1,3 +1,3 @@ = redpanda :page-aliases: components:redpanda/about.adoc -include::redpanda-connect:components:redpanda/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:redpanda/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/about.adoc b/modules/develop/pages/connect/components/scanners/about.adoc index e79a05dfc..8f5fe2dc6 100644 --- a/modules/develop/pages/connect/components/scanners/about.adoc +++ b/modules/develop/pages/connect/components/scanners/about.adoc @@ -1,3 +1,3 @@ = Scanners :page-aliases: components:scanners/about.adoc -include::redpanda-connect:components:scanners/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/avro.adoc b/modules/develop/pages/connect/components/scanners/avro.adoc index cbf49c0f6..a4f625e84 100644 --- a/modules/develop/pages/connect/components/scanners/avro.adoc +++ b/modules/develop/pages/connect/components/scanners/avro.adoc @@ -1,3 +1,3 @@ = avro :page-aliases: components:scanners/avro.adoc -include::redpanda-connect:components:scanners/avro.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/avro.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/chunker.adoc b/modules/develop/pages/connect/components/scanners/chunker.adoc index a043565b8..ac8a2f8e4 100644 --- a/modules/develop/pages/connect/components/scanners/chunker.adoc +++ b/modules/develop/pages/connect/components/scanners/chunker.adoc @@ -1,3 +1,3 @@ = chunker :page-aliases: components:scanners/chunker.adoc -include::redpanda-connect:components:scanners/chunker.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/chunker.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/csv.adoc b/modules/develop/pages/connect/components/scanners/csv.adoc index 896fff31a..b9d00f05b 100644 --- a/modules/develop/pages/connect/components/scanners/csv.adoc +++ b/modules/develop/pages/connect/components/scanners/csv.adoc @@ -1,3 +1,3 @@ = csv :page-aliases: components:scanners/csv.adoc -include::redpanda-connect:components:scanners/csv.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/csv.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/decompress.adoc b/modules/develop/pages/connect/components/scanners/decompress.adoc index fe2e7b4b1..6b486b1f9 100644 --- a/modules/develop/pages/connect/components/scanners/decompress.adoc +++ b/modules/develop/pages/connect/components/scanners/decompress.adoc @@ -1,3 +1,3 @@ = decompress :page-aliases: components:scanners/decompress.adoc -include::redpanda-connect:components:scanners/decompress.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/decompress.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/json_array.adoc b/modules/develop/pages/connect/components/scanners/json_array.adoc index b0281f179..e954e3481 100644 --- a/modules/develop/pages/connect/components/scanners/json_array.adoc +++ b/modules/develop/pages/connect/components/scanners/json_array.adoc @@ -1,3 +1,3 @@ = json_array :page-aliases: components:scanners/json_array.adoc -include::redpanda-connect:components:scanners/json_array.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/json_array.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/json_documents.adoc b/modules/develop/pages/connect/components/scanners/json_documents.adoc index 5bd4ca104..f90275a92 100644 --- a/modules/develop/pages/connect/components/scanners/json_documents.adoc +++ b/modules/develop/pages/connect/components/scanners/json_documents.adoc @@ -1,3 +1,3 @@ = json_documents :page-aliases: components:scanners/json_documents.adoc -include::redpanda-connect:components:scanners/json_documents.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/json_documents.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/lines.adoc b/modules/develop/pages/connect/components/scanners/lines.adoc index 34e1be228..c378236a7 100644 --- a/modules/develop/pages/connect/components/scanners/lines.adoc +++ b/modules/develop/pages/connect/components/scanners/lines.adoc @@ -1,3 +1,3 @@ = lines :page-aliases: components:scanners/lines.adoc -include::redpanda-connect:components:scanners/lines.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/lines.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/re_match.adoc b/modules/develop/pages/connect/components/scanners/re_match.adoc index 95b500143..26be0edf9 100644 --- a/modules/develop/pages/connect/components/scanners/re_match.adoc +++ b/modules/develop/pages/connect/components/scanners/re_match.adoc @@ -1,3 +1,3 @@ = re_match :page-aliases: components:scanners/re_match.adoc -include::redpanda-connect:components:scanners/re_match.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/re_match.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/skip_bom.adoc b/modules/develop/pages/connect/components/scanners/skip_bom.adoc index d2f8ca752..af3fb4a5e 100644 --- a/modules/develop/pages/connect/components/scanners/skip_bom.adoc +++ b/modules/develop/pages/connect/components/scanners/skip_bom.adoc @@ -1,3 +1,3 @@ = skip_bom :page-aliases: components:scanners/skip_bom.adoc -include::redpanda-connect:components:scanners/skip_bom.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/skip_bom.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/switch.adoc b/modules/develop/pages/connect/components/scanners/switch.adoc index bc91332d2..9a913afcc 100644 --- a/modules/develop/pages/connect/components/scanners/switch.adoc +++ b/modules/develop/pages/connect/components/scanners/switch.adoc @@ -1,3 +1,3 @@ = switch :page-aliases: components:scanners/switch.adoc -include::redpanda-connect:components:scanners/switch.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/switch.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/tar.adoc b/modules/develop/pages/connect/components/scanners/tar.adoc index fdc730aca..792bc27e3 100644 --- a/modules/develop/pages/connect/components/scanners/tar.adoc +++ b/modules/develop/pages/connect/components/scanners/tar.adoc @@ -1,3 +1,3 @@ = tar :page-aliases: components:scanners/tar.adoc -include::redpanda-connect:components:scanners/tar.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/tar.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/scanners/to_the_end.adoc b/modules/develop/pages/connect/components/scanners/to_the_end.adoc index 0a99c3f74..20fe56366 100644 --- a/modules/develop/pages/connect/components/scanners/to_the_end.adoc +++ b/modules/develop/pages/connect/components/scanners/to_the_end.adoc @@ -1,3 +1,3 @@ = to_the_end :page-aliases: components:scanners/to_the_end.adoc -include::redpanda-connect:components:scanners/to_the_end.adoc[tag=single-source] \ No newline at end of file +include::connect:components:scanners/to_the_end.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/tracers/about.adoc b/modules/develop/pages/connect/components/tracers/about.adoc index bb8ba1948..0c63674f7 100644 --- a/modules/develop/pages/connect/components/tracers/about.adoc +++ b/modules/develop/pages/connect/components/tracers/about.adoc @@ -1,3 +1,3 @@ = Tracers :page-aliases: components:tracers/about.adoc -include::redpanda-connect:components:tracers/about.adoc[tag=single-source] \ No newline at end of file +include::connect:components:tracers/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/tracers/gcp_cloudtrace.adoc b/modules/develop/pages/connect/components/tracers/gcp_cloudtrace.adoc index 34990c863..baa99b591 100644 --- a/modules/develop/pages/connect/components/tracers/gcp_cloudtrace.adoc +++ b/modules/develop/pages/connect/components/tracers/gcp_cloudtrace.adoc @@ -1,3 +1,3 @@ = gcp_cloudtrace :page-aliases: components:tracers/gcp_cloudtrace.adoc -include::redpanda-connect:components:tracers/gcp_cloudtrace.adoc[tag=single-source] \ No newline at end of file +include::connect:components:tracers/gcp_cloudtrace.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/tracers/none.adoc b/modules/develop/pages/connect/components/tracers/none.adoc index 37ad1b980..eab2bba34 100644 --- a/modules/develop/pages/connect/components/tracers/none.adoc +++ b/modules/develop/pages/connect/components/tracers/none.adoc @@ -1,3 +1,3 @@ = none :page-aliases: components:tracers/none.adoc -include::redpanda-connect:components:tracers/none.adoc[tag=single-source] \ No newline at end of file +include::connect:components:tracers/none.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/components/tracers/redpanda.adoc b/modules/develop/pages/connect/components/tracers/redpanda.adoc index dc251b240..d4713770e 100644 --- a/modules/develop/pages/connect/components/tracers/redpanda.adoc +++ b/modules/develop/pages/connect/components/tracers/redpanda.adoc @@ -1,3 +1,3 @@ = redpanda :page-aliases: components:tracers/redpanda.adoc -include::redpanda-connect:components:tracers/redpanda.adoc[tag=single-source] \ No newline at end of file +include::connect:components:tracers/redpanda.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/about.adoc b/modules/develop/pages/connect/configuration/about.adoc index 4e6e623c4..390cca562 100644 --- a/modules/develop/pages/connect/configuration/about.adoc +++ b/modules/develop/pages/connect/configuration/about.adoc @@ -1,3 +1,3 @@ = Configuration :page-aliases: configuration:about.adoc -include::redpanda-connect:configuration:about.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/batching.adoc b/modules/develop/pages/connect/configuration/batching.adoc index 1df1df113..3549017b7 100644 --- a/modules/develop/pages/connect/configuration/batching.adoc +++ b/modules/develop/pages/connect/configuration/batching.adoc @@ -1,3 +1,3 @@ = Message Batching :page-aliases: configuration:batching.adoc -include::redpanda-connect:configuration:batching.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:batching.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/error_handling.adoc b/modules/develop/pages/connect/configuration/error_handling.adoc index 550843c7f..33b9a9cba 100644 --- a/modules/develop/pages/connect/configuration/error_handling.adoc +++ b/modules/develop/pages/connect/configuration/error_handling.adoc @@ -1,3 +1,3 @@ = Error Handling :page-aliases: configuration:error_handling.adoc -include::redpanda-connect:configuration:error_handling.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:error_handling.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/field_paths.adoc b/modules/develop/pages/connect/configuration/field_paths.adoc index 191d5fbfa..14b9c46d2 100644 --- a/modules/develop/pages/connect/configuration/field_paths.adoc +++ b/modules/develop/pages/connect/configuration/field_paths.adoc @@ -1,3 +1,3 @@ = Field Paths :page-aliases: configuration:field_paths.adoc -include::redpanda-connect:configuration:field_paths.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:field_paths.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/interpolation.adoc b/modules/develop/pages/connect/configuration/interpolation.adoc index 5d47bb8ba..6754045cb 100644 --- a/modules/develop/pages/connect/configuration/interpolation.adoc +++ b/modules/develop/pages/connect/configuration/interpolation.adoc @@ -1,3 +1,3 @@ = Interpolation :page-aliases: configuration:interpolation.adoc -include::redpanda-connect:configuration:interpolation.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:interpolation.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/metadata.adoc b/modules/develop/pages/connect/configuration/metadata.adoc index f2f444e27..8f5553a1b 100644 --- a/modules/develop/pages/connect/configuration/metadata.adoc +++ b/modules/develop/pages/connect/configuration/metadata.adoc @@ -1,3 +1,3 @@ = Metadata :page-aliases: configuration:metadata.adoc -include::redpanda-connect:configuration:metadata.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:metadata.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/processing_pipelines.adoc b/modules/develop/pages/connect/configuration/processing_pipelines.adoc index f361122da..2dc49df30 100644 --- a/modules/develop/pages/connect/configuration/processing_pipelines.adoc +++ b/modules/develop/pages/connect/configuration/processing_pipelines.adoc @@ -1,3 +1,3 @@ = Process Pipelines :page-aliases: configuration:processing_pipelines.adoc -include::redpanda-connect:configuration:processing_pipelines.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:processing_pipelines.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/resource-management.adoc b/modules/develop/pages/connect/configuration/resource-management.adoc index c48a3e58e..4b00a5513 100644 --- a/modules/develop/pages/connect/configuration/resource-management.adoc +++ b/modules/develop/pages/connect/configuration/resource-management.adoc @@ -7,7 +7,7 @@ == Prerequisites - A running Redpanda Cloud cluster. -- An estimate of the throughput of your data pipeline. You can get some basic statistics by running your data pipeline locally using the xref:redpanda-connect:components:processors/benchmark.adoc[`benchmark` processor]. +- An estimate of the throughput of your data pipeline. You can get some basic statistics by running your data pipeline locally using the xref:connect:components:processors/benchmark.adoc[`benchmark` processor]. === Understanding compute units diff --git a/modules/develop/pages/connect/configuration/unit_testing.adoc b/modules/develop/pages/connect/configuration/unit_testing.adoc index 36fd8f1fc..cfc9b57e7 100644 --- a/modules/develop/pages/connect/configuration/unit_testing.adoc +++ b/modules/develop/pages/connect/configuration/unit_testing.adoc @@ -1,3 +1,3 @@ = Unit Testing :page-aliases: configuration:unit_testing.adoc -include::redpanda-connect:configuration:unit_testing.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:unit_testing.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/configuration/windowed_processing.adoc b/modules/develop/pages/connect/configuration/windowed_processing.adoc index 108dacb3d..583a1f821 100644 --- a/modules/develop/pages/connect/configuration/windowed_processing.adoc +++ b/modules/develop/pages/connect/configuration/windowed_processing.adoc @@ -1,3 +1,3 @@ = Windowed Processing :page-aliases: configuration:windowed_processing.adoc -include::redpanda-connect:configuration:windowed_processing.adoc[tag=single-source] \ No newline at end of file +include::connect:configuration:windowed_processing.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/connect-quickstart.adoc b/modules/develop/pages/connect/connect-quickstart.adoc index 71dbfe12f..44549bff8 100644 --- a/modules/develop/pages/connect/connect-quickstart.adoc +++ b/modules/develop/pages/connect/connect-quickstart.adoc @@ -369,4 +369,4 @@ When you've finished experimenting with your data pipeline, you can delete the p * xref:develop:connect/configuration/secret-management.adoc[Add secrets to your pipeline]. * xref:develop:connect/configuration/monitor-connect.adoc[Monitor a data pipeline on a BYOC or Dedicated cluster]. * xref:develop:connect/configuration/scale-pipelines.adoc[Manually scale resources for a pipeline]. -* xref:redpanda-connect:guides:getting_started.adoc[Configure, test, and run a data pipeline locally]. +* xref:connect:guides:getting_started.adoc[Configure, test, and run a data pipeline locally]. diff --git a/modules/develop/pages/connect/cookbooks/dynamodb_cdc.adoc b/modules/develop/pages/connect/cookbooks/dynamodb_cdc.adoc index a962218fd..e80b9e9bd 100644 --- a/modules/develop/pages/connect/cookbooks/dynamodb_cdc.adoc +++ b/modules/develop/pages/connect/cookbooks/dynamodb_cdc.adoc @@ -1,3 +1,3 @@ = DynamoDB CDC Patterns :page-aliases: cookbooks:dynamodb_cdc.adoc -include::redpanda-connect:cookbooks:dynamodb_cdc.adoc[tag=single-source] +include::connect:cookbooks:dynamodb_cdc.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/cookbooks/enrichments.adoc b/modules/develop/pages/connect/cookbooks/enrichments.adoc index 7bd96d94d..0173f602f 100644 --- a/modules/develop/pages/connect/cookbooks/enrichments.adoc +++ b/modules/develop/pages/connect/cookbooks/enrichments.adoc @@ -1,3 +1,3 @@ = Enrichment Workflows :page-aliases: cookbooks:enrichments.adoc -include::redpanda-connect:cookbooks:enrichments.adoc[tag=single-source] \ No newline at end of file +include::connect:cookbooks:enrichments.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/cookbooks/filtering.adoc b/modules/develop/pages/connect/cookbooks/filtering.adoc index 32ff5c228..28d039648 100644 --- a/modules/develop/pages/connect/cookbooks/filtering.adoc +++ b/modules/develop/pages/connect/cookbooks/filtering.adoc @@ -1,3 +1,3 @@ = Filtering and Sampling :page-aliases: cookbooks:filtering.adoc -include::redpanda-connect:cookbooks:filtering.adoc[tag=single-source] \ No newline at end of file +include::connect:cookbooks:filtering.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/cookbooks/joining_streams.adoc b/modules/develop/pages/connect/cookbooks/joining_streams.adoc index 12b025402..be44c6384 100644 --- a/modules/develop/pages/connect/cookbooks/joining_streams.adoc +++ b/modules/develop/pages/connect/cookbooks/joining_streams.adoc @@ -1,3 +1,3 @@ = Joining Streams :page-aliases: cookbooks:joining_streams.adoc -include::redpanda-connect:cookbooks:joining_streams.adoc[tag=single-source] \ No newline at end of file +include::connect:cookbooks:joining_streams.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/cookbooks/rag.adoc b/modules/develop/pages/connect/cookbooks/rag.adoc index efde4e594..d87cfdfb6 100644 --- a/modules/develop/pages/connect/cookbooks/rag.adoc +++ b/modules/develop/pages/connect/cookbooks/rag.adoc @@ -1,4 +1,4 @@ = Retrieval-Augmented Generation (RAG) :description: How to configure Redpanda Connect to create a RAG pipeline, using PostgreSQL and PGVector. :page-aliases: cookbooks:rag.adoc -include::redpanda-connect:cookbooks:rag.adoc[tag=single-source] \ No newline at end of file +include::connect:cookbooks:rag.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/cookbooks/redpanda_migrator.adoc b/modules/develop/pages/connect/cookbooks/redpanda_migrator.adoc index 1e0202658..188b0a6e7 100644 --- a/modules/develop/pages/connect/cookbooks/redpanda_migrator.adoc +++ b/modules/develop/pages/connect/cookbooks/redpanda_migrator.adoc @@ -2,4 +2,4 @@ :description: Move your workloads from any Kafka system to Redpanda Cloud using a single command. :page-aliases: cookbooks:redpanda_migrator.adoc -include::redpanda-connect:cookbooks:redpanda_migrator.adoc[tag=single-source] \ No newline at end of file +include::connect:cookbooks:redpanda_migrator.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/cookbooks/snowflake_ingestion.adoc b/modules/develop/pages/connect/cookbooks/snowflake_ingestion.adoc index 9cbd6754b..d4d0c3627 100644 --- a/modules/develop/pages/connect/cookbooks/snowflake_ingestion.adoc +++ b/modules/develop/pages/connect/cookbooks/snowflake_ingestion.adoc @@ -2,4 +2,4 @@ :description: Configure Redpanda Connect to ingest data from a Redpanda topic into Snowflake using Snowpipe Streaming. :page-aliases: cookbooks:snowflake_ingestion.adoc -include::redpanda-connect:cookbooks:snowflake_ingestion.adoc[tag=single-source] \ No newline at end of file +include::connect:cookbooks:snowflake_ingestion.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/bloblang/about.adoc b/modules/develop/pages/connect/guides/bloblang/about.adoc index d40c1f0f7..0ff484105 100644 --- a/modules/develop/pages/connect/guides/bloblang/about.adoc +++ b/modules/develop/pages/connect/guides/bloblang/about.adoc @@ -1,3 +1,3 @@ = Bloblang :page-aliases: guides:bloblang/about.adoc -include::redpanda-connect:guides:bloblang/about.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:bloblang/about.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/bloblang/arithmetic.adoc b/modules/develop/pages/connect/guides/bloblang/arithmetic.adoc index 35fdc2f42..fb211321f 100644 --- a/modules/develop/pages/connect/guides/bloblang/arithmetic.adoc +++ b/modules/develop/pages/connect/guides/bloblang/arithmetic.adoc @@ -1,3 +1,3 @@ = Bloblang Arithmetic :page-aliases: guides:bloblang/arithmetic.adoc -include::redpanda-connect:guides:bloblang/arithmetic.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:bloblang/arithmetic.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/bloblang/functions.adoc b/modules/develop/pages/connect/guides/bloblang/functions.adoc index 662d0e3aa..4007a4f38 100644 --- a/modules/develop/pages/connect/guides/bloblang/functions.adoc +++ b/modules/develop/pages/connect/guides/bloblang/functions.adoc @@ -1,3 +1,3 @@ = Bloblang Functions :page-aliases: guides:bloblang/functions.adoc -include::redpanda-connect:guides:bloblang/functions.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:bloblang/functions.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/bloblang/methods.adoc b/modules/develop/pages/connect/guides/bloblang/methods.adoc index 228cc3a6f..1ec291ffe 100644 --- a/modules/develop/pages/connect/guides/bloblang/methods.adoc +++ b/modules/develop/pages/connect/guides/bloblang/methods.adoc @@ -1,3 +1,3 @@ = Bloblang Methods :page-aliases: guides:bloblang/methods.adoc -include::redpanda-connect:guides:bloblang/methods.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:bloblang/methods.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/bloblang/walkthrough.adoc b/modules/develop/pages/connect/guides/bloblang/walkthrough.adoc index 700aef399..d9a1cb224 100644 --- a/modules/develop/pages/connect/guides/bloblang/walkthrough.adoc +++ b/modules/develop/pages/connect/guides/bloblang/walkthrough.adoc @@ -1,3 +1,3 @@ = Bloblang Walkthrough :page-aliases: guides:bloblang/walkthrough.adoc -include::redpanda-connect:guides:bloblang/walkthrough.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:bloblang/walkthrough.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/cloud/aws.adoc b/modules/develop/pages/connect/guides/cloud/aws.adoc index 36a483eaa..84b2e6bda 100644 --- a/modules/develop/pages/connect/guides/cloud/aws.adoc +++ b/modules/develop/pages/connect/guides/cloud/aws.adoc @@ -1,3 +1,3 @@ = Amazon Web Services :page-aliases: guides:cloud/aws.adoc -include::redpanda-connect:guides:cloud/aws.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:cloud/aws.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/cloud/gateway.adoc b/modules/develop/pages/connect/guides/cloud/gateway.adoc index fee5559e3..b1c8ac1d1 100644 --- a/modules/develop/pages/connect/guides/cloud/gateway.adoc +++ b/modules/develop/pages/connect/guides/cloud/gateway.adoc @@ -1,4 +1,4 @@ = Ingest Real-Time Sensor Telemetry with the HTTP Gateway :description: Learn how to stream sensor telemetry data into Redpanda Cloud using the gateway input in Redpanda Connect. -include::redpanda-connect:guides:partial$cloud/gateway.adoc[] \ No newline at end of file +include::connect:guides:partial$cloud/gateway.adoc[] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/cloud/gcp.adoc b/modules/develop/pages/connect/guides/cloud/gcp.adoc index 984645ebb..cd2c08a55 100644 --- a/modules/develop/pages/connect/guides/cloud/gcp.adoc +++ b/modules/develop/pages/connect/guides/cloud/gcp.adoc @@ -1,3 +1,3 @@ = Google Cloud Platform :page-aliases: guides:cloud/gcp.adoc -include::redpanda-connect:guides:cloud/gcp.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:cloud/gcp.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/connect/guides/migrate-unified-redpanda-migrator.adoc b/modules/develop/pages/connect/guides/migrate-unified-redpanda-migrator.adoc index b3cc09b82..9f4470d94 100644 --- a/modules/develop/pages/connect/guides/migrate-unified-redpanda-migrator.adoc +++ b/modules/develop/pages/connect/guides/migrate-unified-redpanda-migrator.adoc @@ -2,4 +2,4 @@ :description: Learn how to migrate from legacy migrator components to the unified `redpanda_migrator` input/output pair in Redpanda Connect 4.67.5+. :page-aliases: guides:migration/migrate-unified-redpanda-migrator.adoc -include::redpanda-connect:guides:migration/migrate-unified-redpanda-migrator.adoc[tag=single-source] +include::connect:guides:migration/migrate-unified-redpanda-migrator.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/guides/sync_responses.adoc b/modules/develop/pages/connect/guides/sync_responses.adoc index ae3404633..dabadbe95 100644 --- a/modules/develop/pages/connect/guides/sync_responses.adoc +++ b/modules/develop/pages/connect/guides/sync_responses.adoc @@ -1,3 +1,3 @@ = Synchronous Responses :page-aliases: guides:sync_responses.adoc -include::redpanda-connect:guides:sync_responses.adoc[tag=single-source] \ No newline at end of file +include::connect:guides:sync_responses.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/consume-data/consumer-offsets.adoc b/modules/develop/pages/consume-data/consumer-offsets.adoc index a03ee6428..fb4534b9e 100644 --- a/modules/develop/pages/consume-data/consumer-offsets.adoc +++ b/modules/develop/pages/consume-data/consumer-offsets.adoc @@ -2,4 +2,4 @@ :description: pass:q[Redpanda uses an internal topic, `__consumer_offsets`, to store committed offsets from each Kafka consumer that is attached to Redpanda.] :page-aliases: introduction:consumer-offsets.adoc, development:consumer-offsets.adoc -include::ROOT:develop:consume-data/consumer-offsets.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:consume-data/consumer-offsets.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/consume-data/follower-fetching.adoc b/modules/develop/pages/consume-data/follower-fetching.adoc index 32c1b4255..ffcf8d981 100644 --- a/modules/develop/pages/consume-data/follower-fetching.adoc +++ b/modules/develop/pages/consume-data/follower-fetching.adoc @@ -1,4 +1,4 @@ = Follower Fetching :description: Learn about follower fetching and how to configure a Redpanda consumer to fetch records from the closest replica. -include::ROOT:develop:consume-data/follower-fetching.adoc[tag=single-source] +include::streaming:develop:consume-data/follower-fetching.adoc[tag=single-source] diff --git a/modules/develop/pages/consume-data/paginate-messages-events.adoc b/modules/develop/pages/consume-data/paginate-messages-events.adoc index 0d7959b5a..f609417ee 100644 --- a/modules/develop/pages/consume-data/paginate-messages-events.adoc +++ b/modules/develop/pages/consume-data/paginate-messages-events.adoc @@ -1,4 +1,4 @@ = Paginate Messages in Redpanda Console :description: Retrieve more than the default batch of messages in Redpanda Console by paging through larger result sets. -include::ROOT:console:ui/paginate-messages-events.adoc[tag=single-source] +include::streaming:console:ui/paginate-messages-events.adoc[tag=single-source] diff --git a/modules/develop/pages/data-transforms/build.adoc b/modules/develop/pages/data-transforms/build.adoc index 5448adc6a..2be0f8388 100644 --- a/modules/develop/pages/data-transforms/build.adoc +++ b/modules/develop/pages/data-transforms/build.adoc @@ -17,4 +17,4 @@ Data transforms do not access external networks or disks, and are best for light :tip-caption: Tip -include::ROOT:develop:data-transforms/build.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:data-transforms/build.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/data-transforms/configure.adoc b/modules/develop/pages/data-transforms/configure.adoc index 0a78194c7..c55006752 100644 --- a/modules/develop/pages/data-transforms/configure.adoc +++ b/modules/develop/pages/data-transforms/configure.adoc @@ -1,4 +1,4 @@ = Configure Data Transforms :description: pass:q[Learn how to configure data transforms in Redpanda, including editing the `transform.yaml` file, environment variables, and memory settings. This topic covers both the configuration of transform functions and the WebAssembly (Wasm) engine's environment.] -include::ROOT:develop:data-transforms/configure.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:data-transforms/configure.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/data-transforms/data-transforms.adoc b/modules/develop/pages/data-transforms/data-transforms.adoc index 2897c28ec..23cf17b3c 100644 --- a/modules/develop/pages/data-transforms/data-transforms.adoc +++ b/modules/develop/pages/data-transforms/data-transforms.adoc @@ -1,4 +1,4 @@ = Manage Data Transforms :description: You can monitor the status and performance metrics of your transform functions. You can also view detailed logs and delete transform functions when they are no longer needed. -include::ROOT:console:ui/data-transforms.adoc[tag=single-source] \ No newline at end of file +include::streaming:console:ui/data-transforms.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/data-transforms/deploy.adoc b/modules/develop/pages/data-transforms/deploy.adoc index 4e23e70a4..c4ac9f2be 100644 --- a/modules/develop/pages/data-transforms/deploy.adoc +++ b/modules/develop/pages/data-transforms/deploy.adoc @@ -1,4 +1,4 @@ = Deploy Data Transforms :description: Learn how to build, deploy, share, and troubleshoot data transforms in Redpanda. -include::ROOT:develop:data-transforms/deploy.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:data-transforms/deploy.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/data-transforms/how-transforms-work.adoc b/modules/develop/pages/data-transforms/how-transforms-work.adoc index 6fb13279a..3c391ede5 100644 --- a/modules/develop/pages/data-transforms/how-transforms-work.adoc +++ b/modules/develop/pages/data-transforms/how-transforms-work.adoc @@ -4,4 +4,4 @@ NOTE: Data transforms are supported on BYOC and Dedicated clusters running Redpanda version 24.3 and later. -include::ROOT:develop:data-transforms/how-transforms-work.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:data-transforms/how-transforms-work.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/data-transforms/monitor.adoc b/modules/develop/pages/data-transforms/monitor.adoc index 9d83dd348..272faea06 100644 --- a/modules/develop/pages/data-transforms/monitor.adoc +++ b/modules/develop/pages/data-transforms/monitor.adoc @@ -1,4 +1,4 @@ = Monitor Data Transforms :description: This topic provides guidelines on how to monitor the health of your data transforms and view logs. -include::ROOT:develop:data-transforms/monitor.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:data-transforms/monitor.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/data-transforms/test.adoc b/modules/develop/pages/data-transforms/test.adoc index 7348db90c..29047d563 100644 --- a/modules/develop/pages/data-transforms/test.adoc +++ b/modules/develop/pages/data-transforms/test.adoc @@ -1,4 +1,4 @@ = Write Integration Tests for Transform Functions :description: pass:q[Learn how to write integration tests for data transform functions in Redpanda, including setting up unit tests and using testcontainers for integration tests.] -include::ROOT:develop:data-transforms/test.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:data-transforms/test.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/http-proxy.adoc b/modules/develop/pages/http-proxy.adoc index 37fb357aa..5fc76fcf5 100644 --- a/modules/develop/pages/http-proxy.adoc +++ b/modules/develop/pages/http-proxy.adoc @@ -2,4 +2,4 @@ :page-aliases: development:http-proxy.adoc, develop:http-proxy-cloud.adoc :description: HTTP Proxy exposes a REST API to list topics, produce events, and subscribe to events from topics using consumer groups. -include::ROOT:develop:http-proxy.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:http-proxy.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/kafka-clients.adoc b/modules/develop/pages/kafka-clients.adoc index ece3d26a1..d0d5f6f75 100644 --- a/modules/develop/pages/kafka-clients.adoc +++ b/modules/develop/pages/kafka-clients.adoc @@ -2,4 +2,4 @@ :page-aliases: development:kafka-clients.adoc :description: Kafka clients, version 0.11 or later, are compatible with Redpanda. Validations and exceptions are listed. -include::ROOT:develop:kafka-clients.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:kafka-clients.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/managed-connectors/monitor-connectors.adoc b/modules/develop/pages/managed-connectors/monitor-connectors.adoc index 009d360c8..99355b315 100644 --- a/modules/develop/pages/managed-connectors/monitor-connectors.adoc +++ b/modules/develop/pages/managed-connectors/monitor-connectors.adoc @@ -5,4 +5,4 @@ include::shared:partial$kafka-connect.adoc[] -include::ROOT:manage:partial$monitor-connectors.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:partial$monitor-connectors.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/produce-data/configure-producers.adoc b/modules/develop/pages/produce-data/configure-producers.adoc index 7b64ada8a..a9b830d83 100644 --- a/modules/develop/pages/produce-data/configure-producers.adoc +++ b/modules/develop/pages/produce-data/configure-producers.adoc @@ -2,4 +2,4 @@ :page-aliases: development:configure-producers.adoc :description: Learn about configuration options for producers, including write caching and acknowledgment settings. -include::ROOT:develop:produce-data/configure-producers.adoc[tag=single-source] +include::streaming:develop:produce-data/configure-producers.adoc[tag=single-source] diff --git a/modules/develop/pages/produce-data/idempotent-producers.adoc b/modules/develop/pages/produce-data/idempotent-producers.adoc index d43dd0857..8aca75b4f 100644 --- a/modules/develop/pages/produce-data/idempotent-producers.adoc +++ b/modules/develop/pages/produce-data/idempotent-producers.adoc @@ -2,4 +2,4 @@ :page-aliases: development:idempotent-producers.adoc :description: Idempotent producers assign a unique ID to every write request, guaranteeing that each message is recorded only once in the order in which it was sent. -include::ROOT:develop:produce-data/idempotent-producers.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:produce-data/idempotent-producers.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/produce-data/leader-pinning.adoc b/modules/develop/pages/produce-data/leader-pinning.adoc index 8f91fb241..1bee86272 100644 --- a/modules/develop/pages/produce-data/leader-pinning.adoc +++ b/modules/develop/pages/produce-data/leader-pinning.adoc @@ -4,4 +4,4 @@ :learning-objective-2: Configure ordered rack preference for priority-based leader failover :learning-objective-3: Identify conditions where Leader Pinning cannot place leaders in preferred racks -include::ROOT:develop:produce-data/leader-pinning.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:produce-data/leader-pinning.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/develop/pages/topics/cloud-topics.adoc b/modules/develop/pages/topics/cloud-topics.adoc index 2a9607748..8b9fe69d0 100644 --- a/modules/develop/pages/topics/cloud-topics.adoc +++ b/modules/develop/pages/topics/cloud-topics.adoc @@ -1,4 +1,4 @@ = Manage Cloud Topics :description: Cloud Topics are Redpanda topics that enable users to trade off latency for lower costs. -include::ROOT:develop:manage-topics/cloud-topics.adoc[tag=single-source] +include::streaming:develop:manage-topics/cloud-topics.adoc[tag=single-source] diff --git a/modules/develop/pages/topics/config-topics.adoc b/modules/develop/pages/topics/config-topics.adoc index c017739c9..3500e9a92 100644 --- a/modules/develop/pages/topics/config-topics.adoc +++ b/modules/develop/pages/topics/config-topics.adoc @@ -2,4 +2,4 @@ :description: Learn how to create topics, update topic configurations, and delete topics or records. :page-aliases: get-started:config-topics.adoc -include::ROOT:develop:config-topics.adoc[tag=single-source] +include::streaming:develop:config-topics.adoc[tag=single-source] diff --git a/modules/develop/pages/transactions.adoc b/modules/develop/pages/transactions.adoc index c9d792526..fbc1cd779 100644 --- a/modules/develop/pages/transactions.adoc +++ b/modules/develop/pages/transactions.adoc @@ -2,4 +2,4 @@ :page-aliases: development:transactions.adoc :description: Learn how to use transactions; for example, you can fetch messages starting from the last consumed offset and transactionally process them one by one, updating the last consumed offset and producing events at the same time. -include::ROOT:develop:transactions.adoc[tag=single-source] \ No newline at end of file +include::streaming:develop:transactions.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/get-started/pages/architecture.adoc b/modules/get-started/pages/architecture.adoc index e379b0a55..166799abf 100644 --- a/modules/get-started/pages/architecture.adoc +++ b/modules/get-started/pages/architecture.adoc @@ -2,4 +2,4 @@ :page-aliases: introduction:architecture.adoc :description: Learn specifics about Redpanda architecture. -include::ROOT:get-started:architecture.adoc[tag=single-source] \ No newline at end of file +include::streaming:get-started:architecture.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/get-started/pages/cluster-types/byoc/gcp/enable-rpcn-byovpc-gcp.adoc b/modules/get-started/pages/cluster-types/byoc/gcp/enable-rpcn-byovpc-gcp.adoc index 0769ea026..99189581b 100644 --- a/modules/get-started/pages/cluster-types/byoc/gcp/enable-rpcn-byovpc-gcp.adoc +++ b/modules/get-started/pages/cluster-types/byoc/gcp/enable-rpcn-byovpc-gcp.adoc @@ -121,7 +121,7 @@ curl -v -X PATCH \ == Next steps * Choose xref:develop:connect/components/about.adoc[connectors for your use case]. -* Learn how to xref:redpanda-connect:guides:getting_started.adoc[configure, test, and run a data pipeline locally]. +* Learn how to xref:connect:guides:getting_started.adoc[configure, test, and run a data pipeline locally]. * Try the xref:develop:connect/connect-quickstart.adoc[Redpanda Connect quickstart]. * Try one of our xref:cookbooks:index.adoc[Redpanda Connect cookbooks]. * Learn how to xref:develop:connect/configuration/secret-management.adoc[add secrets to your pipeline]. diff --git a/modules/get-started/pages/cluster-types/byoc/remote-read-replicas.adoc b/modules/get-started/pages/cluster-types/byoc/remote-read-replicas.adoc index 81f39b33a..7a228dc56 100644 --- a/modules/get-started/pages/cluster-types/byoc/remote-read-replicas.adoc +++ b/modules/get-started/pages/cluster-types/byoc/remote-read-replicas.adoc @@ -51,7 +51,7 @@ This should be done in the Terraform of the reader cluster. == Configure remote read replica -Add or remove reader clusters to a source cluster in Redpanda Cloud with the xref:redpanda-cloud:manage:api/controlplane/index.adoc[Cloud Control Plane API]. For information on accessing the Cloud API, see the link:/api/doc/cloud-controlplane/authentication[authentication guide]. +Add or remove reader clusters to a source cluster in Redpanda Cloud with the xref:cloud-data-platform:manage:api/controlplane/index.adoc[Cloud Control Plane API]. For information on accessing the Cloud API, see the link:/api/doc/cloud-controlplane/authentication[authentication guide]. . To update your source cluster to add one or more reader cluster IDs, make a link:/api/doc/cloud-controlplane/operation/operation-clusterservice_updatecluster[`PATCH /v1/clusters/{cluster.id}`] request. The full list of clusters is expected on every call. If an ID is removed from the list, it is removed as a reader cluster. + diff --git a/modules/get-started/pages/cluster-types/serverless.adoc b/modules/get-started/pages/cluster-types/serverless.adoc index 13f3c4a6f..4e8c1eaa4 100644 --- a/modules/get-started/pages/cluster-types/serverless.adoc +++ b/modules/get-started/pages/cluster-types/serverless.adoc @@ -1,6 +1,6 @@ = Serverless :description: Learn how to create a Serverless cluster and start streaming. -:page-aliases: get-started:cluster-types/serverless-pro.adoc, ROOT:deploy:deployment-option/cloud/serverless.adoc +:page-aliases: get-started:cluster-types/serverless-pro.adoc, streaming:deploy:deployment-option/cloud/serverless.adoc, ROOT:deploy:deployment-option/cloud/serverless.adoc :page-topic-type: overview :personas: evaluator, app_developer, platform_admin :learning-objective-1: Identify the use cases and usage limits for Serverless clusters diff --git a/modules/get-started/pages/intro-to-events.adoc b/modules/get-started/pages/intro-to-events.adoc index b54a2270c..a3500b63a 100644 --- a/modules/get-started/pages/intro-to-events.adoc +++ b/modules/get-started/pages/intro-to-events.adoc @@ -3,4 +3,4 @@ :page-aliases: features:intro-to-events.adoc, introduction:intro-to-events.adoc :description: Learn about Redpanda event streaming. -include::ROOT:get-started:intro-to-events.adoc[tag=single-source] \ No newline at end of file +include::streaming:get-started:intro-to-events.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/get-started/pages/partner-integration.adoc b/modules/get-started/pages/partner-integration.adoc index 8b7fd3705..991af6c56 100644 --- a/modules/get-started/pages/partner-integration.adoc +++ b/modules/get-started/pages/partner-integration.adoc @@ -2,4 +2,4 @@ :page-aliases: reference:partner-integration.adoc :description: Learn about Redpanda integrations built and supported by our partners. -include::ROOT:get-started:partner-integration.adoc[tag=single-source] \ No newline at end of file +include::streaming:get-started:partner-integration.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index 1c011045d..ab954c8d3 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -274,7 +274,7 @@ Migrate from these deprecated components to the new unified `redpanda_migrator` + These components have been consolidated into the unified `redpanda` input and output components. Migrate existing configurations to use the new `redpanda` components for continued support and access to the latest features. -For detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect]. +For detailed information about recent component updates, see xref:connect:streaming:whats_new_rpcn.adoc[What's New in Redpanda Connect]. == September 2025 @@ -357,7 +357,7 @@ Redpanda Connect includes the following updates: * The xref:develop:connect/components/outputs/slack_reaction.adoc[Slack Reaction] component lets you send messages to a Slack channel in response to events in Redpanda. You can use it to create alerts, notifications, or other automated responses based on data changes in Redpanda. * The xref:develop:connect/components/caches/redpanda.adoc[Redpanda Cache] component lets you cache data in Redpanda, improving performance and reducing latency for data access. You can use it to store frequently accessed data, such as configuration settings or user profiles, in Redpanda. -For more detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect]. +For more detailed information about recent component updates, see xref:connect:streaming:whats_new_rpcn.adoc[What's New in Redpanda Connect]. === Serverless client connections @@ -585,7 +585,7 @@ Redpanda Cloud now offers greater flexibility to schedule upgrades to your clust xref:develop:connect/about.adoc[Redpanda Connect] is now integrated into Redpanda Cloud and available as a fully-managed service. This is a limited availability (LA) release for BYOC and a beta release for Serverless. xref:develop:connect/components/about.adoc[Choose from a range of connectors, processors, and other components] to quickly build and deploy streaming data pipelines or AI applications from the xref:develop:connect/connect-quickstart.adoc[Cloud UI] or using the link:/api/doc/cloud-dataplane/group/endpoint-redpanda-connect-pipeline[Data Plane API]. Comprehensive metrics, monitoring, and per pipeline scaling are also available. To start using Redpanda Connect, xref:develop:connect/connect-quickstart.adoc[try this quickstart]. -For more detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect]. +For more detailed information about recent component updates, see xref:connect:streaming:whats_new_rpcn.adoc[What's New in Redpanda Connect]. === Dedicated on Azure: LA diff --git a/modules/manage/pages/audit-logging.adoc b/modules/manage/pages/audit-logging.adoc index fe223885e..c4750c69a 100644 --- a/modules/manage/pages/audit-logging.adoc +++ b/modules/manage/pages/audit-logging.adoc @@ -4,4 +4,4 @@ NOTE: Audit logging is supported on BYOC and Dedicated clusters running Redpanda version 24.3 and later. To configure audit logging, see xref:manage:cluster-maintenance/config-cluster.adoc[]. -include::ROOT:manage:audit-logging.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:audit-logging.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/audit-logging/audit-log-samples.adoc b/modules/manage/pages/audit-logging/audit-log-samples.adoc index b0945a20b..fc00dbc39 100644 --- a/modules/manage/pages/audit-logging/audit-log-samples.adoc +++ b/modules/manage/pages/audit-logging/audit-log-samples.adoc @@ -1,4 +1,4 @@ = Sample Audit Log Messages :description: Sample Redpanda audit log messages. -include::ROOT:manage:audit-logging/audit-log-samples.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:audit-logging/audit-log-samples.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/cluster-maintenance/about-throughput-quotas.adoc b/modules/manage/pages/cluster-maintenance/about-throughput-quotas.adoc index 6668bf984..111506e0a 100644 --- a/modules/manage/pages/cluster-maintenance/about-throughput-quotas.adoc +++ b/modules/manage/pages/cluster-maintenance/about-throughput-quotas.adoc @@ -4,4 +4,4 @@ :learning-objective-2: Determine which quota type to use for your use case :learning-objective-3: Explain quota precedence rules and how Redpanda tracks quota usage -include::ROOT:manage:cluster-maintenance/about-throughput-quotas.adoc[tag=single-source] +include::streaming:manage:cluster-maintenance/about-throughput-quotas.adoc[tag=single-source] diff --git a/modules/manage/pages/cluster-maintenance/configure-client-connections.adoc b/modules/manage/pages/cluster-maintenance/configure-client-connections.adoc index 09d826506..f6a17a3bc 100644 --- a/modules/manage/pages/cluster-maintenance/configure-client-connections.adoc +++ b/modules/manage/pages/cluster-maintenance/configure-client-connections.adoc @@ -2,4 +2,4 @@ :page-aliases: manage:cluster-maintenance/configure-availability.adoc :description: Learn about guidelines for configuring client connections in Redpanda clusters for optimal availability. -include::ROOT:manage:cluster-maintenance/configure-client-connections.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:cluster-maintenance/configure-client-connections.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/cluster-maintenance/manage-throughput.adoc b/modules/manage/pages/cluster-maintenance/manage-throughput.adoc index f572f6378..f69906b8b 100644 --- a/modules/manage/pages/cluster-maintenance/manage-throughput.adoc +++ b/modules/manage/pages/cluster-maintenance/manage-throughput.adoc @@ -4,4 +4,4 @@ :learning-objective-2: Set client ID-based quotas :learning-objective-3: Monitor quota usage and throttling behavior -include::ROOT:manage:cluster-maintenance/manage-throughput.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:cluster-maintenance/manage-throughput.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/disaster-recovery/shadowing/failover-runbook.adoc b/modules/manage/pages/disaster-recovery/shadowing/failover-runbook.adoc index 7fca0f112..5e170bb5a 100644 --- a/modules/manage/pages/disaster-recovery/shadowing/failover-runbook.adoc +++ b/modules/manage/pages/disaster-recovery/shadowing/failover-runbook.adoc @@ -1,4 +1,4 @@ = Failover Runbook :description: Step-by-step runbook for failover procedures in disaster recovery. -include::ROOT:manage:disaster-recovery/shadowing/failover-runbook.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:disaster-recovery/shadowing/failover-runbook.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/disaster-recovery/shadowing/failover.adoc b/modules/manage/pages/disaster-recovery/shadowing/failover.adoc index 36f3bfb65..221dc9efc 100644 --- a/modules/manage/pages/disaster-recovery/shadowing/failover.adoc +++ b/modules/manage/pages/disaster-recovery/shadowing/failover.adoc @@ -1,4 +1,4 @@ = Configure Failover :description: Learn how to configure failover for disaster recovery. -include::ROOT:manage:disaster-recovery/shadowing/failover.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:disaster-recovery/shadowing/failover.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/disaster-recovery/shadowing/monitor.adoc b/modules/manage/pages/disaster-recovery/shadowing/monitor.adoc index 92923a22c..158961b28 100644 --- a/modules/manage/pages/disaster-recovery/shadowing/monitor.adoc +++ b/modules/manage/pages/disaster-recovery/shadowing/monitor.adoc @@ -1,4 +1,4 @@ = Monitor Shadowing :description: Learn how to monitor shadowing for disaster recovery. -include::ROOT:manage:disaster-recovery/shadowing/monitor.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:disaster-recovery/shadowing/monitor.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/disaster-recovery/shadowing/overview.adoc b/modules/manage/pages/disaster-recovery/shadowing/overview.adoc index 6d0f54fde..ae8702d76 100644 --- a/modules/manage/pages/disaster-recovery/shadowing/overview.adoc +++ b/modules/manage/pages/disaster-recovery/shadowing/overview.adoc @@ -1,4 +1,4 @@ = Shadowing Overview :description: Overview of shadowing for disaster recovery in Redpanda Cloud. -include::ROOT:manage:disaster-recovery/shadowing/overview.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:disaster-recovery/shadowing/overview.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/disaster-recovery/shadowing/setup.adoc b/modules/manage/pages/disaster-recovery/shadowing/setup.adoc index 297517a4f..452ca0110 100644 --- a/modules/manage/pages/disaster-recovery/shadowing/setup.adoc +++ b/modules/manage/pages/disaster-recovery/shadowing/setup.adoc @@ -1,4 +1,4 @@ = Configure Shadowing :description: Learn how to configure shadowing for disaster recovery. -include::ROOT:manage:disaster-recovery/shadowing/setup.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:disaster-recovery/shadowing/setup.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/about-iceberg-topics.adoc b/modules/manage/pages/iceberg/about-iceberg-topics.adoc index 4b74a8f65..cdb3de87e 100644 --- a/modules/manage/pages/iceberg/about-iceberg-topics.adoc +++ b/modules/manage/pages/iceberg/about-iceberg-topics.adoc @@ -2,4 +2,4 @@ :description: Learn how Redpanda can integrate topics with Apache Iceberg. :page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -include::ROOT:manage:iceberg/about-iceberg-topics.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/about-iceberg-topics.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/iceberg-performance-tuning.adoc b/modules/manage/pages/iceberg/iceberg-performance-tuning.adoc index c2aa5fb07..bcc6a8535 100644 --- a/modules/manage/pages/iceberg/iceberg-performance-tuning.adoc +++ b/modules/manage/pages/iceberg/iceberg-performance-tuning.adoc @@ -2,4 +2,4 @@ :description: Optimize query performance and translation throughput for Iceberg topics with partitioning, compaction, lag target tuning, and cluster sizing guidance. :page-categories: Iceberg, Management -include::ROOT:manage:iceberg/iceberg-performance-tuning.adoc[tag=single-source] +include::streaming:manage:iceberg/iceberg-performance-tuning.adoc[tag=single-source] diff --git a/modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc b/modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc index 8af4f52a1..8788cf323 100644 --- a/modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc +++ b/modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc @@ -3,4 +3,4 @@ :page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration :page-beta: true -include::ROOT:manage:iceberg/iceberg-topics-aws-glue.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/iceberg-topics-aws-glue.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/iceberg-topics-databricks-unity.adoc b/modules/manage/pages/iceberg/iceberg-topics-databricks-unity.adoc index 1b9ac0664..1f29defa2 100644 --- a/modules/manage/pages/iceberg/iceberg-topics-databricks-unity.adoc +++ b/modules/manage/pages/iceberg/iceberg-topics-databricks-unity.adoc @@ -2,4 +2,4 @@ :description: Add Redpanda topics as Iceberg tables that you can query in Databricks managed by Unity Catalog. :page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -include::ROOT:manage:iceberg/iceberg-topics-databricks-unity.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/iceberg-topics-databricks-unity.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/iceberg-troubleshooting.adoc b/modules/manage/pages/iceberg/iceberg-troubleshooting.adoc index 425a1b9aa..37d4fd2bd 100644 --- a/modules/manage/pages/iceberg/iceberg-troubleshooting.adoc +++ b/modules/manage/pages/iceberg/iceberg-troubleshooting.adoc @@ -2,4 +2,4 @@ :description: Diagnose and resolve errors in Redpanda Iceberg translation, including dead-letter queue (DLQ) inspection and record reprocessing. :page-categories: Iceberg, Troubleshooting -include::ROOT:manage:iceberg/iceberg-troubleshooting.adoc[tag=single-source] +include::streaming:manage:iceberg/iceberg-troubleshooting.adoc[tag=single-source] diff --git a/modules/manage/pages/iceberg/migrate-to-iceberg-topics.adoc b/modules/manage/pages/iceberg/migrate-to-iceberg-topics.adoc index 0429d5387..b5318076c 100644 --- a/modules/manage/pages/iceberg/migrate-to-iceberg-topics.adoc +++ b/modules/manage/pages/iceberg/migrate-to-iceberg-topics.adoc @@ -6,4 +6,4 @@ :learning-objective-2: Implement data merge strategies using SQL patterns :learning-objective-3: Execute validation checks and perform cutover procedures -include::ROOT:manage:iceberg/migrate-to-iceberg-topics.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/migrate-to-iceberg-topics.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/query-iceberg-topics.adoc b/modules/manage/pages/iceberg/query-iceberg-topics.adoc index 0f231937b..50c21d3f3 100644 --- a/modules/manage/pages/iceberg/query-iceberg-topics.adoc +++ b/modules/manage/pages/iceberg/query-iceberg-topics.adoc @@ -2,4 +2,4 @@ :description: Query Redpanda topic data stored in Iceberg tables, based on the topic Iceberg mode and schema. :page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -include::ROOT:manage:iceberg/query-iceberg-topics.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/query-iceberg-topics.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc b/modules/manage/pages/iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc index 40f257089..1fd88716a 100644 --- a/modules/manage/pages/iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc +++ b/modules/manage/pages/iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc @@ -2,4 +2,4 @@ :description: Add Redpanda topics as Iceberg tables that you can query in Snowflake using an Open Catalog integration. :page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -include::ROOT:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/specify-iceberg-schema.adoc b/modules/manage/pages/iceberg/specify-iceberg-schema.adoc index fee93e12e..81ddfd2fa 100644 --- a/modules/manage/pages/iceberg/specify-iceberg-schema.adoc +++ b/modules/manage/pages/iceberg/specify-iceberg-schema.adoc @@ -2,4 +2,4 @@ :description: Learn about supported Iceberg modes and how you can integrate schemas with Iceberg topics. :page-aliases: manage:iceberg/choose-iceberg-mode.adoc -include::ROOT:manage:iceberg/specify-iceberg-schema.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/specify-iceberg-schema.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc b/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc index 4733c47a1..2569c862b 100644 --- a/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc +++ b/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc @@ -2,4 +2,4 @@ :description: Learn how to access Redpanda topic data stored in Iceberg tables, using table metadata or a catalog integration. :page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -include::ROOT:manage:iceberg/use-iceberg-catalogs.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:iceberg/use-iceberg-catalogs.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/monitor-cloud.adoc b/modules/manage/pages/monitor-cloud.adoc index 347594b30..e9d8a26cf 100644 --- a/modules/manage/pages/monitor-cloud.adoc +++ b/modules/manage/pages/monitor-cloud.adoc @@ -107,7 +107,7 @@ It includes https://github.com/redpanda-data/observability#grafana-dashboards[ex == Monitor health and performance -include::ROOT:manage:partial$monitor-health.adoc[tag=single-source] +include::streaming:manage:partial$monitor-health.adoc[tag=single-source] == References diff --git a/modules/manage/pages/mountable-topics.adoc b/modules/manage/pages/mountable-topics.adoc index c78e3da55..17660f666 100644 --- a/modules/manage/pages/mountable-topics.adoc +++ b/modules/manage/pages/mountable-topics.adoc @@ -3,4 +3,4 @@ For topics with Tiered Storage enabled, you can unmount a topic to safely detach it from a cluster and keep the topic data in the cluster's object storage bucket or container. You can remount the detached topic to the origin cluster, allowing you to hibernate a topic and free up system resources taken up by the topic. -include::ROOT:manage:partial$mountable-topics.adoc[] +include::streaming:manage:partial$mountable-topics.adoc[] diff --git a/modules/manage/pages/rpk/broker-admin.adoc b/modules/manage/pages/rpk/broker-admin.adoc index 2f207677c..5784d4ee4 100644 --- a/modules/manage/pages/rpk/broker-admin.adoc +++ b/modules/manage/pages/rpk/broker-admin.adoc @@ -2,4 +2,4 @@ :page-aliases: get-started:rpk/broker-admin.adoc :description: pass:q[Learn how and when to specify Redpanda broker addresses for `rpk` commands, so `rpk` knows where to run Kafka-related commands.] -include::ROOT:get-started:broker-admin.adoc[tag=single-source] \ No newline at end of file +include::streaming:get-started:broker-admin.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/rpk/config-rpk-profile.adoc b/modules/manage/pages/rpk/config-rpk-profile.adoc index 147ea1d2c..0f799cb62 100644 --- a/modules/manage/pages/rpk/config-rpk-profile.adoc +++ b/modules/manage/pages/rpk/config-rpk-profile.adoc @@ -2,4 +2,4 @@ :page-aliases: get-started:rpk/config-rpk-profile.adoc, get-started:config-rpk-profile.adoc :description: pass:q[Use `rpk profile` to simplify your development experience with multiple Redpanda clusters by saving and reusing configurations for different clusters.] -include::ROOT:get-started:config-rpk-profile.adoc[tag=single-source] \ No newline at end of file +include::streaming:get-started:config-rpk-profile.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/rpk/intro-to-rpk.adoc b/modules/manage/pages/rpk/intro-to-rpk.adoc index 548c3b1d9..4fd6a6141 100644 --- a/modules/manage/pages/rpk/intro-to-rpk.adoc +++ b/modules/manage/pages/rpk/intro-to-rpk.adoc @@ -2,4 +2,4 @@ :page-aliases: get-started:intro-to-rpk.adoc :description: pass:q[Learn about `rpk` and how to use it to interact with your Redpanda cluster.] -include::ROOT:get-started:intro-to-rpk.adoc[tag=single-source] \ No newline at end of file +include::streaming:get-started:intro-to-rpk.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/rpk/rpk-install.adoc b/modules/manage/pages/rpk/rpk-install.adoc index 5602d0615..1174bca88 100644 --- a/modules/manage/pages/rpk/rpk-install.adoc +++ b/modules/manage/pages/rpk/rpk-install.adoc @@ -2,4 +2,4 @@ :page-aliases: get-started:rpk-install.adoc, quickstart:rpk-install.adoc :description: pass:q[Install or update `rpk` to interact with Redpanda from the command line.] -include::ROOT:get-started:rpk-install.adoc[tag=single-source] +include::streaming:get-started:rpk-install.adoc[tag=single-source] diff --git a/modules/manage/pages/schema-reg/edit-topic-configuration.adoc b/modules/manage/pages/schema-reg/edit-topic-configuration.adoc index 50cc29bd6..6d298054c 100644 --- a/modules/manage/pages/schema-reg/edit-topic-configuration.adoc +++ b/modules/manage/pages/schema-reg/edit-topic-configuration.adoc @@ -2,4 +2,4 @@ :page-aliases: manage:console/edit-topic-configuration.adoc :description: Use Redpanda Cloud to edit the configuration of existing topics in a cluster. -include::ROOT:manage:console/edit-topic-configuration.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:console/edit-topic-configuration.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/schema-reg/programmable-push-filters.adoc b/modules/manage/pages/schema-reg/programmable-push-filters.adoc index b4995546c..b82114c9e 100644 --- a/modules/manage/pages/schema-reg/programmable-push-filters.adoc +++ b/modules/manage/pages/schema-reg/programmable-push-filters.adoc @@ -1,4 +1,4 @@ = Programmable Push Filters :description: Learn how to filter Kafka records in Redpanda Cloud based on your provided JavaScript code. -include::ROOT:reference:console/programmable-push-filters.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:console/programmable-push-filters.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/schema-reg/record-deserialization.adoc b/modules/manage/pages/schema-reg/record-deserialization.adoc index 9591735d8..2112e7698 100644 --- a/modules/manage/pages/schema-reg/record-deserialization.adoc +++ b/modules/manage/pages/schema-reg/record-deserialization.adoc @@ -1,4 +1,4 @@ = Deserialization :description: Learn how Redpanda Cloud deserializes messages. -include::ROOT:reference:console/record-deserialization.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:console/record-deserialization.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/schema-reg/schema-id-validation.adoc b/modules/manage/pages/schema-reg/schema-id-validation.adoc index 065ffe93a..75b45afd9 100644 --- a/modules/manage/pages/schema-reg/schema-id-validation.adoc +++ b/modules/manage/pages/schema-reg/schema-id-validation.adoc @@ -1,4 +1,4 @@ = Schema ID Validation :description: Learn about schema ID validation for clients using SerDes that produce to Redpanda brokers, and learn how to configure Redpanda to inspect and reject records with invalid schema IDs. -include::ROOT:manage:schema-reg/schema-id-validation.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:schema-reg/schema-id-validation.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/schema-reg/schema-reg-api.adoc b/modules/manage/pages/schema-reg/schema-reg-api.adoc index cf7657001..ee8623a92 100644 --- a/modules/manage/pages/schema-reg/schema-reg-api.adoc +++ b/modules/manage/pages/schema-reg/schema-reg-api.adoc @@ -2,4 +2,4 @@ :page-aliases: schema-reg:schema-reg-api.adoc :description: Perform common Schema Registry management operations with the API. -include::ROOT:manage:schema-reg/schema-reg-api.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:schema-reg/schema-reg-api.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/schema-reg/schema-reg-authorization.adoc b/modules/manage/pages/schema-reg/schema-reg-authorization.adoc index 58dcfd8d3..59ba18f58 100644 --- a/modules/manage/pages/schema-reg/schema-reg-authorization.adoc +++ b/modules/manage/pages/schema-reg/schema-reg-authorization.adoc @@ -1,4 +1,4 @@ = Schema Registry Authorization :description: Learn how to set up and manage Schema Registry Authorization using ACL definitions that control user access to specific Schema Registry operations. -include::ROOT:manage:schema-reg/schema-reg-authorization.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:schema-reg/schema-reg-authorization.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/schema-reg/schema-reg-contexts.adoc b/modules/manage/pages/schema-reg/schema-reg-contexts.adoc index 15f335dd9..e59e4a7ad 100644 --- a/modules/manage/pages/schema-reg/schema-reg-contexts.adoc +++ b/modules/manage/pages/schema-reg/schema-reg-contexts.adoc @@ -6,4 +6,4 @@ :learning-objective-2: Describe how qualified subject syntax maps subjects to contexts. :learning-objective-3: Enable and configure Schema Registry contexts using the cluster property and HTTP API. -include::ROOT:manage:schema-reg/schema-reg-contexts.adoc[tag=single-source] +include::streaming:manage:schema-reg/schema-reg-contexts.adoc[tag=single-source] diff --git a/modules/manage/pages/schema-reg/schema-reg-overview.adoc b/modules/manage/pages/schema-reg/schema-reg-overview.adoc index 7eda4048c..973eb5f20 100644 --- a/modules/manage/pages/schema-reg/schema-reg-overview.adoc +++ b/modules/manage/pages/schema-reg/schema-reg-overview.adoc @@ -1,4 +1,4 @@ = Redpanda Schema Registry :description: Redpanda's Schema Registry provides the interface to store and manage event schemas. -include::ROOT:manage:schema-reg/schema-reg-overview.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:schema-reg/schema-reg-overview.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/schema-reg/schema-reg-ui.adoc b/modules/manage/pages/schema-reg/schema-reg-ui.adoc index b145a6c83..a7956af05 100644 --- a/modules/manage/pages/schema-reg/schema-reg-ui.adoc +++ b/modules/manage/pages/schema-reg/schema-reg-ui.adoc @@ -1,4 +1,4 @@ = Use Schema Registry :description: Perform common Schema Registry management operations in Redpanda Cloud. -include::ROOT:manage:schema-reg/schema-reg-ui.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:schema-reg/schema-reg-ui.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/terraform-provider.adoc b/modules/manage/pages/terraform-provider.adoc index 6a64acf98..6d06cedfa 100644 --- a/modules/manage/pages/terraform-provider.adoc +++ b/modules/manage/pages/terraform-provider.adoc @@ -312,7 +312,7 @@ After running `terraform apply`, the provider sends the new password to Redpanda The following examples use the Redpanda Terraform provider to create and manage clusters. For descriptions of resources and data sources, see the https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs[Redpanda Terraform Provider documentation^]. -For more information on the different cluster types mentioned in these examples, see xref:redpanda-cloud:get-started:cloud-overview.adoc#redpanda-cloud-cluster-types[Redpanda Cloud cluster types]. +For more information on the different cluster types mentioned in these examples, see xref:cloud-data-platform:get-started:cloud-overview.adoc#redpanda-cloud-cluster-types[Redpanda Cloud cluster types]. TIP: See the full list of zones and tiers available with each cloud provider in the link:/api/doc/cloud-controlplane/topic/topic-regions-and-usage-tiers[Control Plane API reference]. diff --git a/modules/networking/pages/azure-private-link.adoc b/modules/networking/pages/azure-private-link.adoc index d0038c179..7b76735db 100644 --- a/modules/networking/pages/azure-private-link.adoc +++ b/modules/networking/pages/azure-private-link.adoc @@ -294,7 +294,7 @@ include::networking:partial$private-links-access-rp-services-through-vpc.adoc[] === Test the connection -You can test the Private Link connection from any VM or container in the subscription where the endpoint is created. If configuring a Kafka client isn't possible right away, you can do these checks using xref:ROOT:get-started:rpk-install.adoc[`rpk`] or cURL: +You can test the Private Link connection from any VM or container in the subscription where the endpoint is created. If configuring a Kafka client isn't possible right away, you can do these checks using xref:streaming:get-started:rpk-install.adoc[`rpk`] or cURL: include::networking:partial$private-links-test-connection.adoc[] diff --git a/modules/reference/pages/data-transforms/golang-sdk.adoc b/modules/reference/pages/data-transforms/golang-sdk.adoc index 393c89d85..c214b6a71 100644 --- a/modules/reference/pages/data-transforms/golang-sdk.adoc +++ b/modules/reference/pages/data-transforms/golang-sdk.adoc @@ -1,4 +1,4 @@ = Golang SDK for Data Transforms :description: Work with data transform APIs in Redpanda using Go. -include::ROOT:reference:data-transforms/golang-sdk.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:data-transforms/golang-sdk.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/data-transforms/js/js-sdk-sr.adoc b/modules/reference/pages/data-transforms/js/js-sdk-sr.adoc index 20cd0de9b..60d6dfa8d 100644 --- a/modules/reference/pages/data-transforms/js/js-sdk-sr.adoc +++ b/modules/reference/pages/data-transforms/js/js-sdk-sr.adoc @@ -1,4 +1,4 @@ = JavaScript Schema Registry API for Data Transforms :description: Work with Schema Registry in data transforms using JavaScript. -include::ROOT:reference:data-transforms/js/js-sdk-sr.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:data-transforms/js/js-sdk-sr.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/data-transforms/js/js-sdk.adoc b/modules/reference/pages/data-transforms/js/js-sdk.adoc index 497ec27d0..e13d68f33 100644 --- a/modules/reference/pages/data-transforms/js/js-sdk.adoc +++ b/modules/reference/pages/data-transforms/js/js-sdk.adoc @@ -1,4 +1,4 @@ = JavaScript API for Data Transforms :description: Work with data transforms using JavaScript. -include::ROOT:reference:data-transforms/js/js-sdk.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:data-transforms/js/js-sdk.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/data-transforms/rust-sdk.adoc b/modules/reference/pages/data-transforms/rust-sdk.adoc index da3b810a2..fb457cde4 100644 --- a/modules/reference/pages/data-transforms/rust-sdk.adoc +++ b/modules/reference/pages/data-transforms/rust-sdk.adoc @@ -1,4 +1,4 @@ = Rust SDK for Data Transforms :description: Work with data transforms using Rust. -include::ROOT:reference:data-transforms/rust-sdk.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:data-transforms/rust-sdk.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/properties/cluster-properties.adoc b/modules/reference/pages/properties/cluster-properties.adoc index 327f7bc75..38492f76a 100644 --- a/modules/reference/pages/properties/cluster-properties.adoc +++ b/modules/reference/pages/properties/cluster-properties.adoc @@ -8,4 +8,4 @@ NOTE: Some properties require a cluster restart for updates to take effect. This == Cluster configuration -include::ROOT:reference:partial$properties/cluster-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs] \ No newline at end of file +include::streaming:reference:partial$properties/cluster-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs] \ No newline at end of file diff --git a/modules/reference/pages/properties/object-storage-properties.adoc b/modules/reference/pages/properties/object-storage-properties.adoc index c6b5826d6..e3789ecf8 100644 --- a/modules/reference/pages/properties/object-storage-properties.adoc +++ b/modules/reference/pages/properties/object-storage-properties.adoc @@ -8,4 +8,4 @@ NOTE: Some properties require a cluster restart for updates to take effect. This == Cluster configuration -include::ROOT:reference:partial$properties/object-storage-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs] \ No newline at end of file +include::streaming:reference:partial$properties/object-storage-properties.adoc[tags=redpanda-cloud;!deprecated;!exclude-from-docs] \ No newline at end of file diff --git a/modules/reference/pages/public-metrics-reference.adoc b/modules/reference/pages/public-metrics-reference.adoc index 1134e2b96..7921eab4f 100644 --- a/modules/reference/pages/public-metrics-reference.adoc +++ b/modules/reference/pages/public-metrics-reference.adoc @@ -1,4 +1,4 @@ = Metrics Reference :description: Metrics to create your system dashboard. -include::ROOT:reference:public-metrics-reference.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:public-metrics-reference.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-delete.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-delete.adoc index a6b4c2084..c3cee7488 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-delete.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-delete.adoc @@ -1,3 +1,3 @@ = rpk cloud auth delete -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-auth-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-auth-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-list.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-list.adoc index 9e33aa1aa..78f2eebea 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-list.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-list.adoc @@ -1,3 +1,3 @@ = rpk cloud auth list -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-auth-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-auth-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-use.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-use.adoc index 52da122fb..679db806e 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-use.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth-use.adoc @@ -1,3 +1,3 @@ = rpk cloud auth use -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-auth-use.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-auth-use.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth.adoc index 0f51c3790..313a5d74f 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-auth.adoc @@ -1,3 +1,3 @@ = rpk cloud auth -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-auth.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-auth.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-install.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-install.adoc index d37000a50..1c7191c8a 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-install.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-install.adoc @@ -1,3 +1,3 @@ = rpk cloud byoc install -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-byoc-install.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-byoc-install.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-uninstall.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-uninstall.adoc index 69945b7ba..1dacfb75e 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-uninstall.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc-uninstall.adoc @@ -1,3 +1,3 @@ = rpk cloud byoc uninstall -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-byoc-uninstall.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-byoc-uninstall.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc.adoc index db8f24154..3b3fdb251 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-byoc.adoc @@ -1,3 +1,3 @@ = rpk cloud byoc -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-byoc.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-byoc.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster-select.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster-select.adoc index f228f28cd..92cd578de 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster-select.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster-select.adoc @@ -1,3 +1,3 @@ = rpk cloud cluster select -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-cluster-select.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-cluster-select.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster.adoc index 903ad02b8..d90cf2bdc 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-cluster.adoc @@ -1,3 +1,3 @@ = rpk cloud cluster -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-cluster.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-cluster.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-login.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-login.adoc index af0e0ff13..c67bba234 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-login.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-login.adoc @@ -1,3 +1,3 @@ = rpk cloud login -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-login.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-login.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-logout.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-logout.adoc index ecdf1845d..7492f0b25 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-logout.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-logout.adoc @@ -1,3 +1,3 @@ = rpk cloud logout -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-logout.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud-logout.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-install.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-install.adoc index 71bc0766b..bd49810e1 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-install.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-install.adoc @@ -1,3 +1,3 @@ = rpk cloud mcp install -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-mcp-install.adoc[tag=single-source] +include::streaming:reference:partial$rpk-cloud/rpk-cloud-mcp-install.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-stdio.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-stdio.adoc index 30434fa06..817724f86 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-stdio.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp-stdio.adoc @@ -1,3 +1,3 @@ = rpk cloud mcp stdio -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-mcp-stdio.adoc[tag=single-source] +include::streaming:reference:partial$rpk-cloud/rpk-cloud-mcp-stdio.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp.adoc index 12eeea436..6ba0878a1 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud-mcp.adoc @@ -1,3 +1,3 @@ = rpk cloud mcp -include::ROOT:reference:partial$rpk-cloud/rpk-cloud-mcp.adoc[tag=single-source] +include::streaming:reference:partial$rpk-cloud/rpk-cloud-mcp.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud.adoc b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud.adoc index 158129fb3..c7310b76a 100644 --- a/modules/reference/pages/rpk/rpk-cloud/rpk-cloud.adoc +++ b/modules/reference/pages/rpk/rpk-cloud/rpk-cloud.adoc @@ -1,4 +1,4 @@ = rpk cloud :page-aliases: reference:rpk/rpk-cloud.adoc -include::ROOT:reference:partial$rpk-cloud/rpk-cloud.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-cloud/rpk-cloud.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-get.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-get.adoc index 9a2a96b43..16ece95bc 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-get.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-get.adoc @@ -1,3 +1,3 @@ = rpk cluster config get -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-config-get.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-config-get.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-list.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-list.adoc index 8232d5ece..d41f2d7b9 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-list.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-list.adoc @@ -1,3 +1,3 @@ = rpk cluster config list -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-config-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-config-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-set.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-set.adoc index c2923c8af..9c35c9a06 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-set.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-set.adoc @@ -1,3 +1,3 @@ = rpk cluster config set -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-config-set.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-config-set.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-status.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-status.adoc index 39bd15b24..9ec5c30e4 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-status.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config-status.adoc @@ -1,3 +1,3 @@ = rpk cluster config status -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-config-status.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-config-status.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config.adoc index 2faccb448..b07ae15c5 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-config.adoc @@ -1,3 +1,3 @@ = rpk cluster config -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-config.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-config.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections-list.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections-list.adoc index cf8d25dde..2c8c0700e 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections-list.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections-list.adoc @@ -1,3 +1,3 @@ = rpk cluster connections list -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections.adoc index 7d9efd9a0..4e8e2f3f5 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-connections.adoc @@ -1,3 +1,3 @@ = rpk cluster connections -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-info.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-info.adoc index b530e83f6..e138e49ac 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-info.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-info.adoc @@ -1,4 +1,4 @@ = rpk cluster info :page-aliases: reference:rpk/rpk-cluster/rpk-cluster-metadata.adoc -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc index d997997b7..1bd0dcc23 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc @@ -1,3 +1,3 @@ = rpk cluster logdirs describe -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs.adoc index 27de2f6be..62524d401 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-logdirs.adoc @@ -1,3 +1,3 @@ = rpk cluster logdirs -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc index c9392eb2f..81ce1ea0f 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc @@ -1,3 +1,3 @@ = rpk cluster quotas alter -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc index daa919837..aa723ee4c 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc @@ -1,3 +1,3 @@ = rpk cluster quotas describe -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-import.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-import.adoc index b0586c2f6..fb3a92e69 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-import.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas-import.adoc @@ -1,3 +1,3 @@ = rpk cluster quotas import -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-import.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-quotas-import.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas.adoc index 07c2d5bbf..7abeb491d 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-quotas.adoc @@ -1,3 +1,3 @@ = rpk cluster quotas -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc index ce6830d16..f4cb852e5 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc @@ -1,3 +1,3 @@ = rpk cluster storage cancel mount -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc index a16da69af..51eb23ba4 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc @@ -1,3 +1,3 @@ = rpk cluster storage list mount -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc index 4ecef2a07..3d047c2fc 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc @@ -1,3 +1,3 @@ = rpk cluster storage list-mountable -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc index f511ce23e..c57c0cf80 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc @@ -1,3 +1,3 @@ = rpk cluster storage mount -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-storage-mount.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-storage-mount.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc index db466f07c..d79398778 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc @@ -1,3 +1,3 @@ = rpk cluster storage status mount -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc index b18fc767e..b1b30f1a0 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc @@ -1,3 +1,3 @@ = rpk cluster storage unmount -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage.adoc index 2fb81ff89..e1e13f57c 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage.adoc @@ -1,3 +1,3 @@ = rpk cluster storage -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-storage.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-storage.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe-producers.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe-producers.adoc index 60c413ae1..25c10b388 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe-producers.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe-producers.adoc @@ -1,3 +1,3 @@ = rpk cluster txn describe-producers -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-txn-describe-producers.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-txn-describe-producers.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe.adoc index 03bf6b874..36cf657d4 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-describe.adoc @@ -1,3 +1,3 @@ = rpk cluster txn describe -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-txn-describe.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-txn-describe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-list.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-list.adoc index fcc9cf546..069c5d3cd 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-list.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn-list.adoc @@ -1,3 +1,3 @@ = rpk cluster txn list -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-txn-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-txn-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn.adoc index 263aa24ad..98a048b0d 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-txn.adoc @@ -1,3 +1,3 @@ = rpk cluster txn -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-txn.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster-txn.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster.adoc index 25acd50bd..310c05dcd 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster.adoc @@ -1,3 +1,3 @@ = rpk cluster -include::ROOT:reference:rpk/rpk-cluster/rpk-cluster.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-cluster/rpk-cluster.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-commands.adoc b/modules/reference/pages/rpk/rpk-commands.adoc index 463d7ce03..c95143eeb 100644 --- a/modules/reference/pages/rpk/rpk-commands.adoc +++ b/modules/reference/pages/rpk/rpk-commands.adoc @@ -1,4 +1,4 @@ = rpk :page-aliases: reference:rpk-commands.adoc -include::ROOT:reference:rpk/rpk-commands.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-commands.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-generate/rpk-generate-app.adoc b/modules/reference/pages/rpk/rpk-generate/rpk-generate-app.adoc index fef92410a..1268ce22c 100644 --- a/modules/reference/pages/rpk/rpk-generate/rpk-generate-app.adoc +++ b/modules/reference/pages/rpk/rpk-generate/rpk-generate-app.adoc @@ -1,4 +1,4 @@ = rpk generate app :page-aliases: reference:rpk/rpk-generate.adoc -include::ROOT:reference:rpk/rpk-generate/rpk-generate-app.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-generate/rpk-generate-app.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-generate/rpk-generate-grafana-dashboard.adoc b/modules/reference/pages/rpk/rpk-generate/rpk-generate-grafana-dashboard.adoc index bf8c627d4..7d4aa5300 100644 --- a/modules/reference/pages/rpk/rpk-generate/rpk-generate-grafana-dashboard.adoc +++ b/modules/reference/pages/rpk/rpk-generate/rpk-generate-grafana-dashboard.adoc @@ -1,3 +1,3 @@ = rpk generate grafana-dashboard -include::ROOT:reference:rpk/rpk-generate/rpk-generate-grafana-dashboard.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-generate/rpk-generate-grafana-dashboard.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-generate/rpk-generate-shell-completion.adoc b/modules/reference/pages/rpk/rpk-generate/rpk-generate-shell-completion.adoc index 90e2411a6..b8be4801d 100644 --- a/modules/reference/pages/rpk/rpk-generate/rpk-generate-shell-completion.adoc +++ b/modules/reference/pages/rpk/rpk-generate/rpk-generate-shell-completion.adoc @@ -1,3 +1,3 @@ = rpk generate shell-completion -include::ROOT:reference:rpk/rpk-generate/rpk-generate-shell-completion.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-generate/rpk-generate-shell-completion.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-generate/rpk-generate.adoc b/modules/reference/pages/rpk/rpk-generate/rpk-generate.adoc index 3439270da..de33494da 100644 --- a/modules/reference/pages/rpk/rpk-generate/rpk-generate.adoc +++ b/modules/reference/pages/rpk/rpk-generate/rpk-generate.adoc @@ -1,3 +1,3 @@ = rpk generate -include::ROOT:reference:rpk/rpk-generate/rpk-generate.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-generate/rpk-generate.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-group/rpk-group-delete.adoc b/modules/reference/pages/rpk/rpk-group/rpk-group-delete.adoc index 3087b0aad..1a1302201 100644 --- a/modules/reference/pages/rpk/rpk-group/rpk-group-delete.adoc +++ b/modules/reference/pages/rpk/rpk-group/rpk-group-delete.adoc @@ -1,3 +1,3 @@ = rpk group delete -include::ROOT:reference:rpk/rpk-group/rpk-group-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-group/rpk-group-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-group/rpk-group-describe.adoc b/modules/reference/pages/rpk/rpk-group/rpk-group-describe.adoc index 12eea0379..9b8a2a4ea 100644 --- a/modules/reference/pages/rpk/rpk-group/rpk-group-describe.adoc +++ b/modules/reference/pages/rpk/rpk-group/rpk-group-describe.adoc @@ -1,3 +1,3 @@ = rpk group describe -include::ROOT:reference:rpk/rpk-group/rpk-group-describe.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-group/rpk-group-describe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-group/rpk-group-list.adoc b/modules/reference/pages/rpk/rpk-group/rpk-group-list.adoc index 02286d637..9e55ee39a 100644 --- a/modules/reference/pages/rpk/rpk-group/rpk-group-list.adoc +++ b/modules/reference/pages/rpk/rpk-group/rpk-group-list.adoc @@ -1,3 +1,3 @@ = rpk group list -include::ROOT:reference:rpk/rpk-group/rpk-group-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-group/rpk-group-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-group/rpk-group-offset-delete.adoc b/modules/reference/pages/rpk/rpk-group/rpk-group-offset-delete.adoc index c32fb387a..11b084077 100644 --- a/modules/reference/pages/rpk/rpk-group/rpk-group-offset-delete.adoc +++ b/modules/reference/pages/rpk/rpk-group/rpk-group-offset-delete.adoc @@ -1,3 +1,3 @@ = rpk group offset-delete -include::ROOT:reference:rpk/rpk-group/rpk-group-offset-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-group/rpk-group-offset-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-group/rpk-group-seek.adoc b/modules/reference/pages/rpk/rpk-group/rpk-group-seek.adoc index a26fa98ca..6aab27e02 100644 --- a/modules/reference/pages/rpk/rpk-group/rpk-group-seek.adoc +++ b/modules/reference/pages/rpk/rpk-group/rpk-group-seek.adoc @@ -1,3 +1,3 @@ = rpk group seek -include::ROOT:reference:rpk/rpk-group/rpk-group-seek.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-group/rpk-group-seek.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-group/rpk-group.adoc b/modules/reference/pages/rpk/rpk-group/rpk-group.adoc index 69d8a5bdd..e6ca585a9 100644 --- a/modules/reference/pages/rpk/rpk-group/rpk-group.adoc +++ b/modules/reference/pages/rpk/rpk-group/rpk-group.adoc @@ -1,3 +1,3 @@ = rpk group -include::ROOT:reference:rpk/rpk-group/rpk-group.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-group/rpk-group.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-help.adoc b/modules/reference/pages/rpk/rpk-help.adoc index 0f68ded1b..229f76635 100644 --- a/modules/reference/pages/rpk/rpk-help.adoc +++ b/modules/reference/pages/rpk/rpk-help.adoc @@ -1,3 +1,3 @@ = rpk help -include::ROOT:reference:rpk/rpk-help.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-help.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-install.adoc b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-install.adoc index d8af5a769..7b44f698c 100644 --- a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-install.adoc +++ b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-install.adoc @@ -1,3 +1,3 @@ = rpk plugin install -include::ROOT:reference:rpk/rpk-plugin/rpk-plugin-install.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-plugin/rpk-plugin-install.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-list.adoc b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-list.adoc index 6e0c68348..307de8364 100644 --- a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-list.adoc +++ b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-list.adoc @@ -1,3 +1,3 @@ = rpk plugin list -include::ROOT:reference:rpk/rpk-plugin/rpk-plugin-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-plugin/rpk-plugin-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-uninstall.adoc b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-uninstall.adoc index 6dace1e0a..eb6e1aa82 100644 --- a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-uninstall.adoc +++ b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin-uninstall.adoc @@ -1,3 +1,3 @@ = rpk plugin uninstall -include::ROOT:reference:rpk/rpk-plugin/rpk-plugin-uninstall.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-plugin/rpk-plugin-uninstall.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin.adoc b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin.adoc index f35fb1adf..1e452b804 100644 --- a/modules/reference/pages/rpk/rpk-plugin/rpk-plugin.adoc +++ b/modules/reference/pages/rpk/rpk-plugin/rpk-plugin.adoc @@ -1,4 +1,4 @@ = rpk plugin :page-aliases: reference:rpk/rpk-plugin.adoc -include::ROOT:reference:rpk/rpk-plugin/rpk-plugin.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-plugin/rpk-plugin.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-clear.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-clear.adoc index 5eca9085a..969bc2065 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-clear.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-clear.adoc @@ -1,3 +1,3 @@ = rpk profile clear -include::ROOT:reference:rpk/rpk-profile/rpk-profile-clear.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-profile/rpk-profile-clear.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-create.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-create.adoc index 84b159b0f..1ce2a6180 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-create.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-create.adoc @@ -1,3 +1,3 @@ = rpk profile create -include::ROOT:reference:rpk/rpk-profile/rpk-profile-create.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-create.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-current.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-current.adoc index a59fa9475..a78363796 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-current.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-current.adoc @@ -1,3 +1,3 @@ = rpk profile current -include::ROOT:reference:rpk/rpk-profile/rpk-profile-current.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-current.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-delete.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-delete.adoc index 816de0e49..14de0304b 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-delete.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-delete.adoc @@ -1,3 +1,3 @@ = rpk profile delete -include::ROOT:reference:rpk/rpk-profile/rpk-profile-delete.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-delete.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit-globals.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit-globals.adoc index b7659374e..f5ad3dfe4 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit-globals.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit-globals.adoc @@ -1,3 +1,3 @@ = rpk profile edit-globals -include::ROOT:reference:rpk/rpk-profile/rpk-profile-edit-globals.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-edit-globals.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit.adoc index 28b7ce292..4fbd62ba7 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-edit.adoc @@ -1,3 +1,3 @@ = rpk profile edit -include::ROOT:reference:rpk/rpk-profile/rpk-profile-edit.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-edit.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-list.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-list.adoc index 8b0ea3634..818b10a12 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-list.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-list.adoc @@ -1,3 +1,3 @@ = rpk profile list -include::ROOT:reference:rpk/rpk-profile/rpk-profile-list.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-list.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-print-globals.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-print-globals.adoc index 8c7f2e9bc..a5705c1e2 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-print-globals.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-print-globals.adoc @@ -1,3 +1,3 @@ = rpk profile print-globals -include::ROOT:reference:rpk/rpk-profile/rpk-profile-print-globals.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-print-globals.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-print.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-print.adoc index 56b4cf182..95cb76713 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-print.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-print.adoc @@ -1,3 +1,3 @@ = rpk profile print -include::ROOT:reference:rpk/rpk-profile/rpk-profile-print.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-print.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-prompt.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-prompt.adoc index d4fc47c7c..eeace52cf 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-prompt.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-prompt.adoc @@ -1,3 +1,3 @@ = rpk profile prompt -include::ROOT:reference:rpk/rpk-profile/rpk-profile-prompt.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-prompt.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-rename-to.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-rename-to.adoc index 89c50a67c..1c8876f38 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-rename-to.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-rename-to.adoc @@ -1,3 +1,3 @@ = rpk profile rename-to -include::ROOT:reference:rpk/rpk-profile/rpk-profile-rename-to.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-rename-to.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-set-globals.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-set-globals.adoc index 61f9dd9c3..53594fb16 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-set-globals.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-set-globals.adoc @@ -1,3 +1,3 @@ = rpk profile set-globals -include::ROOT:reference:rpk/rpk-profile/rpk-profile-set-globals.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-set-globals.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-set.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-set.adoc index a0444e676..0535391ca 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-set.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-set.adoc @@ -1,3 +1,3 @@ = rpk profile set -include::ROOT:reference:rpk/rpk-profile/rpk-profile-set.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-set.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile-use.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile-use.adoc index 9f89885ba..3d9992b0a 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile-use.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile-use.adoc @@ -1,3 +1,3 @@ = rpk profile use -include::ROOT:reference:rpk/rpk-profile/rpk-profile-use.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile-use.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-profile/rpk-profile.adoc b/modules/reference/pages/rpk/rpk-profile/rpk-profile.adoc index f7fb9ade0..391019faf 100644 --- a/modules/reference/pages/rpk/rpk-profile/rpk-profile.adoc +++ b/modules/reference/pages/rpk/rpk-profile/rpk-profile.adoc @@ -1,4 +1,4 @@ = rpk profile :page-aliases: reference:rpk/rpk-profile.adoc -include::ROOT:reference:rpk/rpk-profile/rpk-profile.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-profile/rpk-profile.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-get.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-get.adoc index f61462963..dd2d64a0b 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-get.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-get.adoc @@ -1,3 +1,3 @@ = rpk registry compatibility-level get -include::ROOT:reference:rpk/rpk-registry/rpk-registry-compatibility-level-get.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-compatibility-level-get.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-set.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-set.adoc index b0d755fe2..8f9492548 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-set.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level-set.adoc @@ -1,3 +1,3 @@ = rpk registry compatibility-level set -include::ROOT:reference:rpk/rpk-registry/rpk-registry-compatibility-level-set.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-compatibility-level-set.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level.adoc index fdc755f4b..58ecfc19b 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-compatibility-level.adoc @@ -1,3 +1,3 @@ = rpk registry compatibility-level -include::ROOT:reference:rpk/rpk-registry/rpk-registry-compatibility-level.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-compatibility-level.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-get.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-get.adoc index 6a96ee08e..d1edb9b83 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-get.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-get.adoc @@ -1,3 +1,3 @@ = rpk registry mode get -include::ROOT:reference:rpk/rpk-registry/rpk-registry-mode-get.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-mode-get.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-reset.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-reset.adoc index 078bb6ab6..66812e695 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-reset.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-reset.adoc @@ -1,3 +1,3 @@ = rpk registry mode reset -include::ROOT:reference:rpk/rpk-registry/rpk-registry-mode-reset.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-mode-reset.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-set.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-set.adoc index 6b0a4a2df..6a439baf1 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-set.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode-set.adoc @@ -1,3 +1,3 @@ = rpk registry mode set -include::ROOT:reference:rpk/rpk-registry/rpk-registry-mode-set.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-mode-set.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode.adoc index a3e62c25a..d7af44e39 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-mode.adoc @@ -1,3 +1,3 @@ = rpk registry mode -include::ROOT:reference:rpk/rpk-registry/rpk-registry-mode.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-mode.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-check-compatibility.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-check-compatibility.adoc index 18b840c97..a8918ab2d 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-check-compatibility.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-check-compatibility.adoc @@ -1,3 +1,3 @@ = rpk registry schema check-compatibility -include::ROOT:reference:rpk/rpk-registry/rpk-registry-schema-check-compatibility.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-schema-check-compatibility.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-create.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-create.adoc index 407cc3491..891fd8d18 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-create.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-create.adoc @@ -1,3 +1,3 @@ = rpk registry schema create -include::ROOT:reference:rpk/rpk-registry/rpk-registry-schema-create.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-schema-create.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-delete.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-delete.adoc index 25a76ed5a..3868ec5fe 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-delete.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-delete.adoc @@ -1,3 +1,3 @@ = rpk registry schema delete -include::ROOT:reference:rpk/rpk-registry/rpk-registry-schema-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-schema-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-get.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-get.adoc index 3e4f36c12..65e757f55 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-get.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-get.adoc @@ -1,3 +1,3 @@ = rpk registry schema get -include::ROOT:reference:rpk/rpk-registry/rpk-registry-schema-get.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-schema-get.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-list.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-list.adoc index d0f5aa3d0..cf04376d6 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-list.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-list.adoc @@ -1,3 +1,3 @@ = rpk registry schema list -include::ROOT:reference:rpk/rpk-registry/rpk-registry-schema-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-schema-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-references.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-references.adoc index 2d22a2091..6563fe044 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-references.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema-references.adoc @@ -1,3 +1,3 @@ = rpk registry schema references -include::ROOT:reference:rpk/rpk-registry/rpk-registry-schema-references.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-schema-references.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema.adoc index 0630a9617..e8c5fa5b8 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-schema.adoc @@ -1,3 +1,3 @@ = rpk registry schema -include::ROOT:reference:rpk/rpk-registry/rpk-registry-schema.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-schema.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-delete.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-delete.adoc index 9361afdef..351fb56f6 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-delete.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-delete.adoc @@ -1,3 +1,3 @@ = rpk registry subject delete -include::ROOT:reference:rpk/rpk-registry/rpk-registry-subject-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-subject-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-list.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-list.adoc index 5816d7e22..749c96c4f 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-list.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject-list.adoc @@ -1,3 +1,3 @@ = rpk registry subject list -include::ROOT:reference:rpk/rpk-registry/rpk-registry-subject-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-subject-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject.adoc index b9240c727..c2d804384 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-subject.adoc @@ -1,3 +1,3 @@ = rpk registry subject -include::ROOT:reference:rpk/rpk-registry/rpk-registry-subject.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry-subject.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry.adoc index 1b8a7fc24..eea2944fe 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry.adoc @@ -1,3 +1,3 @@ = rpk registry -include::ROOT:reference:rpk/rpk-registry/rpk-registry.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-registry/rpk-registry.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc index 69be08894..3adb35410 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-acl-create.adoc @@ -1,4 +1,4 @@ = rpk security acl create :page-aliases: reference:rpk/rpk-acl/rpk-acl-create.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-acl-create.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-acl-create.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-acl-delete.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-acl-delete.adoc index 43f9c32ea..0d9ec074f 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-acl-delete.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-acl-delete.adoc @@ -1,4 +1,4 @@ = rpk security acl delete :page-aliases: reference:rpk/rpk-acl/rpk-acl-delete.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-acl-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-acl-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-acl-list.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-acl-list.adoc index 02e209ffa..bc10d64dd 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-acl-list.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-acl-list.adoc @@ -1,4 +1,4 @@ = rpk security acl list :page-aliases: reference:rpk/rpk-acl/rpk-acl-list.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-acl-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-acl-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-acl.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-acl.adoc index a4d750987..0bdb54abc 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-acl.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-acl.adoc @@ -1,4 +1,4 @@ = rpk security acl :page-aliases: reference:rpk/rpk-acl.adoc, reference:rpk/rpk-acl/rpk-acl.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-acl.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-acl.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-role-assign.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-role-assign.adoc index 42a0a959f..e348e03d2 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-role-assign.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-role-assign.adoc @@ -1,3 +1,3 @@ = rpk security role assign -include::ROOT:reference:rpk/rpk-security/rpk-security-role-assign.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-role-assign.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-role-create.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-role-create.adoc index 7171cc903..cd9bceb46 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-role-create.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-role-create.adoc @@ -1,3 +1,3 @@ = rpk security role create -include::ROOT:reference:rpk/rpk-security/rpk-security-role-create.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-role-create.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-role-delete.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-role-delete.adoc index 56d482aac..e14ca2de1 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-role-delete.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-role-delete.adoc @@ -1,3 +1,3 @@ = rpk security role delete -include::ROOT:reference:rpk/rpk-security/rpk-security-role-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-role-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-role-describe.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-role-describe.adoc index cf107f263..3d681cf6f 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-role-describe.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-role-describe.adoc @@ -1,3 +1,3 @@ = rpk security role describe -include::ROOT:reference:rpk/rpk-security/rpk-security-role-describe.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-role-describe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-role-list.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-role-list.adoc index 177a87257..75d997cf2 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-role-list.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-role-list.adoc @@ -1,3 +1,3 @@ = rpk security role list -include::ROOT:reference:rpk/rpk-security/rpk-security-role-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-role-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-role-unassign.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-role-unassign.adoc index 21a3f7d25..8b861c7e3 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-role-unassign.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-role-unassign.adoc @@ -1,3 +1,3 @@ = rpk security role unassign -include::ROOT:reference:rpk/rpk-security/rpk-security-role-unassign.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-role-unassign.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-role.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-role.adoc index b62d32c2b..d7a19c647 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-role.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-role.adoc @@ -1,3 +1,3 @@ = rpk security role -include::ROOT:reference:rpk/rpk-security/rpk-security-role.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-role.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-create.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-create.adoc index baeaba4ff..731984633 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-create.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-create.adoc @@ -1,3 +1,3 @@ = rpk security secret create -include::ROOT:reference:partial$rpk-security/rpk-security-secret-create.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-security/rpk-security-secret-create.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-delete.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-delete.adoc index 12099811e..6b55186f8 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-delete.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-delete.adoc @@ -1,3 +1,3 @@ = rpk security secret delete -include::ROOT:reference:partial$rpk-security/rpk-security-secret-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-security/rpk-security-secret-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-list.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-list.adoc index 805a84d07..3ca4d8cd8 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-list.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-list.adoc @@ -1,3 +1,3 @@ = rpk security secret list -include::ROOT:reference:partial$rpk-security/rpk-security-secret-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-security/rpk-security-secret-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-update.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-update.adoc index fac73ab85..9ff3cb0a6 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-secret-update.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-secret-update.adoc @@ -1,3 +1,3 @@ = rpk security secret update -include::ROOT:reference:partial$rpk-security/rpk-security-secret-update.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-security/rpk-security-secret-update.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-secret.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-secret.adoc index ce7c1862a..deb73333d 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-secret.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-secret.adoc @@ -1,3 +1,3 @@ = rpk security secret -include::ROOT:reference:partial$rpk-security/rpk-security-secret.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:partial$rpk-security/rpk-security-secret.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-user-create.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-user-create.adoc index f0c41fee1..607b924d9 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-user-create.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-user-create.adoc @@ -1,4 +1,4 @@ = rpk security user create :page-aliases: reference:rpk/rpk-acl/rpk-acl-user-create.adoc, reference:rpk/rpk-security/rpk-security-acl-user-create.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-user-create.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-user-create.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-user-delete.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-user-delete.adoc index 1e019579c..1800dbecc 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-user-delete.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-user-delete.adoc @@ -1,4 +1,4 @@ = rpk security user delete :page-aliases: reference:rpk/rpk-acl/rpk-acl-user-delete.adoc, reference:rpk/rpk-security/rpk-security-acl-user-delete.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-user-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-user-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-user-list.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-user-list.adoc index 51f40d0fa..c0a372dac 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-user-list.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-user-list.adoc @@ -1,4 +1,4 @@ = rpk security user list :page-aliases: reference:rpk/rpk-acl/rpk-acl-user-list.adoc, reference:rpk/rpk-security/rpk-security-acl-user-list.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-user-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-user-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-user-update.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-user-update.adoc index e1f6b56a7..7b0816d93 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-user-update.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-user-update.adoc @@ -1,4 +1,4 @@ = rpk security user update :page-aliases: reference:rpk/rpk-acl/rpk-acl-user-update.adoc, reference:rpk/rpk-security/rpk-security-acl-user-update.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-user-update.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-user-update.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security-user.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security-user.adoc index a1c4c50f0..efbc0e572 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security-user.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security-user.adoc @@ -1,4 +1,4 @@ = rpk security user :page-aliases: reference:rpk/rpk-acl/rpk-acl-user.adoc, reference:rpk/rpk-security/rpk-security-acl-user.adoc -include::ROOT:reference:rpk/rpk-security/rpk-security-user.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security-user.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-security/rpk-security.adoc b/modules/reference/pages/rpk/rpk-security/rpk-security.adoc index 3102a06d9..9c489be3f 100644 --- a/modules/reference/pages/rpk/rpk-security/rpk-security.adoc +++ b/modules/reference/pages/rpk/rpk-security/rpk-security.adoc @@ -1,3 +1,3 @@ = rpk security -include::ROOT:reference:rpk/rpk-security/rpk-security.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-security/rpk-security.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-config-generate.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-config-generate.adoc index 4ffae8cb8..4fa04ab39 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-config-generate.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-config-generate.adoc @@ -1,3 +1,3 @@ = rpk shadow config generate -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-create.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-create.adoc index 99d69a6b9..ec1bd0e5c 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-create.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-create.adoc @@ -1,3 +1,3 @@ = rpk shadow create -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-create.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-create.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-delete.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-delete.adoc index f8b2dd97d..fdf92aec4 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-delete.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-delete.adoc @@ -1,3 +1,3 @@ = rpk shadow delete -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-describe.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-describe.adoc index 0db79c5d3..c58226d12 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-describe.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-describe.adoc @@ -1,3 +1,3 @@ = rpk shadow describe -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-describe.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-describe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-failover.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-failover.adoc index 308d40d2a..7ca20c0fd 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-failover.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-failover.adoc @@ -1,3 +1,3 @@ = rpk shadow failover -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-failover.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-failover.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-list.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-list.adoc index 23e82f749..b3833c451 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-list.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-list.adoc @@ -1,3 +1,3 @@ = rpk shadow list -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-status.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-status.adoc index d084c81a8..3d541ec64 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-status.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-status.adoc @@ -1,3 +1,3 @@ = rpk shadow status -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-status.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-update.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-update.adoc index 7d40f4b4a..eeabe9269 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-update.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow-update.adoc @@ -1,3 +1,3 @@ = rpk shadow update -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow-update.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow-update.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow.adoc b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow.adoc index 7cbd621fd..aefb90590 100644 --- a/modules/reference/pages/rpk/rpk-shadow/rpk-shadow.adoc +++ b/modules/reference/pages/rpk/rpk-shadow/rpk-shadow.adoc @@ -1,3 +1,3 @@ = rpk shadow -include::ROOT:reference:rpk/rpk-shadow/rpk-shadow.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-shadow/rpk-shadow.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-add-partitions.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-add-partitions.adoc index df0f4c38e..e6783165f 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-add-partitions.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-add-partitions.adoc @@ -1,3 +1,3 @@ = rpk topic add-partitions -include::ROOT:reference:rpk/rpk-topic/rpk-topic-add-partitions.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-add-partitions.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-alter-config.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-alter-config.adoc index 90055371e..d5f5effb2 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-alter-config.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-alter-config.adoc @@ -1,3 +1,3 @@ = rpk topic alter-config -include::ROOT:reference:rpk/rpk-topic/rpk-topic-alter-config.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-alter-config.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-consume.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-consume.adoc index 9f06ce919..02d3e31f2 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-consume.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-consume.adoc @@ -1,3 +1,3 @@ = rpk topic consume -include::ROOT:reference:rpk/rpk-topic/rpk-topic-consume.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-consume.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-create.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-create.adoc index 21f8a1c24..2bc834104 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-create.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-create.adoc @@ -1,3 +1,3 @@ = rpk topic create -include::ROOT:reference:rpk/rpk-topic/rpk-topic-create.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-create.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-delete.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-delete.adoc index d97fdeedf..ab5de5e89 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-delete.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-delete.adoc @@ -1,3 +1,3 @@ = rpk topic delete -include::ROOT:reference:rpk/rpk-topic/rpk-topic-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-describe.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-describe.adoc index 334d74c2a..d99311315 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-describe.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-describe.adoc @@ -1,3 +1,3 @@ = rpk topic describe -include::ROOT:reference:rpk/rpk-topic/rpk-topic-describe.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-describe.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-list.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-list.adoc index 00ec8dab9..5fef6f6ba 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-list.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-list.adoc @@ -1,3 +1,3 @@ = rpk topic list -include::ROOT:reference:rpk/rpk-topic/rpk-topic-list.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-list.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-produce.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-produce.adoc index b25814a85..112f940cc 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-produce.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-produce.adoc @@ -1,3 +1,3 @@ = rpk topic produce -include::ROOT:reference:rpk/rpk-topic/rpk-topic-produce.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-produce.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic-trim-prefix.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic-trim-prefix.adoc index bef492daa..246bd636a 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic-trim-prefix.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic-trim-prefix.adoc @@ -1,3 +1,3 @@ = rpk topic trim-prefix -include::ROOT:reference:rpk/rpk-topic/rpk-topic-trim-prefix.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic-trim-prefix.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-topic/rpk-topic.adoc b/modules/reference/pages/rpk/rpk-topic/rpk-topic.adoc index 790dee6d4..13ce91acb 100644 --- a/modules/reference/pages/rpk/rpk-topic/rpk-topic.adoc +++ b/modules/reference/pages/rpk/rpk-topic/rpk-topic.adoc @@ -1,4 +1,4 @@ = rpk topic :page-aliases: reference:rpk/rpk-topic.adoc -include::ROOT:reference:rpk/rpk-topic/rpk-topic.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-topic/rpk-topic.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-transform/rpk-transform-build.adoc b/modules/reference/pages/rpk/rpk-transform/rpk-transform-build.adoc index b83cebec4..ee873d2d5 100644 --- a/modules/reference/pages/rpk/rpk-transform/rpk-transform-build.adoc +++ b/modules/reference/pages/rpk/rpk-transform/rpk-transform-build.adoc @@ -1,4 +1,4 @@ = rpk transform build :page-aliases: labs:data-transform/rpk-transform-build.adoc -include::ROOT:reference:rpk/rpk-transform/rpk-transform-build.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-transform/rpk-transform-build.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-transform/rpk-transform-delete.adoc b/modules/reference/pages/rpk/rpk-transform/rpk-transform-delete.adoc index 6f2247891..48ad9ebb2 100644 --- a/modules/reference/pages/rpk/rpk-transform/rpk-transform-delete.adoc +++ b/modules/reference/pages/rpk/rpk-transform/rpk-transform-delete.adoc @@ -1,4 +1,4 @@ = rpk transform delete :page-aliases: labs:data-transform/rpk-transform-delete.adoc -include::ROOT:reference:rpk/rpk-transform/rpk-transform-delete.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-transform/rpk-transform-delete.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-transform/rpk-transform-deploy.adoc b/modules/reference/pages/rpk/rpk-transform/rpk-transform-deploy.adoc index 51ed5a3ac..4abcb4e14 100644 --- a/modules/reference/pages/rpk/rpk-transform/rpk-transform-deploy.adoc +++ b/modules/reference/pages/rpk/rpk-transform/rpk-transform-deploy.adoc @@ -1,4 +1,4 @@ = rpk transform deploy :page-aliases: labs:data-transform/rpk-transform-deploy.adoc -include::ROOT:reference:rpk/rpk-transform/rpk-transform-deploy.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-transform/rpk-transform-deploy.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-transform/rpk-transform-init.adoc b/modules/reference/pages/rpk/rpk-transform/rpk-transform-init.adoc index 74a53632c..41fdc7634 100644 --- a/modules/reference/pages/rpk/rpk-transform/rpk-transform-init.adoc +++ b/modules/reference/pages/rpk/rpk-transform/rpk-transform-init.adoc @@ -1,4 +1,4 @@ = rpk transform init :page-aliases: labs:data-transform/rpk-transform-init.adoc -include::ROOT:reference:rpk/rpk-transform/rpk-transform-init.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-transform/rpk-transform-init.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-transform/rpk-transform-list.adoc b/modules/reference/pages/rpk/rpk-transform/rpk-transform-list.adoc index c49bb9e29..fa4c5ad58 100644 --- a/modules/reference/pages/rpk/rpk-transform/rpk-transform-list.adoc +++ b/modules/reference/pages/rpk/rpk-transform/rpk-transform-list.adoc @@ -1,4 +1,4 @@ = rpk transform list :page-aliases: labs:data-transform/rpk-transform-list.adoc -include::ROOT:reference:rpk/rpk-transform/rpk-transform-list.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-transform/rpk-transform-list.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-transform/rpk-transform-logs.adoc b/modules/reference/pages/rpk/rpk-transform/rpk-transform-logs.adoc index 412043443..0043d03a4 100644 --- a/modules/reference/pages/rpk/rpk-transform/rpk-transform-logs.adoc +++ b/modules/reference/pages/rpk/rpk-transform/rpk-transform-logs.adoc @@ -1,3 +1,3 @@ = rpk transform logs -include::ROOT:reference:rpk/rpk-transform/rpk-transform-logs.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-transform/rpk-transform-logs.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-transform/rpk-transform.adoc b/modules/reference/pages/rpk/rpk-transform/rpk-transform.adoc index eb5a0921b..9fe81091d 100644 --- a/modules/reference/pages/rpk/rpk-transform/rpk-transform.adoc +++ b/modules/reference/pages/rpk/rpk-transform/rpk-transform.adoc @@ -1,4 +1,4 @@ = rpk transform :page-aliases: labs:data-transform/rpk-transform.adoc -include::ROOT:reference:rpk/rpk-transform/rpk-transform.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-transform/rpk-transform.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-version.adoc b/modules/reference/pages/rpk/rpk-version.adoc index e1693d58c..e6ac0669a 100644 --- a/modules/reference/pages/rpk/rpk-version.adoc +++ b/modules/reference/pages/rpk/rpk-version.adoc @@ -1,3 +1,3 @@ = rpk version -include::ROOT:reference:rpk/rpk-version.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-version.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-x-options.adoc b/modules/reference/pages/rpk/rpk-x-options.adoc index f9f397dff..6d99b075b 100644 --- a/modules/reference/pages/rpk/rpk-x-options.adoc +++ b/modules/reference/pages/rpk/rpk-x-options.adoc @@ -1,3 +1,3 @@ = rpk -X -include::ROOT:reference:rpk/rpk-x-options.adoc[tag=single-source] \ No newline at end of file +include::streaming:reference:rpk/rpk-x-options.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/security/pages/authorization/acl.adoc b/modules/security/pages/authorization/acl.adoc index cab395378..a027a6fb8 100644 --- a/modules/security/pages/authorization/acl.adoc +++ b/modules/security/pages/authorization/acl.adoc @@ -2,4 +2,4 @@ :page-aliases: security:authorization/rbac/acl.adoc, manage:security/authorization/acl.adoc :description: Learn how to use ACLs to configure fine-grained access to Redpanda resources. -include::ROOT:manage:security/authorization/acl.adoc[tag=single-source] \ No newline at end of file +include::streaming:manage:security/authorization/acl.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/security/pages/authorization/gbac/gbac.adoc b/modules/security/pages/authorization/gbac/gbac.adoc index 5988746d8..bfa96e053 100644 --- a/modules/security/pages/authorization/gbac/gbac.adoc +++ b/modules/security/pages/authorization/gbac/gbac.adoc @@ -42,7 +42,7 @@ You can manage GBAC configurations with the https://cloud.redpanda.com[Redpanda Different identity providers structure group information differently in their OIDC tokens. Before you register groups, configure your SSO connection to tell Redpanda Cloud where to find group claims in the token. -include::ROOT:manage:partial$gbac-token-claim-extraction.adoc[] +include::streaming:manage:partial$gbac-token-claim-extraction.adoc[] == Register groups @@ -63,7 +63,7 @@ Cloud UI:: Control Plane API:: + -- -Make a link:/api/doc/cloud-controlplane/operation/operation-groupservice_creategroup[`POST /v1/groups`] request to the xref:redpanda-cloud:manage:api/cloud-byoc-controlplane-api.adoc[Control Plane API]: +Make a link:/api/doc/cloud-controlplane/operation/operation-groupservice_creategroup[`POST /v1/groups`] request to the xref:cloud-data-platform:manage:api/cloud-byoc-controlplane-api.adoc[Control Plane API]: [,bash] ---- diff --git a/modules/security/pages/authorization/gbac/gbac_dp.adoc b/modules/security/pages/authorization/gbac/gbac_dp.adoc index cc086ff49..409311f80 100644 --- a/modules/security/pages/authorization/gbac/gbac_dp.adoc +++ b/modules/security/pages/authorization/gbac/gbac_dp.adoc @@ -7,7 +7,7 @@ NOTE: This feature is available for BYOC and Dedicated clusters. -include::ROOT:manage:partial$gbac-dp.adoc[tag=single-source] +include::streaming:manage:partial$gbac-dp.adoc[tag=single-source] == Suggested reading diff --git a/modules/security/pages/authorization/rbac/rbac_dp.adoc b/modules/security/pages/authorization/rbac/rbac_dp.adoc index db6a0be48..d9a44f2b8 100644 --- a/modules/security/pages/authorization/rbac/rbac_dp.adoc +++ b/modules/security/pages/authorization/rbac/rbac_dp.adoc @@ -15,7 +15,7 @@ After reading this page, you will be able to: * [ ] {learning-objective-2} * [ ] {learning-objective-3} -include::ROOT:manage:partial$rbac-dp.adoc[tag=single-source] +include::streaming:manage:partial$rbac-dp.adoc[tag=single-source] == Suggested reading diff --git a/modules/security/pages/cloud-authentication.adoc b/modules/security/pages/cloud-authentication.adoc index c807a7308..5926846e2 100644 --- a/modules/security/pages/cloud-authentication.adoc +++ b/modules/security/pages/cloud-authentication.adoc @@ -395,7 +395,7 @@ For example, the mapping rule `RULE:.\*CN=([^,]+).*/\\$1/` maps the following ce `Subject: C=US, ST=IL, L=Chicago, O=redpanda, OU=cloud, CN=test, emailAddress=test123@redpanda.com` -See xref:ROOT:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. +See xref:streaming:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. |=== ==== @@ -455,7 +455,7 @@ For example, the mapping rule `RULE:.\*CN=([^,]+).*/\\$1/` maps the following ce `Subject: C=US, ST=IL, L=Chicago, O=redpanda, OU=cloud, CN=test, emailAddress=test123@redpanda.com` -See xref:ROOT:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. +See xref:streaming:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. |=== ==== @@ -579,7 +579,7 @@ For example, the mapping rule `RULE:.\*CN=([^,]+).*/\\$1/` maps the following ce `Subject: C=US, ST=IL, L=Chicago, O=redpanda, OU=cloud, CN=test, emailAddress=test123@redpanda.com` -See xref:ROOT:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. +See xref:streaming:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. |=== ==== @@ -660,7 +660,7 @@ For example, the mapping rule `RULE:.\*CN=([^,]+).*/\\$1/` maps the following ce `Subject: C=US, ST=IL, L=Chicago, O=redpanda, OU=cloud, CN=test, emailAddress=test123@redpanda.com` -See xref:ROOT:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. +See xref:streaming:manage:security/authentication.adoc#mtls[Configure Authentication] for more details on principal mapping rules. The `principal_mapping_rules` field accepts a list of rules. |=== ==== @@ -752,7 +752,7 @@ unable to request metadata: remote error: tls: certificate required ``` [[consume-produce-mtls]] -When you consume, produce to, or manage topics using xref:ROOT:reference:rpk/rpk-topic/rpk-topic.adoc[`rpk`], you must provide a client certificate and private key. You may use the `--tls-cert` and `--tls-key` options, or xref:ROOT:reference:rpk/rpk-x-options.adoc[environment variables] with `rpk`. +When you consume, produce to, or manage topics using xref:streaming:reference:rpk/rpk-topic/rpk-topic.adoc[`rpk`], you must provide a client certificate and private key. You may use the `--tls-cert` and `--tls-key` options, or xref:streaming:reference:rpk/rpk-x-options.adoc[environment variables] with `rpk`. [,bash] ---- From 9cd720fddc0d5133b4df6b1908e5312eeed6f084 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 16:50:48 +0100 Subject: [PATCH 03/33] Rename Redpanda Self-Managed to Redpanda Streaming Co-Authored-By: Claude Opus 4.5 --- modules/get-started/pages/cloud-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/get-started/pages/cloud-overview.adoc b/modules/get-started/pages/cloud-overview.adoc index 84322a2d7..0bb4a6626 100644 --- a/modules/get-started/pages/cloud-overview.adoc +++ b/modules/get-started/pages/cloud-overview.adoc @@ -384,7 +384,7 @@ Because Redpanda Cloud is a fully-managed service that provides maintenance, dat New clusters in Redpanda Cloud generally include functionality added in Self-Managed versions immediately. Existing clusters include new functionality when they get upgraded to the latest version. -Redpanda Cloud deployments do not support the following functionality available in Redpanda Self-Managed deployments: +Redpanda Cloud deployments do not support the following functionality available in Redpanda Streaming deployments: - Kafka API OIDC authentication. However, Redpanda Cloud does support xref:security:cloud-authentication.adoc#single-sign-on[SSO to the Redpanda Cloud UI]. - Admin API. From 30a2b05e7562921db54c359d0b2c0532a33a28eb Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 16:58:22 +0100 Subject: [PATCH 04/33] Fix cloud landing page hero - add missing page-layout and hero-description Co-Authored-By: Claude Opus 4.5 --- modules/home/pages/index.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index 7bab6c73f..00a7a3352 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -1,6 +1,8 @@ = Redpanda Cloud Documentation +:page-layout: component-home-v3 :page-role: component-home-v3 :description: Get started with Redpanda Cloud — a fully managed streaming data platform. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. +:page-hero-description: Get started with Redpanda Cloud — a fully managed streaming data platform. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. // Deploy section :page-deploy-title: Get started with Redpanda Cloud :page-deploy-1-title: Serverless quickstart From 4307e89e005f37f32b90701156e5c81d97a7b079 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 17:03:25 +0100 Subject: [PATCH 05/33] Add product-name attribute for single-sourced content Co-Authored-By: Claude Opus 4.5 --- antora.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/antora.yml b/antora.yml index fefa2e9e7..d31f4611c 100644 --- a/antora.yml +++ b/antora.yml @@ -6,6 +6,8 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: + # Product name for self-managed Redpanda (used in single-sourced content) + product-name: Redpanda Streaming project-github: redpanda-data/connect page-header-data: title: "Cloud" From 2bb19567b2262c5a8793f9ab6ab44b9af1b08275 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 17:06:59 +0100 Subject: [PATCH 06/33] Update product-name attributes with clear naming - product-name: Redpanda Streaming (for self-managed references) - cloud-product-name: Redpanda Cloud (for cloud references) Co-Authored-By: Claude Opus 4.5 --- antora.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index d31f4611c..86e9de917 100644 --- a/antora.yml +++ b/antora.yml @@ -6,8 +6,9 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: - # Product name for self-managed Redpanda (used in single-sourced content) + # Product names for single-sourced content compatibility product-name: Redpanda Streaming + cloud-product-name: Redpanda Cloud project-github: redpanda-data/connect page-header-data: title: "Cloud" From 4b68e966afdfdc913b9efe53902d6612fae3b670 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 12 May 2026 17:29:09 +0100 Subject: [PATCH 07/33] Remove local product-name attributes (now in shared branch) Co-Authored-By: Claude Opus 4.5 --- antora.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/antora.yml b/antora.yml index 86e9de917..fefa2e9e7 100644 --- a/antora.yml +++ b/antora.yml @@ -6,9 +6,6 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: - # Product names for single-sourced content compatibility - product-name: Redpanda Streaming - cloud-product-name: Redpanda Cloud project-github: redpanda-data/connect page-header-data: title: "Cloud" From f993b90b7e26f8221e7156902de566797908bb81 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 15 May 2026 17:35:24 +0100 Subject: [PATCH 08/33] Rename page-header-data to component-metadata and remove section field - More accurate name: component-level metadata, not page-level - Remove section field (deprecated - breadcrumbs use page-navigation config) - Update Cloud component configuration Co-Authored-By: Claude Sonnet 4.5 --- antora.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index fefa2e9e7..84de9e303 100644 --- a/antora.yml +++ b/antora.yml @@ -7,9 +7,8 @@ nav: asciidoc: attributes: project-github: redpanda-data/connect - page-header-data: + component-metadata: title: "Cloud" - section: "Data Platform" description: "Fully managed Redpanda streaming platform." color: "#0ea5e9" order: 1 From c5f742cb9337cb881f8ed85182e8e499fef46887 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 15 May 2026 17:35:39 +0100 Subject: [PATCH 09/33] Update Cloud landing page: hero text, remove deploy section, update labs - Hero: Add "Streaming, Connect, and SQL built in" to clarify offerings - Remove "Get started with Redpanda Cloud" deploy section per PM feedback - Update labs links to use Antora resource IDs (labs:ai-agents:langchain-agent.adoc, etc.) - All labs are Cloud-compatible (have page-cloud: true attribute) - Decision matrix remains for Serverless vs BYOC choice Co-Authored-By: Claude Sonnet 4.5 --- modules/home/pages/index.adoc | 86 ++++++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 27 deletions(-) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index 00a7a3352..d479980df 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -1,22 +1,22 @@ = Redpanda Cloud Documentation :page-layout: component-home-v3 :page-role: component-home-v3 -:description: Get started with Redpanda Cloud — a fully managed streaming data platform. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. -:page-hero-description: Get started with Redpanda Cloud — a fully managed streaming data platform. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. -// Deploy section -:page-deploy-title: Get started with Redpanda Cloud -:page-deploy-1-title: Serverless quickstart -:page-deploy-1-desc: Start streaming in 30 seconds — zero infrastructure to manage. -:page-deploy-1-link: get-started:cluster-types/serverless.adoc -:page-deploy-1-icon: lightning -:page-deploy-2-title: Dedicated cluster -:page-deploy-2-desc: Deploy dedicated resources in Redpanda Cloud with advanced configuration. -:page-deploy-2-link: get-started:cluster-types/create-dedicated-cloud-cluster.adoc -:page-deploy-2-icon: cloud -:page-deploy-3-title: Bring Your Own Cloud -:page-deploy-3-desc: Run Redpanda in your own VPC with full data sovereignty. -:page-deploy-3-link: get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc -:page-deploy-3-icon: lock +:description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. +:page-hero-description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. +// Deploy section - removed per PM feedback +// :page-deploy-title: Get started with Redpanda Cloud +// :page-deploy-1-title: Serverless quickstart +// :page-deploy-1-desc: Start streaming in 30 seconds — zero infrastructure to manage. +// :page-deploy-1-link: get-started:cluster-types/serverless.adoc +// :page-deploy-1-icon: lightning +// :page-deploy-2-title: Dedicated cluster +// :page-deploy-2-desc: Deploy dedicated resources in Redpanda Cloud with advanced configuration. +// :page-deploy-2-link: get-started:cluster-types/create-dedicated-cloud-cluster.adoc +// :page-deploy-2-icon: cloud +// :page-deploy-3-title: Bring Your Own Cloud +// :page-deploy-3-desc: Run Redpanda in your own VPC with full data sovereignty. +// :page-deploy-3-link: get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc +// :page-deploy-3-icon: lock // Popular topics section :page-popular-title: Popular topics :page-popular-1-title: Billing @@ -37,14 +37,46 @@ :page-popular-4-icon: terminal // Labs section :page-labs-title: Labs for Redpanda Cloud -:page-labs-link: https://redpanda.com/labs -:page-labs-1-title: Build a real-time stock dashboard with Serverless -:page-labs-1-link: https://github.com/redpanda-data/redpanda-labs/tree/main/clients/stock-market-activity -:page-labs-2-title: Stream data from S3 into Redpanda -:page-labs-2-link: https://github.com/redpanda-data/redpanda-labs/tree/main/connect -:page-labs-3-title: Use Redpanda with Flink for stream processing -:page-labs-3-link: https://github.com/redpanda-data/redpanda-labs/tree/main/docker-compose/flink -:page-labs-4-title: Build event-driven apps with Python and Kafka -:page-labs-4-link: https://github.com/redpanda-data/redpanda-labs/tree/main/clients/chat-room/python -// Stats bar -:page-stats: Serverless|in seconds;;Pay|as you go;;No|infrastructure;;Scale|automatically +:page-labs-link: labs::index.adoc +:page-labs-1-title: Build a LangGraph Agent with the Redpanda AI Gateway +:page-labs-1-link: labs:ai-agents:langchain-agent.adoc +:page-labs-2-title: Build a RAG pipeline with OpenAI and MongoDB +:page-labs-2-link: labs:connect-plugins:openai.adoc +:page-labs-3-title: Build a chat room app with Python and Kafka +:page-labs-3-link: labs:clients:cloud-python.adoc +:page-labs-4-title: Build a chat room app with Node.js and Kafka +:page-labs-4-link: labs:clients:cloud-nodejs.adoc +// Stats bar - positive wording +:page-stats: Start|in seconds;;Usage-based|pricing;;Fully|managed;;Auto|scaling +// Decision matrix: Serverless vs BYOC +:page-path-title: Not sure which deployment to pick? +:page-path-self-title: Serverless +:page-path-self-desc: Start streaming instantly with zero infrastructure. Perfect for development and variable workloads. +:page-path-self-1: Provision in seconds +:page-path-self-2: Pay only for what you use +:page-path-self-3: Automatic scaling and upgrades +:page-path-self-link: get-started:cluster-types/serverless.adoc +:page-path-self-cta: Try Serverless +:page-path-cloud-title: Bring Your Own Cloud (BYOC) +:page-path-cloud-desc: Keep full control of your data. Redpanda runs in your VPC with your encryption keys. +:page-path-cloud-1: Data stays in your VPC +:page-path-cloud-2: Your encryption keys +:page-path-cloud-3: 99.99% uptime SLA +:page-path-cloud-link: get-started:cluster-types/byoc/index.adoc +:page-path-cloud-cta: Deploy BYOC +// Features section +:page-features-title: What's included in Redpanda Cloud +:page-features-1-title: Streaming +:page-features-1-desc: Kafka-compatible streaming engine. 10x faster, zero JVM, built for modern workloads. +:page-features-1-link: develop:produce-data/index.adoc +:page-features-1-icon: flow +:page-features-2-title: Connect +:page-features-2-desc: 200+ pre-built connectors to integrate with your data sources and sinks. +:page-features-2-link: develop:managed-connectors/index.adoc +:page-features-2-icon: plug +// SQL feature commented out until docs are created +// :page-features-3-title: SQL +// :page-features-3-desc: Query streaming data in real-time with standard SQL. No external database needed. +// :page-features-3-link: develop:sql/index.adoc +// :page-features-3-icon: chart +// :page-features-3-new: true From 68a0c8fc754d36264e2f3f1e7f4c6f4aa2b0aefa Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Mon, 18 May 2026 16:44:00 +0100 Subject: [PATCH 10/33] Fix mcp-setup xref to use correct module Change xref:home:streaming:mcp-setup.adoc to xref:home:ROOT:mcp-setup.adoc Co-Authored-By: Claude Opus 4.5 --- modules/ai-agents/pages/mcp/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ai-agents/pages/mcp/overview.adoc b/modules/ai-agents/pages/mcp/overview.adoc index 7011a36ad..84aaddd8d 100644 --- a/modules/ai-agents/pages/mcp/overview.adoc +++ b/modules/ai-agents/pages/mcp/overview.adoc @@ -70,4 +70,4 @@ MCP servers authenticate to Redpanda Cloud using your personal or service accoun * xref:ai-agents:mcp/quickstart.adoc[] * xref:ai-agents:mcp/configuration.adoc[] -TIP: The Redpanda documentation site has a read-only MCP server that provides access to Redpanda docs and examples. This server has no access to your Redpanda Cloud account or clusters. See xref:home:streaming:mcp-setup.adoc[]. +TIP: The Redpanda documentation site has a read-only MCP server that provides access to Redpanda docs and examples. This server has no access to your Redpanda Cloud account or clusters. See xref:home:ROOT:mcp-setup.adoc[]. From 6d8a86ca2a0285dc448e77571961f32ff67bde41 Mon Sep 17 00:00:00 2001 From: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Date: Fri, 1 May 2026 12:25:02 -0700 Subject: [PATCH 11/33] Migrate SQL docs (#521) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add converted SQL reference files * Duplicate file * Add index files * Add SQL reference to Cloud nav * Move reference pages to reference module * Convert remaining docs * Add placeholder index files * Cleanup * Move SQL section after RPCN * Continue cleanup using plugin audit and review * External links open in new window * Minor edit to trigger deploy preview * Migrate degraded state doc * Minor style edits * Address drift from Oxla changes since mid-Oct 2025 * Include CREATE TABLE and DROP changes * Update existing pages with placeholders for pages to be created * Another pass at style fixes * Missing TODO * Add remaining new reference pages to address doc drift * Remove Oxla storage compression references * Remove INSERT/UPDATE/DELETE from psycopg2 supported features * Remove Oxla-specific reasons from java-jdbc unsupported list * Remove DELETE/UPDATE references from php-pdo rowCount * Remove CREATE TABLE/INSERT example from select.adoc Assume that a student_data table is already created and populated with data * Remove table duplication TIP * Fix clumped "SELECTstatement" * Add missing Venn diagrams to JOIN pages * Inconsistent formatting with function names and parentheses * Incorrect COUNT logic with HAVING * Add NULLS FIRST/LAST, fix interval sorting * Replace CREATE TABLE oxlafunctions example in offset.adoc Redpanda SQL does not support CREATE TABLE without an external catalog Example assumes precreated salaryemp table * Unrelated "employees" text * Move column compatibility note to set-operations index Column type compatibility and flexible ordering applies to all set operations (UNION, INTERSECT, EXCEPT) * Both ROWS and RANGE frame modes are supported * Add GEOMETRY/GEOGRAPHY * Create sql-operators section with full operator list * timestamp-with-time-zone formatting * Remove internal memory representation for date type * Add month and day conversion note * Remove internal memory representation from bool type * System catalogs disambiguation note and 7 new pg_* pages * Fix nav * Move bitwise operators * Double check SQL examples and outputs * Remove unix_macros * Reorganize math and trig function pages * Implement some deferred fixes related to old Oxla examples * Fix anchors in xrefs * Apply QA checklist first pass across SQL reference docs Run 11-point QA checklist against all migrated SQL pages (148 files). Fixes applied: remove "Please note" phrasing, fix "here" link text, replace future tense output descriptions with present tense, simplify "allows/enables you to" constructions, remove minimizing language, fix wordy instructions, add missing admonition punctuation, replace verbose output lead-ins, remove "etc.", normalize positional references, and update stale PostgreSQL doc links to /docs/current/. Co-Authored-By: Claude Opus 4.6 (1M context) * Person 4 edits, including future tense, passive voice * more Person 4 edits * Person 4 edits * Parallelize :description: metadata for SQL language client pages Standardize the Java, PHP, and Python connector pages on the same imperative "Connect to Redpanda SQL from using " template already used by the C# page and the parent index page. Co-Authored-By: Claude Opus 4.7 (1M context) * Apply Feediver1 review suggestions Co-Authored-By: Claude Sonnet 4.6 * Apply pending PR suggestion comments Co-Authored-By: Claude Sonnet 4.6 * Minor edit - statements index * keywords.adoc - move in nav tree, make table more scannable * alter-table minor edit * create-redpanda-catalog: Improve Options section * create-storage minor edit * Improve CREATE TABLE reference page clarity Clarify NOTE about CREATE TABLE behavior, convert multi-value option descriptions to lists for scannability, and rename ambiguous example heading. Co-Authored-By: Claude Opus 4.6 (1M context) * select: review fixes * set-show: review fixes * show-tables minor edit * show-nodes: review fixes * describe: review fixes * sql-statements review pass * from - review pass * Minor edit * set-operations: review fixes * More review fixes for sql-clauses * other-functions review fixes * Normalize QA fixes * Apply edits based on doc team review * Standardize "To do X, run:" * Structural improvements * Sweep for passive voice * Person 2 style review: aggregate, window, JSON functions Style fixes across 31 files: - Future tense → present tense ("will return" → "returns") - Wordy instructions ("lets you" → direct verb) - Awkward phrasing ("Here's how" → cleaner alternatives) - First person ("we're going to" → "This example") - Passive "It" patterns in tables → active voice - Positional references ("the above query" → "Output:") - Typo fix ("ouput" → "output") Co-Authored-By: Claude Opus 4.5 * Pass to standardize QA * Apply suggestions from review * Minor edits --------- Co-authored-by: Claude Opus 4.6 (1M context) Co-authored-by: micheleRP Co-authored-by: Joyce Fee Co-authored-by: JakeSCahill --- .../pages/sql/redpanda-catalogs.adoc | 81 ++++++++++ .../sql-data-types/numeric-type/index.adoc | 3 + .../sql/sql-data-types/time-type/index.adoc | 3 + .../string-functions/substr.adoc | 144 ++++++++++++++++++ .../get-started/what-is-redpanda-sql.adoc | 62 ++++++++ 5 files changed, 293 insertions(+) create mode 100644 modules/reference/pages/sql/redpanda-catalogs.adoc create mode 100644 modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc create mode 100644 modules/reference/pages/sql/sql-data-types/time-type/index.adoc create mode 100644 modules/reference/pages/sql/sql-functions/string-functions/substr.adoc create mode 100644 modules/sql/pages/get-started/what-is-redpanda-sql.adoc diff --git a/modules/reference/pages/sql/redpanda-catalogs.adoc b/modules/reference/pages/sql/redpanda-catalogs.adoc new file mode 100644 index 000000000..d7e3048ab --- /dev/null +++ b/modules/reference/pages/sql/redpanda-catalogs.adoc @@ -0,0 +1,81 @@ += Redpanda Catalogs +:description: Redpanda catalogs are named connections that map Redpanda topics to queryable SQL tables. +:page-topic-type: reference + +Redpanda catalogs are named connections that let you query Redpanda topics using standard SQL. The catalog model consists of three core concepts: + +* Catalogs: Named connections to a Redpanda cluster, created with xref:reference:sql/sql-statements/create-redpanda-catalog.adoc[CREATE REDPANDA CATALOG]. +* Tables: Redpanda topics mapped as queryable SQL tables using the `catalog_name\=>table_name` syntax, created with xref:reference:sql/sql-statements/create-table.adoc[CREATE TABLE]. +* Storage connections: Named connections to external object storage such as Amazon S3, created with xref:reference:sql/sql-statements/create-storage.adoc[CREATE STORAGE]. + +NOTE: Redpanda SQL operates in read-only mode. Data mutation operations such as `INSERT`, `UPDATE`, and `DELETE` are not available. Data is ingested into Redpanda topics and made queryable through catalog mappings. + +== Typical workflow + +To query Redpanda topic data with SQL: + +. Create a catalog connection: ++ +[source,sql] +---- +CREATE REDPANDA CATALOG my_catalog +WITH ( + initial_brokers = 'broker1:9092', + schema_registry_url = 'http://schema-registry:8081' +); +---- + +. Map a topic as a table: ++ +[source,sql] +---- +CREATE TABLE my_catalog=>user_events +WITH (topic = 'user-events'); +---- + +. Query the data: ++ +[source,sql] +---- +SELECT * FROM my_catalog=>user_events LIMIT 10; +---- + +== Related statements + +[cols="<40%,<60%",options="header"] +|=== +|Statement |Description + +|xref:reference:sql/sql-statements/create-redpanda-catalog.adoc[CREATE REDPANDA CATALOG] +|Create a catalog connection to a Redpanda cluster. + +|xref:reference:sql/sql-statements/alter-redpanda-catalog.adoc[ALTER REDPANDA CATALOG] +|Modify connection properties of an existing catalog. + +|xref:reference:sql/sql-statements/create-table.adoc[CREATE TABLE] +|Map a Redpanda topic to a SQL table through a catalog. + +|xref:reference:sql/sql-statements/alter-table.adoc[ALTER TABLE] +|Modify options of an existing catalog table. + +|xref:reference:sql/sql-statements/drop-table.adoc[DROP TABLE] +|Remove a catalog table mapping. + +|xref:reference:sql/sql-statements/drop-redpanda-catalog.adoc[DROP REDPANDA CATALOG] +|Remove a Redpanda catalog connection. + +|xref:reference:sql/sql-statements/drop-storage.adoc[DROP STORAGE] +|Remove a named storage definition. + +|xref:reference:sql/sql-statements/show-tables.adoc[SHOW TABLES] +|List tables within a catalog. + +|xref:reference:sql/sql-statements/describe.adoc[DESCRIBE] +|Show details about a catalog or catalog table. + +|xref:reference:sql/sql-statements/create-storage.adoc[CREATE STORAGE] +|Create a connection to external object storage. + +|xref:reference:sql/sql-statements/alter-storage.adoc[ALTER STORAGE] +|Modify an existing storage connection. +|=== diff --git a/modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc b/modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc new file mode 100644 index 000000000..1951c000e --- /dev/null +++ b/modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc @@ -0,0 +1,3 @@ += Numeric Types +:description: Reference for numeric data types in Redpanda SQL. +:page-layout: index diff --git a/modules/reference/pages/sql/sql-data-types/time-type/index.adoc b/modules/reference/pages/sql/sql-data-types/time-type/index.adoc new file mode 100644 index 000000000..a96a32040 --- /dev/null +++ b/modules/reference/pages/sql/sql-data-types/time-type/index.adoc @@ -0,0 +1,3 @@ += Time Types +:description: Reference for time data types and operators in Redpanda SQL. +:page-layout: index diff --git a/modules/reference/pages/sql/sql-functions/string-functions/substr.adoc b/modules/reference/pages/sql/sql-functions/string-functions/substr.adoc new file mode 100644 index 000000000..c6868b14d --- /dev/null +++ b/modules/reference/pages/sql/sql-functions/string-functions/substr.adoc @@ -0,0 +1,144 @@ += SUBSTR +:description: The SUBSTR() function extracts a specific number of characters from a string. +:page-topic-type: reference + +The `SUBSTR()` function extracts a specific number of characters from a string. + +== Syntax + +The syntax of the function is: + +*2 Arguments* + +[source,sql] +---- +substr( string, start_position) +---- + +*3 Arguments* + +[source,sql] +---- +substr( string, start_position, length ) +---- + +[TIP] +==== +Both syntaxes will have input and return of type `string`. +==== + +=== Start position + +Use the `start_position` as the starting position, specifying the part from where the substring is to be returned. It is written as an integer value. + +[width="100%",cols="36%,64%",options="header",] +|=== +|*Input* |*Return* +|`start_position < 0 ``start_position < string` |The `start_position` is a given character in the string. The count starts from the first character. +|`start_position > string` |Returns an empty substring. +|`start_position` = negative value |The count starts from the provided negative value, with subsequent characters yielded as it approaches 0. +|=== + +If the index is less than or equal to 0, no characters are returned. + +Once it exceeds 0, characters from the string are yielded, starting from the first one. | + +=== Length + +Use the `length` function to determine the number of characters to be extracted__.__ It can be one or more characters. + +[width="100%",cols="20%,80%",options="header",] +|=== +|*Input* |*Return* +|`length` = 0 |Returns an empty substring. +|`length` is not set |The function will start from the specified `start_position` and end at the last character of the `string`. +|`length` = negative value |Returns an error. +|=== + +== Examples + +=== `SUBSTR()` function with specified `start_position` & `length` + +In this example, the `start_position` is set to the first six characters and five characters are extracted: + +[source,sql] +---- +SELECT substr('Watermelon',6,5) AS "Fruit"; +---- + +The query returns: + +[source,sql] +---- +Fruit +------- + melon +---- + +=== `SUBSTR()` function with `length` = 0 + +This query extracts a string with `length` = 0: + +[source,sql] +---- +SELECT substr('Watermelon',6,0) AS "Fruit"; +---- + +This displays an empty output as there is no `length` specified: + +[source,sql] +---- +Fruit +------- +---- + +=== `SUBSTR()` function with `length` = negative value + +This example checks if the `length` is specified with a negative value: + +[source,sql] +---- +SELECT substr('Watermelon',6,-2) AS "Fruit"; +---- + +Instead of extracting the string from the last characters, it returns an error: + +[source,sql] +---- +ERROR: Length of substring cannot be negative +---- + +=== `SUBSTR()` function with `start_position` > `string` + +The string *Watermelon* has only ten characters. This example shows what happens when the specified `start_position` is larger than the string's characters: + +[source,sql] +---- +SELECT substr('Watermelon',20,2) AS "Fruit"; +---- + +This displays an empty output: + +[source,sql] +---- +Fruit +------- +---- + +=== `SUBSTR()` function with 2 arguments + +In this example, the `start_position` is set to the first six characters and five characters are extracted. + +[source,sql] +---- +SELECT substr('database', 6) AS "Result"; +---- + +This displays the substring from position 6: + +[source,sql] +---- +Result +-------- + ase +---- diff --git a/modules/sql/pages/get-started/what-is-redpanda-sql.adoc b/modules/sql/pages/get-started/what-is-redpanda-sql.adoc new file mode 100644 index 000000000..81f679b3a --- /dev/null +++ b/modules/sql/pages/get-started/what-is-redpanda-sql.adoc @@ -0,0 +1,62 @@ += What is Redpanda SQL +:description: Redpanda SQL is a column-oriented OLAP query engine built into Redpanda Cloud BYOC that lets you query Kafka topics using standard SQL. +:page-topic-type: concept + +// TODO (REWRITE): This page needs BYOC framing. Frame Redpanda SQL as a Kafka/streaming query engine +// (read-only, no DDL/DML), not a standalone database. Remove or reframe self-hosting content. + +Redpanda SQL is a column-oriented OLAP query engine integrated into Redpanda Cloud BYOC. It lets you query Kafka topics using standard SQL, without moving data out of Redpanda. Redpanda SQL aims for close compatibility with PostgreSQL, including support for core SQL constructs such as `FROM`, `JOIN`, `GROUP BY`, `ORDER BY`, and window functions. + +== Read-only query engine + +Redpanda SQL operates as a read-only query engine. Regular DDL operations such as `CREATE TABLE`, `INSERT`, `UPDATE`, and `DELETE` are disabled. Instead, data is ingested into Redpanda topics and made available for SQL queries through catalogs -- named connections that map Redpanda topics to SQL tables. This architecture allows analytical queries over streaming data without duplicating or moving it. + +== Key characteristics + +=== Vectorized query execution + +Redpanda SQL uses a massively parallel processing (MPP) architecture at the core of its compute engine for high-performance processing. While MPP has been the standard in analytics systems for over a decade, Redpanda SQL takes a modern approach: it's a system built from the ground up, without relying on third-party components. This clean-slate design applies recent advancements in computer science to a fresh codebase, with a focus on <>, both in the query engine and across the system. + +=== Columnar storage optimization + +Transactional (OLTP) databases like PostgreSQL or Microsoft SQL Server use a row-oriented design, optimized for high-frequency writes. Columnar storage, by contrast, is designed for analytical workloads, allowing for faster scans and more efficient aggregations. + +=== Decoupled storage and compute + +Redpanda SQL benefits from a decoupled storage and compute architecture. This means compute resources can be scaled independently of storage, allowing for more efficient resource allocation, easier deployment, and better cost control. + +=== Distributed, multi-node architecture + +Redpanda SQL is distributed, meaning it can run across multiple CPUs (nodes) in parallel for horizontal scaling. Adaptive query pipelines efficiently handle all types of operations across nodes. + +Execution strategies are selected at runtime based on workload characteristics, ensuring optimal performance in both single-node and multi-node setups. + +=== SQL support + +Like many modern OLAP systems, Redpanda SQL uses its own declarative query language under the hood, but provides xref:reference:sql/index.adoc[SQL support] to users. It aims for close compatibility with PostgreSQL, including support for core SQL constructs such as `FROM`, `JOIN`, `GROUP BY`, `ORDER BY`, and window functions. + +[[optimized-data-transfer-between-cpu-and-ram]] +=== Optimized data transfer between CPU and RAM + +Over the past decade, CPUs have scaled from 4–8 cores to over 100, but memory bandwidth hasn't kept pace. This hardware limitation creates a critical bottleneck for analytical compute engines. + +Redpanda SQL introduces a set of low-level memory access and caching optimizations to address this issue and achieve high resource efficiency: + +* User-space storage caches minimize overhead from kernel-level memory operations. +* A custom data format enhances data locality. +* Hybrid row/column formats allow better alignment with CPU cache lines and vectorized execution. +* Temporal access patterns help retain frequently used data in memory longer, reducing cache misses. + +== Why use Redpanda SQL + +=== Scalability through resource efficiency + +A common reason to move to a fully-managed cloud data warehouse is the promise of "infinite scalability," made possible by on-demand infrastructure in the cloud. + +Redpanda SQL is designed to scale through smarter, more efficient use of hardware, not by throwing more resources at the problem. This principle is baked into how it is designed and built. + +By maximizing resource efficiency, Redpanda SQL handles growing datasets while reducing total cost of ownership, helping you squeeze more out of your existing infrastructure. + +=== Unified support for batch, low-latency, time-series, and multi-dimensional analytics + +Redpanda SQL supports a wide range of analytical workloads in a single system. You can power real-time business intelligence (BI) dashboards, process log data, run time-series analytics, and perform exploratory queries over large datasets without switching tools or maintaining separate systems. From d8651e366432b2112ff4d7afa5e69283da099dbb Mon Sep 17 00:00:00 2001 From: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Date: Mon, 11 May 2026 10:35:56 -0700 Subject: [PATCH 12/33] SQL GA nav (#572) * SQL GA nav * DOC-1993: Move Redpanda Catalogs page to sql module under Query data Relocates redpanda-catalogs.adoc from modules/reference/pages/sql/ to modules/sql/pages/query-data/, adds the entry under SQL > Query data in nav.adoc, removes the old entry from Reference > Redpanda SQL Reference, and updates the cross-link in system-catalogs/index.adoc. Structural-only; no content changes (content rewrite is in DOC-2049). Co-Authored-By: Claude Opus 4.7 (1M context) --------- Co-authored-by: Claude Opus 4.7 (1M context) --- .../pages/sql/redpanda-catalogs.adoc | 81 ------------------- 1 file changed, 81 deletions(-) delete mode 100644 modules/reference/pages/sql/redpanda-catalogs.adoc diff --git a/modules/reference/pages/sql/redpanda-catalogs.adoc b/modules/reference/pages/sql/redpanda-catalogs.adoc deleted file mode 100644 index d7e3048ab..000000000 --- a/modules/reference/pages/sql/redpanda-catalogs.adoc +++ /dev/null @@ -1,81 +0,0 @@ -= Redpanda Catalogs -:description: Redpanda catalogs are named connections that map Redpanda topics to queryable SQL tables. -:page-topic-type: reference - -Redpanda catalogs are named connections that let you query Redpanda topics using standard SQL. The catalog model consists of three core concepts: - -* Catalogs: Named connections to a Redpanda cluster, created with xref:reference:sql/sql-statements/create-redpanda-catalog.adoc[CREATE REDPANDA CATALOG]. -* Tables: Redpanda topics mapped as queryable SQL tables using the `catalog_name\=>table_name` syntax, created with xref:reference:sql/sql-statements/create-table.adoc[CREATE TABLE]. -* Storage connections: Named connections to external object storage such as Amazon S3, created with xref:reference:sql/sql-statements/create-storage.adoc[CREATE STORAGE]. - -NOTE: Redpanda SQL operates in read-only mode. Data mutation operations such as `INSERT`, `UPDATE`, and `DELETE` are not available. Data is ingested into Redpanda topics and made queryable through catalog mappings. - -== Typical workflow - -To query Redpanda topic data with SQL: - -. Create a catalog connection: -+ -[source,sql] ----- -CREATE REDPANDA CATALOG my_catalog -WITH ( - initial_brokers = 'broker1:9092', - schema_registry_url = 'http://schema-registry:8081' -); ----- - -. Map a topic as a table: -+ -[source,sql] ----- -CREATE TABLE my_catalog=>user_events -WITH (topic = 'user-events'); ----- - -. Query the data: -+ -[source,sql] ----- -SELECT * FROM my_catalog=>user_events LIMIT 10; ----- - -== Related statements - -[cols="<40%,<60%",options="header"] -|=== -|Statement |Description - -|xref:reference:sql/sql-statements/create-redpanda-catalog.adoc[CREATE REDPANDA CATALOG] -|Create a catalog connection to a Redpanda cluster. - -|xref:reference:sql/sql-statements/alter-redpanda-catalog.adoc[ALTER REDPANDA CATALOG] -|Modify connection properties of an existing catalog. - -|xref:reference:sql/sql-statements/create-table.adoc[CREATE TABLE] -|Map a Redpanda topic to a SQL table through a catalog. - -|xref:reference:sql/sql-statements/alter-table.adoc[ALTER TABLE] -|Modify options of an existing catalog table. - -|xref:reference:sql/sql-statements/drop-table.adoc[DROP TABLE] -|Remove a catalog table mapping. - -|xref:reference:sql/sql-statements/drop-redpanda-catalog.adoc[DROP REDPANDA CATALOG] -|Remove a Redpanda catalog connection. - -|xref:reference:sql/sql-statements/drop-storage.adoc[DROP STORAGE] -|Remove a named storage definition. - -|xref:reference:sql/sql-statements/show-tables.adoc[SHOW TABLES] -|List tables within a catalog. - -|xref:reference:sql/sql-statements/describe.adoc[DESCRIBE] -|Show details about a catalog or catalog table. - -|xref:reference:sql/sql-statements/create-storage.adoc[CREATE STORAGE] -|Create a connection to external object storage. - -|xref:reference:sql/sql-statements/alter-storage.adoc[ALTER STORAGE] -|Modify an existing storage connection. -|=== From 42671fd4f0c6eb14ddbf3dcc63804b9e34c3dc58 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 19 May 2026 14:08:13 +0100 Subject: [PATCH 13/33] Add component-whats-new attributes for SQL feature --- modules/home/pages/index.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index d479980df..65b31f4f1 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -80,3 +80,8 @@ // :page-features-3-link: develop:sql/index.adoc // :page-features-3-icon: chart // :page-features-3-new: true +// What's New section - displays on data-platform landing +:component-whats-new-1-title: Redpanda SQL +:component-whats-new-1-desc: Query your streaming data in real-time with SQL. Run analytical queries directly on topics without ETL pipelines. +:component-whats-new-1-link: sql:index.adoc +:component-whats-new-1-tag: Cloud BYOC From 33376c42244be05d58211f53306d1e637fc7c7ff Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 19 May 2026 14:45:26 +0100 Subject: [PATCH 14/33] Fix SQL What's New link to use full component prefix --- modules/home/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index 65b31f4f1..824093048 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -83,5 +83,5 @@ // What's New section - displays on data-platform landing :component-whats-new-1-title: Redpanda SQL :component-whats-new-1-desc: Query your streaming data in real-time with SQL. Run analytical queries directly on topics without ETL pipelines. -:component-whats-new-1-link: sql:index.adoc +:component-whats-new-1-link: cloud-data-platform:sql:index.adoc :component-whats-new-1-tag: Cloud BYOC From 605757771bddd1d61889101240fba9236c7bae01 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 19 May 2026 16:10:02 +0100 Subject: [PATCH 15/33] Add page-level What's New attributes for cloud home page - Duplicate component-whats-new attributes as page-whats-new - page-whats-new displays on cloud home page - component-whats-new displays on data-platform aggregation page - Both point to same SQL content --- modules/home/pages/index.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index 824093048..0f73b4443 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -80,8 +80,13 @@ // :page-features-3-link: develop:sql/index.adoc // :page-features-3-icon: chart // :page-features-3-new: true -// What's New section - displays on data-platform landing +// What's New section - displays on both data-platform landing AND cloud home page :component-whats-new-1-title: Redpanda SQL :component-whats-new-1-desc: Query your streaming data in real-time with SQL. Run analytical queries directly on topics without ETL pipelines. :component-whats-new-1-link: cloud-data-platform:sql:index.adoc :component-whats-new-1-tag: Cloud BYOC +// Also set as page-level attributes for component home page display +:page-whats-new-1-title: Redpanda SQL +:page-whats-new-1-desc: Query your streaming data in real-time with SQL. Run analytical queries directly on topics without ETL pipelines. +:page-whats-new-1-link: sql:index.adoc +:page-whats-new-1-tag: Cloud BYOC From 103e01fd881f81f1183bebcda0a2bc1d9f90c626 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Wed, 20 May 2026 14:58:34 +0100 Subject: [PATCH 16/33] Remove duplicate page-role attribute from cloud home page Only page-layout is needed; page-role is redundant as the layout automatically sets the correct role class. --- modules/home/pages/index.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index 0f73b4443..c3cc8beb1 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -1,6 +1,5 @@ = Redpanda Cloud Documentation :page-layout: component-home-v3 -:page-role: component-home-v3 :description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. :page-hero-description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. // Deploy section - removed per PM feedback From c2ad4e178254cb782f5a178add5212eb835f53eb Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Wed, 20 May 2026 15:32:38 +0100 Subject: [PATCH 17/33] Add component-specific AI suggestions for chat drawer Defines 4 cloud-specific AI suggestion questions that appear in the Ask AI chat drawer when viewing Cloud documentation. Co-Authored-By: Claude Sonnet 4.5 --- antora.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/antora.yml b/antora.yml index 84de9e303..eda4c90fa 100644 --- a/antora.yml +++ b/antora.yml @@ -6,6 +6,11 @@ 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 component-metadata: title: "Cloud" From 064be45589b9a0871e3fec02ce050077ef611513 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 22 May 2026 12:58:57 +0100 Subject: [PATCH 18/33] Restructure cloud landing page and fix SQL nav xrefs - Add component cards section (Streaming, Connect, SQL) with NEW and BYOC badges - Add deployment cards section (Serverless, BYOC, Dedicated) - Remove What's New, Features, Labs, and Path comparison sections - Comment out SQL nav items for pages that don't exist yet - Keep only existing SQL pages active in navigation Co-Authored-By: Claude Sonnet 4.5 --- modules/home/pages/index.adoc | 91 +++++++++++++++-------------------- 1 file changed, 38 insertions(+), 53 deletions(-) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index c3cc8beb1..07b0825a2 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -2,6 +2,44 @@ :page-layout: component-home-v3 :description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. :page-hero-description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. +// Component cards section +:page-component-cards-title: Choose your component +:page-component-1-name: Streaming +:page-component-1-desc: Real-time data streaming at scale with Kafka-compatible API +:page-component-1-link: develop:produce-data/index.adoc +:page-component-1-features: 10x faster than Kafka;;Zero JVM dependencies;;Built for modern workloads +:page-component-1-deployments: all +:page-component-1-cta-text: Open docs +:page-component-2-name: Connect +:page-component-2-desc: Declarative data pipelines with 300+ pre-built connectors +:page-component-2-link: develop:connect/about.adoc +:page-component-2-features: 300+ connectors;;Bloblang transformations;;CDC support +:page-component-2-deployments: all +:page-component-2-cta-text: Open docs +:page-component-3-name: SQL +:page-component-3-desc: Query your streams with ANSI SQL +:page-component-3-link: sql:index.adoc +:page-component-3-features: ANSI SQL queries;;Materialized views;;Real-time aggregations +:page-component-3-deployments: byoc +:page-component-3-is-new: true +:page-component-3-cta-text: Open docs +// Deployment cards section +:page-deployment-cards-title: Choose your deployment +:page-deployment-1-name: Serverless +:page-deployment-1-desc: Pay-per-use streaming with instant provisioning +:page-deployment-1-link: get-started:cluster-types/serverless.adoc +:page-deployment-1-features: Instant setup;;Pay per GB;;Auto-scaling +:page-deployment-1-cta-text: Learn more +:page-deployment-2-name: BYOC +:page-deployment-2-desc: Run in your own VPC with full control +:page-deployment-2-link: get-started:cluster-types/byoc/index.adoc +:page-deployment-2-features: Your AWS/GCP account;;Full data control;;Custom networking +:page-deployment-2-cta-text: Learn more +:page-deployment-3-name: Dedicated +:page-deployment-3-desc: Fully managed clusters optimized for production +:page-deployment-3-link: get-started:cluster-types/create-dedicated-cloud-cluster.adoc +:page-deployment-3-features: 99.99% SLA;;24/7 SRE support;;Multi-AZ HA +:page-deployment-3-cta-text: Learn more // Deploy section - removed per PM feedback // :page-deploy-title: Get started with Redpanda Cloud // :page-deploy-1-title: Serverless quickstart @@ -34,58 +72,5 @@ :page-popular-4-desc: CLI reference for Redpanda Cloud. :page-popular-4-link: reference:rpk/index.adoc :page-popular-4-icon: terminal -// Labs section -:page-labs-title: Labs for Redpanda Cloud -:page-labs-link: labs::index.adoc -:page-labs-1-title: Build a LangGraph Agent with the Redpanda AI Gateway -:page-labs-1-link: labs:ai-agents:langchain-agent.adoc -:page-labs-2-title: Build a RAG pipeline with OpenAI and MongoDB -:page-labs-2-link: labs:connect-plugins:openai.adoc -:page-labs-3-title: Build a chat room app with Python and Kafka -:page-labs-3-link: labs:clients:cloud-python.adoc -:page-labs-4-title: Build a chat room app with Node.js and Kafka -:page-labs-4-link: labs:clients:cloud-nodejs.adoc // Stats bar - positive wording :page-stats: Start|in seconds;;Usage-based|pricing;;Fully|managed;;Auto|scaling -// Decision matrix: Serverless vs BYOC -:page-path-title: Not sure which deployment to pick? -:page-path-self-title: Serverless -:page-path-self-desc: Start streaming instantly with zero infrastructure. Perfect for development and variable workloads. -:page-path-self-1: Provision in seconds -:page-path-self-2: Pay only for what you use -:page-path-self-3: Automatic scaling and upgrades -:page-path-self-link: get-started:cluster-types/serverless.adoc -:page-path-self-cta: Try Serverless -:page-path-cloud-title: Bring Your Own Cloud (BYOC) -:page-path-cloud-desc: Keep full control of your data. Redpanda runs in your VPC with your encryption keys. -:page-path-cloud-1: Data stays in your VPC -:page-path-cloud-2: Your encryption keys -:page-path-cloud-3: 99.99% uptime SLA -:page-path-cloud-link: get-started:cluster-types/byoc/index.adoc -:page-path-cloud-cta: Deploy BYOC -// Features section -:page-features-title: What's included in Redpanda Cloud -:page-features-1-title: Streaming -:page-features-1-desc: Kafka-compatible streaming engine. 10x faster, zero JVM, built for modern workloads. -:page-features-1-link: develop:produce-data/index.adoc -:page-features-1-icon: flow -:page-features-2-title: Connect -:page-features-2-desc: 200+ pre-built connectors to integrate with your data sources and sinks. -:page-features-2-link: develop:managed-connectors/index.adoc -:page-features-2-icon: plug -// SQL feature commented out until docs are created -// :page-features-3-title: SQL -// :page-features-3-desc: Query streaming data in real-time with standard SQL. No external database needed. -// :page-features-3-link: develop:sql/index.adoc -// :page-features-3-icon: chart -// :page-features-3-new: true -// What's New section - displays on both data-platform landing AND cloud home page -:component-whats-new-1-title: Redpanda SQL -:component-whats-new-1-desc: Query your streaming data in real-time with SQL. Run analytical queries directly on topics without ETL pipelines. -:component-whats-new-1-link: cloud-data-platform:sql:index.adoc -:component-whats-new-1-tag: Cloud BYOC -// Also set as page-level attributes for component home page display -:page-whats-new-1-title: Redpanda SQL -:page-whats-new-1-desc: Query your streaming data in real-time with SQL. Run analytical queries directly on topics without ETL pipelines. -:page-whats-new-1-link: sql:index.adoc -:page-whats-new-1-tag: Cloud BYOC From e32e31044d2a4d471c99c69f01fa7b9c9b0ba866 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 22 May 2026 13:15:39 +0100 Subject: [PATCH 19/33] Fix component name from ROOT to streaming in includes --- .../pages/topics/configure-producers-for-cloud-topics.adoc | 2 +- .../pages/rpk/rpk-registry/rpk-registry-context-delete.adoc | 2 +- .../pages/rpk/rpk-registry/rpk-registry-context-list.adoc | 2 +- .../reference/pages/rpk/rpk-registry/rpk-registry-context.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/develop/pages/topics/configure-producers-for-cloud-topics.adoc b/modules/develop/pages/topics/configure-producers-for-cloud-topics.adoc index 222606dd2..ab2447673 100644 --- a/modules/develop/pages/topics/configure-producers-for-cloud-topics.adoc +++ b/modules/develop/pages/topics/configure-producers-for-cloud-topics.adoc @@ -1,4 +1,4 @@ = Configure Producers for Cloud Topics :description: Learn about producer configuration considerations for Cloud Topics. -include::ROOT:develop:manage-topics/configure-producers-for-cloud-topics.adoc[tag=single-source] +include::streaming:develop:manage-topics/configure-producers-for-cloud-topics.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-delete.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-delete.adoc index 3393c8e8d..15d113ad1 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-delete.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-delete.adoc @@ -1,3 +1,3 @@ = rpk registry context delete -include::ROOT:reference:rpk/rpk-registry/rpk-registry-context-delete.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-registry/rpk-registry-context-delete.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-list.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-list.adoc index 8de16cb5d..a24302519 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-list.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-context-list.adoc @@ -1,3 +1,3 @@ = rpk registry context list -include::ROOT:reference:rpk/rpk-registry/rpk-registry-context-list.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-registry/rpk-registry-context-list.adoc[tag=single-source] diff --git a/modules/reference/pages/rpk/rpk-registry/rpk-registry-context.adoc b/modules/reference/pages/rpk/rpk-registry/rpk-registry-context.adoc index e7c86b755..e923d3be0 100644 --- a/modules/reference/pages/rpk/rpk-registry/rpk-registry-context.adoc +++ b/modules/reference/pages/rpk/rpk-registry/rpk-registry-context.adoc @@ -1,3 +1,3 @@ = rpk registry context -include::ROOT:reference:rpk/rpk-registry/rpk-registry-context.adoc[tag=single-source] +include::streaming:reference:rpk/rpk-registry/rpk-registry-context.adoc[tag=single-source] From a2ab5a0e486aa9f22242f150a29ddbfe95ae9ba9 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 22 May 2026 13:33:35 +0100 Subject: [PATCH 20/33] Fix broken includes: salesforce inputs path and cloud-topics placeholder --- .../pages/connect/components/processors/salesforce.adoc | 2 +- modules/develop/pages/topics/cloud-topics.adoc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/develop/pages/connect/components/processors/salesforce.adoc b/modules/develop/pages/connect/components/processors/salesforce.adoc index 60a9d7100..45374890a 100644 --- a/modules/develop/pages/connect/components/processors/salesforce.adoc +++ b/modules/develop/pages/connect/components/processors/salesforce.adoc @@ -1,3 +1,3 @@ = salesforce :page-aliases: components:processors/salesforce.adoc -include::connect:components:processors/salesforce.adoc[tag=single-source] +include::connect:components:inputs/salesforce.adoc[tag=single-source] diff --git a/modules/develop/pages/topics/cloud-topics.adoc b/modules/develop/pages/topics/cloud-topics.adoc index 8b9fe69d0..1cdd8e784 100644 --- a/modules/develop/pages/topics/cloud-topics.adoc +++ b/modules/develop/pages/topics/cloud-topics.adoc @@ -1,4 +1,5 @@ = Manage Cloud Topics :description: Cloud Topics are Redpanda topics that enable users to trade off latency for lower costs. -include::streaming:develop:manage-topics/cloud-topics.adoc[tag=single-source] +// TODO: Single-source this content when streaming component has cloud-topics file +// For now, this page exists as a placeholder From d486ad6aff1b8abbe700e0daed9676d0087df228 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 22 May 2026 13:43:55 +0100 Subject: [PATCH 21/33] Add stub pages for salesforce_cdc and salesforce_graphql inputs --- .../pages/connect/components/inputs/salesforce_cdc.adoc | 3 +++ .../pages/connect/components/inputs/salesforce_graphql.adoc | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc create mode 100644 modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc diff --git a/modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc b/modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc new file mode 100644 index 000000000..925fcfef4 --- /dev/null +++ b/modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc @@ -0,0 +1,3 @@ += salesforce_cdc + +include::connect:components:inputs/salesforce_cdc.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc b/modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc new file mode 100644 index 000000000..b8a0ff464 --- /dev/null +++ b/modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc @@ -0,0 +1,3 @@ += salesforce_graphql + +include::connect:components:inputs/salesforce_graphql.adoc[tag=single-source] From ba5a90d3f237368e704bffea01899d29cef41491 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 22 May 2026 13:49:52 +0100 Subject: [PATCH 22/33] Add page-aliases to salesforce stub pages for xref resolution --- .../develop/pages/connect/components/inputs/salesforce_cdc.adoc | 1 + .../pages/connect/components/inputs/salesforce_graphql.adoc | 1 + .../develop/pages/connect/components/processors/salesforce.adoc | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc b/modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc index 925fcfef4..8fd96ebd9 100644 --- a/modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc +++ b/modules/develop/pages/connect/components/inputs/salesforce_cdc.adoc @@ -1,3 +1,4 @@ = salesforce_cdc +:page-aliases: components:inputs/salesforce_cdc.adoc include::connect:components:inputs/salesforce_cdc.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc b/modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc index b8a0ff464..a17690d8d 100644 --- a/modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc +++ b/modules/develop/pages/connect/components/inputs/salesforce_graphql.adoc @@ -1,3 +1,4 @@ = salesforce_graphql +:page-aliases: components:inputs/salesforce_graphql.adoc include::connect:components:inputs/salesforce_graphql.adoc[tag=single-source] diff --git a/modules/develop/pages/connect/components/processors/salesforce.adoc b/modules/develop/pages/connect/components/processors/salesforce.adoc index 45374890a..f58b7c202 100644 --- a/modules/develop/pages/connect/components/processors/salesforce.adoc +++ b/modules/develop/pages/connect/components/processors/salesforce.adoc @@ -1,3 +1,3 @@ = salesforce -:page-aliases: components:processors/salesforce.adoc +:page-aliases: components:processors/salesforce.adoc, components:inputs/salesforce.adoc include::connect:components:inputs/salesforce.adoc[tag=single-source] From 1ebe16229d399e1eac3b78b5955d48f6857109f1 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 22 May 2026 16:56:57 +0100 Subject: [PATCH 23/33] Enable parent context navigation cards Add page-use-parent-context flag to enable hierarchical navigation with parent context cards in the UI. This shows the Data Platform umbrella in the product selector and the Cloud card in navigation. Co-Authored-By: Claude Sonnet 4.5 --- antora.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/antora.yml b/antora.yml index eda4c90fa..749981d5d 100644 --- a/antora.yml +++ b/antora.yml @@ -6,6 +6,7 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: + page-use-parent-context: true # 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 From a4c3edb505e4e06fb552f32b9533c87da5c6a53d Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 22 May 2026 18:02:52 +0100 Subject: [PATCH 24/33] Remove unused page-use-parent-context flag --- antora.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/antora.yml b/antora.yml index 749981d5d..eda4c90fa 100644 --- a/antora.yml +++ b/antora.yml @@ -6,7 +6,6 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: - page-use-parent-context: true # 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 From e01ecd16f084e04b6944212a064c9d255090f485 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 09:02:00 +0100 Subject: [PATCH 25/33] Update component color to match design system Changed from #0ea5e9 to #1D4ED8 (Cloud blue from color wheel). Co-Authored-By: Claude Sonnet 4.5 --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index eda4c90fa..1abf61f84 100644 --- a/antora.yml +++ b/antora.yml @@ -15,7 +15,7 @@ asciidoc: component-metadata: title: "Cloud" description: "Fully managed Redpanda streaming platform." - color: "#0ea5e9" + color: "#1D4ED8" order: 1 icon: "cloud" # Name of the Redpanda UI used in content that is single-sourced with Redpanda Console. From 59b845377cc602dca8696ee9dd231849f15fcbe4 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 12:14:57 +0100 Subject: [PATCH 26/33] Fix home page review feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace em dashes with commas in descriptions - Change lock icon to book (supported v3 icon) - Use active voice in component and popular descriptions - Soften marketing claims (10x faster → high-performance, 99.99% SLA → enterprise SLA) Co-Authored-By: Claude Opus 4.5 --- modules/home/pages/index.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/home/pages/index.adoc b/modules/home/pages/index.adoc index 07b0825a2..51d9fc4f5 100644 --- a/modules/home/pages/index.adoc +++ b/modules/home/pages/index.adoc @@ -1,13 +1,13 @@ = Redpanda Cloud Documentation :page-layout: component-home-v3 -:description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. -:page-hero-description: Get started with Redpanda Cloud — a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. +:description: Get started with Redpanda Cloud, a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. +:page-hero-description: Get started with Redpanda Cloud, a fully managed platform with Streaming, Connect, and SQL built in. Deploy Serverless clusters in seconds or bring dedicated infrastructure to your cloud account. // Component cards section :page-component-cards-title: Choose your component :page-component-1-name: Streaming -:page-component-1-desc: Real-time data streaming at scale with Kafka-compatible API +:page-component-1-desc: Stream real-time data at scale with a Kafka-compatible API :page-component-1-link: develop:produce-data/index.adoc -:page-component-1-features: 10x faster than Kafka;;Zero JVM dependencies;;Built for modern workloads +:page-component-1-features: High-performance streaming;;Zero JVM dependencies;;Built for modern workloads :page-component-1-deployments: all :page-component-1-cta-text: Open docs :page-component-2-name: Connect @@ -38,7 +38,7 @@ :page-deployment-3-name: Dedicated :page-deployment-3-desc: Fully managed clusters optimized for production :page-deployment-3-link: get-started:cluster-types/create-dedicated-cloud-cluster.adoc -:page-deployment-3-features: 99.99% SLA;;24/7 SRE support;;Multi-AZ HA +:page-deployment-3-features: Enterprise SLA;;24/7 SRE support;;Multi-AZ HA :page-deployment-3-cta-text: Learn more // Deploy section - removed per PM feedback // :page-deploy-title: Get started with Redpanda Cloud @@ -57,13 +57,13 @@ // Popular topics section :page-popular-title: Popular topics :page-popular-1-title: Billing -:page-popular-1-desc: Understand pricing and usage metering. +:page-popular-1-desc: Review pricing and usage metering. :page-popular-1-link: billing:index.adoc :page-popular-1-icon: chart :page-popular-2-title: Security :page-popular-2-desc: Configure authentication and access controls. :page-popular-2-link: security:authorization/index.adoc -:page-popular-2-icon: lock +:page-popular-2-icon: book :page-popular-3-title: Networking :page-popular-3-desc: Set up private networking and endpoints. :page-popular-3-link: networking:index.adoc From 697b0f5d7a5073d4ee9d6676e86ed722f46f2c2f Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 12:15:05 +0100 Subject: [PATCH 27/33] Fix unescaped attributes in AsciiDoc files Escape curly braces to prevent AsciiDoc from interpreting them as attribute references: - concepts.adoc: {server-id} - disable-kc.adoc: {id}, {operation.id} - whats-new-cloud.adoc: {subject} Co-Authored-By: Claude Opus 4.5 --- modules/ai-agents/pages/observability/concepts.adoc | 4 ++-- modules/develop/pages/managed-connectors/disable-kc.adoc | 4 ++-- modules/get-started/pages/whats-new-cloud.adoc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ai-agents/pages/observability/concepts.adoc b/modules/ai-agents/pages/observability/concepts.adoc index 30fd30c74..0f76864b0 100644 --- a/modules/ai-agents/pages/observability/concepts.adoc +++ b/modules/ai-agents/pages/observability/concepts.adoc @@ -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. @@ -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. diff --git a/modules/develop/pages/managed-connectors/disable-kc.adoc b/modules/develop/pages/managed-connectors/disable-kc.adoc index 3d54ddd7c..6025c6703 100644 --- a/modules/develop/pages/managed-connectors/disable-kc.adoc +++ b/modules/develop/pages/managed-connectors/disable-kc.adoc @@ -46,11 +46,11 @@ curl -X PATCH "https://api.redpanda.com/v1/clusters/{cluster.id}" \ -d '{"kafka_connect":{"enabled":false}}' ---- -The `PATCH` request returns the ID of a long-running operation. You can check the status of the operation by polling the link:/api/doc/cloud-controlplane/operation/operation-operationservice_getoperation[`GET /operations/{id}`] endpoint: +The `PATCH` request returns the ID of a long-running operation. You can check the status of the operation by polling the link:/api/doc/cloud-controlplane/operation/operation-operationservice_getoperation[`GET /operations/\{id\}`] endpoint: [,bash] ---- -curl -X GET "https://api.redpanda.com/v1/operations/{operation.id}" \ +curl -X GET "https://api.redpanda.com/v1/operations/\{operation.id\}" \ -H "Authorization: Bearer $AUTH_TOKEN" \ -H "Content-Type: application/json" ---- diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index ab954c8d3..5f7b413ff 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -103,7 +103,7 @@ You can use Cloud Topics exclusively or in combination with standard topics on a === Schema Registry metadata properties -xref:manage:schema-reg/schema-reg-overview.adoc#metadata-properties[Schema Registry metadata properties] let you store and retrieve arbitrary key-value pairs alongside schemas. Properties such as `owner`, `team`, or `application.version` travel with the schema through its lifecycle, making it easier to track ownership and lineage without modifying the schema itself. You can set metadata when registering a schema using the `POST /subjects/{subject}/versions` endpoint or with the `--metadata-properties` flag in `rpk registry schema create`. Metadata is returned in API responses and viewable with `rpk registry schema get --print-metadata` or in Redpanda Cloud Console. +xref:manage:schema-reg/schema-reg-overview.adoc#metadata-properties[Schema Registry metadata properties] let you store and retrieve arbitrary key-value pairs alongside schemas. Properties such as `owner`, `team`, or `application.version` travel with the schema through its lifecycle, making it easier to track ownership and lineage without modifying the schema itself. You can set metadata when registering a schema using the `POST /subjects/\{subject\}/versions` endpoint or with the `--metadata-properties` flag in `rpk registry schema create`. Metadata is returned in API responses and viewable with `rpk registry schema get --print-metadata` or in Redpanda Cloud Console. === Schema Registry Contexts From 7c18014582298e5b8706c06fafc06b237e1c3000 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 12:25:58 +0100 Subject: [PATCH 28/33] Add Salesforce connector pages to navigation Added salesforce_cdc and salesforce_graphql input pages to the navigation in alphabetical order. Co-Authored-By: Claude Sonnet 4.5 --- modules/ROOT/nav.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index a4a45a23d..d4406eb16 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -97,6 +97,8 @@ **** xref:develop:connect/components/inputs/redpanda_common.adoc[] **** xref:develop:connect/components/inputs/redpanda_migrator.adoc[] **** xref:develop:connect/components/inputs/resource.adoc[] +**** xref:develop:connect/components/inputs/salesforce_cdc.adoc[] +**** xref:develop:connect/components/inputs/salesforce_graphql.adoc[] **** xref:develop:connect/components/inputs/schema_registry.adoc[] **** xref:develop:connect/components/inputs/sequence.adoc[] **** xref:develop:connect/components/inputs/sftp.adoc[] From e20dd619965b2c05eabd7e50ad4deb860743483c Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 13:17:45 +0100 Subject: [PATCH 29/33] Remove conflicting page-alias from overview.adoc The alias pointed to what-is-redpanda-sql.adoc which exists as a separate file, causing Antora build failure. Co-Authored-By: Claude Opus 4.5 --- modules/sql/pages/get-started/overview.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/sql/pages/get-started/overview.adoc b/modules/sql/pages/get-started/overview.adoc index c3241eff6..109272e54 100644 --- a/modules/sql/pages/get-started/overview.adoc +++ b/modules/sql/pages/get-started/overview.adoc @@ -1,7 +1,6 @@ = Redpanda SQL Overview :description: Redpanda SQL is a column-oriented OLAP query engine in Redpanda Cloud BYOC for querying live Redpanda topics and their history in Iceberg tables with PostgreSQL syntax. :page-topic-type: overview -:page-aliases: sql:get-started/what-is-redpanda-sql.adoc :personas: app_developer, data_engineer, evaluator :learning-objective-1: Identify scenarios where Redpanda SQL fits your analytical needs :learning-objective-2: Identify the query patterns Redpanda SQL supports From 509543af6cc4f9131d70db0defd3692499d560cd Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 13:20:03 +0100 Subject: [PATCH 30/33] Revert "Remove conflicting page-alias from overview.adoc" This reverts commit e20dd619965b2c05eabd7e50ad4deb860743483c. --- modules/sql/pages/get-started/overview.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sql/pages/get-started/overview.adoc b/modules/sql/pages/get-started/overview.adoc index 109272e54..c3241eff6 100644 --- a/modules/sql/pages/get-started/overview.adoc +++ b/modules/sql/pages/get-started/overview.adoc @@ -1,6 +1,7 @@ = Redpanda SQL Overview :description: Redpanda SQL is a column-oriented OLAP query engine in Redpanda Cloud BYOC for querying live Redpanda topics and their history in Iceberg tables with PostgreSQL syntax. :page-topic-type: overview +:page-aliases: sql:get-started/what-is-redpanda-sql.adoc :personas: app_developer, data_engineer, evaluator :learning-objective-1: Identify scenarios where Redpanda SQL fits your analytical needs :learning-objective-2: Identify the query patterns Redpanda SQL supports From 502e3235b9e3e54af8053744c5eb0b5d14e52400 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 13:44:21 +0100 Subject: [PATCH 31/33] Remove conflicting page-alias from SQL overview The alias pointed to what-is-redpanda-sql.adoc which exists as a separate file, causing Antora build failure. Co-Authored-By: Claude Opus 4.5 --- modules/sql/pages/get-started/overview.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/sql/pages/get-started/overview.adoc b/modules/sql/pages/get-started/overview.adoc index c3241eff6..109272e54 100644 --- a/modules/sql/pages/get-started/overview.adoc +++ b/modules/sql/pages/get-started/overview.adoc @@ -1,7 +1,6 @@ = Redpanda SQL Overview :description: Redpanda SQL is a column-oriented OLAP query engine in Redpanda Cloud BYOC for querying live Redpanda topics and their history in Iceberg tables with PostgreSQL syntax. :page-topic-type: overview -:page-aliases: sql:get-started/what-is-redpanda-sql.adoc :personas: app_developer, data_engineer, evaluator :learning-objective-1: Identify scenarios where Redpanda SQL fits your analytical needs :learning-objective-2: Identify the query patterns Redpanda SQL supports From 2d7b8ff87f9d4cb7095cc5202a52db93f1b326c7 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 13:50:55 +0100 Subject: [PATCH 32/33] Remove conflicting page-alias from substring.adoc The alias pointed to substr.adoc which exists as a separate file. Co-Authored-By: Claude Opus 4.5 --- .../pages/sql/sql-functions/string-functions/substring.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/reference/pages/sql/sql-functions/string-functions/substring.adoc b/modules/reference/pages/sql/sql-functions/string-functions/substring.adoc index 374c5f8b1..cd49b8aff 100644 --- a/modules/reference/pages/sql/sql-functions/string-functions/substring.adoc +++ b/modules/reference/pages/sql/sql-functions/string-functions/substring.adoc @@ -1,7 +1,6 @@ = SUBSTRING :description: The `SUBSTRING` function extracts a part of a string. `SUBSTR` is an alias. :page-topic-type: reference -:page-aliases: reference:sql/sql-functions/string-functions/substr.adoc The `SUBSTRING` function extracts a part of a string and returns the result. `SUBSTR` is an alias for `SUBSTRING`. Both names produce the same result. From 18d05a9979b974d7510b3c57f4502eabef947daa Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 26 May 2026 14:18:20 +0100 Subject: [PATCH 33/33] Remove unlisted SQL pages not in rp-sql branch These files were introduced during rebase but don't exist in the authoritative rp-sql branch: - substr.adoc (duplicate of substring.adoc) - what-is-redpanda-sql.adoc (replaced by overview.adoc) - numeric-type/index.adoc - time-type/index.adoc Co-Authored-By: Claude Opus 4.5 --- .../sql-data-types/numeric-type/index.adoc | 3 - .../sql/sql-data-types/time-type/index.adoc | 3 - .../string-functions/substr.adoc | 144 ------------------ .../get-started/what-is-redpanda-sql.adoc | 62 -------- 4 files changed, 212 deletions(-) delete mode 100644 modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc delete mode 100644 modules/reference/pages/sql/sql-data-types/time-type/index.adoc delete mode 100644 modules/reference/pages/sql/sql-functions/string-functions/substr.adoc delete mode 100644 modules/sql/pages/get-started/what-is-redpanda-sql.adoc diff --git a/modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc b/modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc deleted file mode 100644 index 1951c000e..000000000 --- a/modules/reference/pages/sql/sql-data-types/numeric-type/index.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Numeric Types -:description: Reference for numeric data types in Redpanda SQL. -:page-layout: index diff --git a/modules/reference/pages/sql/sql-data-types/time-type/index.adoc b/modules/reference/pages/sql/sql-data-types/time-type/index.adoc deleted file mode 100644 index a96a32040..000000000 --- a/modules/reference/pages/sql/sql-data-types/time-type/index.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Time Types -:description: Reference for time data types and operators in Redpanda SQL. -:page-layout: index diff --git a/modules/reference/pages/sql/sql-functions/string-functions/substr.adoc b/modules/reference/pages/sql/sql-functions/string-functions/substr.adoc deleted file mode 100644 index c6868b14d..000000000 --- a/modules/reference/pages/sql/sql-functions/string-functions/substr.adoc +++ /dev/null @@ -1,144 +0,0 @@ -= SUBSTR -:description: The SUBSTR() function extracts a specific number of characters from a string. -:page-topic-type: reference - -The `SUBSTR()` function extracts a specific number of characters from a string. - -== Syntax - -The syntax of the function is: - -*2 Arguments* - -[source,sql] ----- -substr( string, start_position) ----- - -*3 Arguments* - -[source,sql] ----- -substr( string, start_position, length ) ----- - -[TIP] -==== -Both syntaxes will have input and return of type `string`. -==== - -=== Start position - -Use the `start_position` as the starting position, specifying the part from where the substring is to be returned. It is written as an integer value. - -[width="100%",cols="36%,64%",options="header",] -|=== -|*Input* |*Return* -|`start_position < 0 ``start_position < string` |The `start_position` is a given character in the string. The count starts from the first character. -|`start_position > string` |Returns an empty substring. -|`start_position` = negative value |The count starts from the provided negative value, with subsequent characters yielded as it approaches 0. -|=== - -If the index is less than or equal to 0, no characters are returned. - -Once it exceeds 0, characters from the string are yielded, starting from the first one. | - -=== Length - -Use the `length` function to determine the number of characters to be extracted__.__ It can be one or more characters. - -[width="100%",cols="20%,80%",options="header",] -|=== -|*Input* |*Return* -|`length` = 0 |Returns an empty substring. -|`length` is not set |The function will start from the specified `start_position` and end at the last character of the `string`. -|`length` = negative value |Returns an error. -|=== - -== Examples - -=== `SUBSTR()` function with specified `start_position` & `length` - -In this example, the `start_position` is set to the first six characters and five characters are extracted: - -[source,sql] ----- -SELECT substr('Watermelon',6,5) AS "Fruit"; ----- - -The query returns: - -[source,sql] ----- -Fruit -------- - melon ----- - -=== `SUBSTR()` function with `length` = 0 - -This query extracts a string with `length` = 0: - -[source,sql] ----- -SELECT substr('Watermelon',6,0) AS "Fruit"; ----- - -This displays an empty output as there is no `length` specified: - -[source,sql] ----- -Fruit -------- ----- - -=== `SUBSTR()` function with `length` = negative value - -This example checks if the `length` is specified with a negative value: - -[source,sql] ----- -SELECT substr('Watermelon',6,-2) AS "Fruit"; ----- - -Instead of extracting the string from the last characters, it returns an error: - -[source,sql] ----- -ERROR: Length of substring cannot be negative ----- - -=== `SUBSTR()` function with `start_position` > `string` - -The string *Watermelon* has only ten characters. This example shows what happens when the specified `start_position` is larger than the string's characters: - -[source,sql] ----- -SELECT substr('Watermelon',20,2) AS "Fruit"; ----- - -This displays an empty output: - -[source,sql] ----- -Fruit -------- ----- - -=== `SUBSTR()` function with 2 arguments - -In this example, the `start_position` is set to the first six characters and five characters are extracted. - -[source,sql] ----- -SELECT substr('database', 6) AS "Result"; ----- - -This displays the substring from position 6: - -[source,sql] ----- -Result --------- - ase ----- diff --git a/modules/sql/pages/get-started/what-is-redpanda-sql.adoc b/modules/sql/pages/get-started/what-is-redpanda-sql.adoc deleted file mode 100644 index 81f679b3a..000000000 --- a/modules/sql/pages/get-started/what-is-redpanda-sql.adoc +++ /dev/null @@ -1,62 +0,0 @@ -= What is Redpanda SQL -:description: Redpanda SQL is a column-oriented OLAP query engine built into Redpanda Cloud BYOC that lets you query Kafka topics using standard SQL. -:page-topic-type: concept - -// TODO (REWRITE): This page needs BYOC framing. Frame Redpanda SQL as a Kafka/streaming query engine -// (read-only, no DDL/DML), not a standalone database. Remove or reframe self-hosting content. - -Redpanda SQL is a column-oriented OLAP query engine integrated into Redpanda Cloud BYOC. It lets you query Kafka topics using standard SQL, without moving data out of Redpanda. Redpanda SQL aims for close compatibility with PostgreSQL, including support for core SQL constructs such as `FROM`, `JOIN`, `GROUP BY`, `ORDER BY`, and window functions. - -== Read-only query engine - -Redpanda SQL operates as a read-only query engine. Regular DDL operations such as `CREATE TABLE`, `INSERT`, `UPDATE`, and `DELETE` are disabled. Instead, data is ingested into Redpanda topics and made available for SQL queries through catalogs -- named connections that map Redpanda topics to SQL tables. This architecture allows analytical queries over streaming data without duplicating or moving it. - -== Key characteristics - -=== Vectorized query execution - -Redpanda SQL uses a massively parallel processing (MPP) architecture at the core of its compute engine for high-performance processing. While MPP has been the standard in analytics systems for over a decade, Redpanda SQL takes a modern approach: it's a system built from the ground up, without relying on third-party components. This clean-slate design applies recent advancements in computer science to a fresh codebase, with a focus on <>, both in the query engine and across the system. - -=== Columnar storage optimization - -Transactional (OLTP) databases like PostgreSQL or Microsoft SQL Server use a row-oriented design, optimized for high-frequency writes. Columnar storage, by contrast, is designed for analytical workloads, allowing for faster scans and more efficient aggregations. - -=== Decoupled storage and compute - -Redpanda SQL benefits from a decoupled storage and compute architecture. This means compute resources can be scaled independently of storage, allowing for more efficient resource allocation, easier deployment, and better cost control. - -=== Distributed, multi-node architecture - -Redpanda SQL is distributed, meaning it can run across multiple CPUs (nodes) in parallel for horizontal scaling. Adaptive query pipelines efficiently handle all types of operations across nodes. - -Execution strategies are selected at runtime based on workload characteristics, ensuring optimal performance in both single-node and multi-node setups. - -=== SQL support - -Like many modern OLAP systems, Redpanda SQL uses its own declarative query language under the hood, but provides xref:reference:sql/index.adoc[SQL support] to users. It aims for close compatibility with PostgreSQL, including support for core SQL constructs such as `FROM`, `JOIN`, `GROUP BY`, `ORDER BY`, and window functions. - -[[optimized-data-transfer-between-cpu-and-ram]] -=== Optimized data transfer between CPU and RAM - -Over the past decade, CPUs have scaled from 4–8 cores to over 100, but memory bandwidth hasn't kept pace. This hardware limitation creates a critical bottleneck for analytical compute engines. - -Redpanda SQL introduces a set of low-level memory access and caching optimizations to address this issue and achieve high resource efficiency: - -* User-space storage caches minimize overhead from kernel-level memory operations. -* A custom data format enhances data locality. -* Hybrid row/column formats allow better alignment with CPU cache lines and vectorized execution. -* Temporal access patterns help retain frequently used data in memory longer, reducing cache misses. - -== Why use Redpanda SQL - -=== Scalability through resource efficiency - -A common reason to move to a fully-managed cloud data warehouse is the promise of "infinite scalability," made possible by on-demand infrastructure in the cloud. - -Redpanda SQL is designed to scale through smarter, more efficient use of hardware, not by throwing more resources at the problem. This principle is baked into how it is designed and built. - -By maximizing resource efficiency, Redpanda SQL handles growing datasets while reducing total cost of ownership, helping you squeeze more out of your existing infrastructure. - -=== Unified support for batch, low-latency, time-series, and multi-dimensional analytics - -Redpanda SQL supports a wide range of analytical workloads in a single system. You can power real-time business intelligence (BI) dashboards, process log data, run time-series analytics, and perform exploratory queries over large datasets without switching tools or maintaining separate systems.