From aa0dadea488d59e0585dbf7771a69da8cdff415c Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Fri, 25 Oct 2024 15:39:25 +0200 Subject: [PATCH] doc: extend the ToC for CDC This commit adds the missing links to the CDC index page. Fixes https://github.com/scylladb/scylladb/issues/21137 Closes scylladb/scylladb#21286 --- docs/features/cdc/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/features/cdc/index.rst b/docs/features/cdc/index.rst index 500d202e7c..e41da97655 100644 --- a/docs/features/cdc/index.rst +++ b/docs/features/cdc/index.rst @@ -35,3 +35,16 @@ Change Data Capture (CDC) * :doc:`Advanced Column Types ` * :doc:`Preimages and Postimages ` * :doc:`Data consistency ` + + +.. panel-box:: + :title: CDC Integration Projects + :id: "getting-started" + :class: my-panel + + * `Go (scylla-cdc-go) `_ + * `Java (scylla-cdc-java) `_ + * `Rust (scylla-cdc-rust) `_ + * :doc:`CDC Source Connector (compatible with Kafka Connect) ` + * :doc:`CDC Source Connector Quickstart ` +