@@ -47,7 +47,7 @@ _Note: the connector has not been tested against Flink versions earlier than 1.1
4747
4848## Installation & Setup {#installation--setup}
4949### Import as a Dependency {#import-as-a-dependency}
50- #### For Flink 2.0+ {#flink-2.0 }
50+ #### For Flink 2.0+ {#flink-2}
5151
5252<Tabs >
5353<TabItem value =" Maven " label =" Maven " default >
@@ -78,7 +78,7 @@ libraryDependencies += "com.clickhouse.flink" % "flink-connector-clickhouse-2.0.
7878</TabItem >
7979</Tabs >
8080
81- #### For Flink 1.17+ {#flink-1.17 }
81+ #### For Flink 1.17+ {#flink-117 }
8282<Tabs >
8383<TabItem value =" Maven " label =" Maven " default >
8484
@@ -123,7 +123,7 @@ where:
123123You can find all available released JAR files in the [ Maven Central Repository] ( https://repo1.maven.org/maven2/com/clickhouse/flink/ ) .
124124
125125## Using the DataStream API {#using-the-datastream-api}
126- ### Snippet {#snippet}
126+ ### Snippet {#datastream- snippet}
127127
128128Configure ClickHouseClient
129129
@@ -166,7 +166,7 @@ More examples and snippets can be found in our tests:
166166- [ flink-connector-clickhouse-1.17] ( https://github.com/ClickHouse/flink-connector-clickhouse/tree/main/flink-connector-clickhouse-1.17/src/test/java/org/apache/flink/connector/clickhouse/sink )
167167- [ flink-connector-clickhouse-2.0.0] ( https://github.com/ClickHouse/flink-connector-clickhouse/tree/main/flink-connector-clickhouse-2.0.0/src/test/java/org/apache/flink/connector/clickhouse/sink )
168168
169- ### Quick Start Example {#quick-start}
169+ ### Quick Start Example {#datastream- quick-start}
170170
171171We have created maven-based example for an easy start with the ClickHouse Sink:
172172
@@ -203,11 +203,11 @@ The following options come directly from Flink's `AsyncSinkBase`:
203203
204204Table API support is planned for a future release. This section will be updated once available.
205205
206- ### Snippet {#snippet}
206+ ### Snippet {#table- snippet}
207207
208208Planned for a future release — this section will provide a usage snippet for configuring the Table API.
209209
210- ### Quick Start Example {#quick-start}
210+ ### Quick Start Example {#table- quick-start}
211211
212212Planned for a future release — a complete end-to-end example will be added once Table API support becomes available.
213213
0 commit comments