Copilot commented on code in PR #2298:
URL: https://github.com/apache/doris-website/pull/2298#discussion_r2049941040
##########
versioned_docs/version-3.0/ecosystem/flink-doris-connector.md:
##########
@@ -64,6 +64,16 @@ You can download the corresponding version of the Flink
Doris Connector Jar file
To use it with Maven, simply add the following dependency to your Pom file:
+```xml
+<dependency>
+ <groupId>org.apache.doris</groupId>
+ <artifactId>flink-doris-connector-${flink.version}</artifactId>
+ <version>${connector.version}</version>
+</dependency>
Review Comment:
Remove the trailing whitespace after the '</dependency>' tag for consistent
formatting.
```suggestion
</dependency>
```
##########
docs/ecosystem/flink-doris-connector.md:
##########
@@ -64,6 +64,16 @@ You can download the corresponding version of the Flink
Doris Connector Jar file
To use it with Maven, simply add the following dependency to your Pom file:
+```xml
+<dependency>
+ <groupId>org.apache.doris</groupId>
+ <artifactId>flink-doris-connector-${flink.version}</artifactId>
+ <version>${connector.version}</version>
+</dependency>
Review Comment:
Remove the trailing whitespace after the '</dependency>' tag for consistent
formatting.
```suggestion
</dependency>
```
##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/flink-doris-connector.md:
##########
@@ -67,7 +67,17 @@ under the License.
Maven 中使用的时候,可以直接在 Pom 文件中加入如下依赖
-```SQL
+```xml
+<dependency>
+ <groupId>org.apache.doris</groupId>
+ <artifactId>flink-doris-connector-${flink.version}</artifactId>
+ <version>${connector.version}</version>
+</dependency>
Review Comment:
Remove the trailing whitespace after the '</dependency>' tag for consistent
formatting.
```suggestion
</dependency>
```
##########
versioned_docs/version-2.1/ecosystem/flink-doris-connector.md:
##########
@@ -64,6 +64,16 @@ You can download the corresponding version of the Flink
Doris Connector Jar file
To use it with Maven, simply add the following dependency to your Pom file:
+```xml
+<dependency>
+ <groupId>org.apache.doris</groupId>
+ <artifactId>flink-doris-connector-${flink.version}</artifactId>
+ <version>${connector.version}</version>
+</dependency>
Review Comment:
Remove the trailing whitespace after the '</dependency>' tag for consistent
formatting.
##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/flink-doris-connector.md:
##########
@@ -67,7 +67,17 @@ under the License.
Maven 中使用的时候,可以直接在 Pom 文件中加入如下依赖
-```SQL
+```xml
+<dependency>
+ <groupId>org.apache.doris</groupId>
+ <artifactId>flink-doris-connector-${flink.version}</artifactId>
+ <version>${connector.version}</version>
+</dependency>
Review Comment:
Remove the trailing whitespace after the '</dependency>' tag for consistent
formatting.
```suggestion
</dependency>
```
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/flink-doris-connector.md:
##########
@@ -67,7 +67,17 @@ under the License.
Maven 中使用的时候,可以直接在 Pom 文件中加入如下依赖
-```SQL
+```xml
+<dependency>
+ <groupId>org.apache.doris</groupId>
+ <artifactId>flink-doris-connector-${flink.version}</artifactId>
+ <version>${connector.version}</version>
+</dependency>
Review Comment:
Remove the trailing whitespace after the '</dependency>' tag for consistent
formatting.
```suggestion
</dependency>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]