RickyHuo commented on a change in pull request #927:
URL:
https://github.com/apache/incubator-seatunnel/pull/927#discussion_r777207208
##########
File path: docs/en/configuration/source-plugins/Tidb.md
##########
@@ -0,0 +1,57 @@
+# Source plugin: Tidb
+
+## Description
+
+Read data from Tidb.
+
+## Env Options
+
+| name | type | required | default value |
+| -------------- | ------ | -------- | ------------- |
+| spark.tispark.pd.addresses | string | yes | - |
+| spark.sql.extensions | string | yes |
org.apache.spark.sql.TiExtensions |
+
+### spark.tispark.pd.addresses [string]
+
+your pd servers
+
+### spark.sql.extensions [string]
+
+default value : org.apache.spark.sql.TiExtensions
+
+## Options
+
+| name | type | required | default value |
+| -------------- | ------ | -------- | ------------- |
+| database | string | yes | - |
Review comment:
The docs markdown should be like demo below to support redirect.
```
| database(#database-string) | string | yes | - |
```
--
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]