Skip to content

Commit e08285d

Browse files
misi1987107misi
andauthored
[Doc] Adjust the file structure under concepts (#10420)
Co-authored-by: misi <wendi.zeng@gientech.com>
1 parent 4830dd5 commit e08285d

23 files changed

Lines changed: 24 additions & 19 deletions

docs/en/introduction/concepts/connector-isolated-dependency.md renamed to docs/en/connectors/connector-isolated-dependency.md

File renamed without changes.
File renamed without changes.

docs/en/introduction/concepts/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configure the config file.
77
The main format of the config file is `hocon`, for more details you can refer to [HOCON-GUIDE](https://github.com/lightbend/config/blob/main/HOCON.md),
88
BTW, we also support the `json` format, but you should keep in mind that the name of the config file should end with `.json`.
99

10-
We also support the `SQL` format, please refer to [SQL configuration](sql-config.md) for more details.
10+
We also support the `SQL` format, please refer to [SQL configuration](../configuration/sql-config.md) for more details.
1111

1212
## Example
1313

@@ -76,7 +76,7 @@ Used to add some engine optional parameters, no matter which engine (Zeta, Spark
7676
optional parameters should be filled in here.
7777

7878
Note that we have separated the parameters by engine, and for the common parameters, we can configure them as before.
79-
For flink and spark engine, the specific configuration rules of their parameters can be referred to [JobEnvConfig](./JobEnvConfig.md).
79+
For flink and spark engine, the specific configuration rules of their parameters can be referred to [JobEnvConfig](../configuration/JobEnvConfig.md).
8080

8181
<!-- TODO add supported env parameters -->
8282

@@ -333,7 +333,7 @@ sink {
333333
- If the substitution variable contains double or single quotes (e.g., `"resName"` or `"nameVal"`), you need to include them with the value.
334334
- The value cannot contain spaces (`' '`). For example, `-i jobName='this is a job name'` will be replaced with `job.name = "this"`. You can use environment variables to pass values with spaces.
335335
- For dynamic parameters, you can use the following format: `-i date=$(date +"%Y%m%d")`.
336-
- Cannot use specified system reserved characters; they will not be replaced by `-i`, such as: `${database_name}`, `${schema_name}`, `${table_name}`, `${schema_full_name}`, `${table_full_name}`, `${primary_key}`, `${unique_key}`, `${field_names}`, `${partition_keys}`. For details, please refer to [Sink Parameter Placeholders](sink-options-placeholders.md).
336+
- Cannot use specified system reserved characters; they will not be replaced by `-i`, such as: `${database_name}`, `${schema_name}`, `${table_name}`, `${schema_full_name}`, `${table_full_name}`, `${primary_key}`, `${unique_key}`, `${field_names}`, `${partition_keys}`. For details, please refer to [Sink Parameter Placeholders](../configuration/sink-options-placeholders.md).
337337

338338
## What's More
339339

docs/en/introduction/concepts/connector-v2-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If a sink connector supports writing row kinds(INSERT/UPDATE_BEFORE/UPDATE_AFTER
7777

7878
### support multiple table write
7979

80-
Supports write multiple tables in one SeaTunnel job, users can dynamically specify the table's identifier by [configuring placeholders](./sink-options-placeholders.md).
80+
Supports write multiple tables in one SeaTunnel job, users can dynamically specify the table's identifier by [configuring placeholders](../configuration/sink-options-placeholders.md).
8181

8282
### multimodal
8383

File renamed without changes.

docs/en/introduction/concepts/config-encryption-decryption.md renamed to docs/en/introduction/configuration/config-encryption-decryption.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/en/introduction/concepts/sink-options-placeholders.md renamed to docs/en/introduction/configuration/sink-options-placeholders.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)