This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 78035bf [Doc] Add the detail config format Link in document. (#1225)
78035bf is described below
commit 78035bfac3d78f67ed356369603896d2b2b65547
Author: MoSence <[email protected]>
AuthorDate: Fri Feb 11 18:44:42 2022 +0800
[Doc] Add the detail config format Link in document. (#1225)
---
docs/en/flink/configuration/ConfigExamples.md | 2 ++
docs/en/spark/configuration/ConfigExamples.md | 2 ++
2 files changed, 4 insertions(+)
diff --git a/docs/en/flink/configuration/ConfigExamples.md
b/docs/en/flink/configuration/ConfigExamples.md
index ddc333f..eda95b7 100644
--- a/docs/en/flink/configuration/ConfigExamples.md
+++ b/docs/en/flink/configuration/ConfigExamples.md
@@ -43,3 +43,5 @@ sink {
# please go to
https://interestinglab.github.io/seatunnel-docs/#/zh-cn/configuration/base
}
```
+
+If you want to know the details of this format configuration, Please see
[HOCON](https://github.com/lightbend/config/blob/main/HOCON.md).
diff --git a/docs/en/spark/configuration/ConfigExamples.md
b/docs/en/spark/configuration/ConfigExamples.md
index f15d75b..57ef745 100644
--- a/docs/en/spark/configuration/ConfigExamples.md
+++ b/docs/en/spark/configuration/ConfigExamples.md
@@ -3,3 +3,5 @@
- Configuration example 1: [Streaming streaming
computing](https://github.com/InterestingLab/seatunnel/blob/dev/config/spark.streaming.conf.template)
- Configuration example 2: [Batch offline batch
processing](https://github.com/InterestingLab/seatunnel/blob/dev/config/spark.batch.conf.template)
+
+If you want to know the details of this format configuration, Please see
[HOCON](https://github.com/lightbend/config/blob/main/HOCON.md).
\ No newline at end of file