Skip to content

Commit

Permalink
Correct route docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Jul 5, 2024
1 parent c7ad18e commit 2d50141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/core-concept/route.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To describe a route, the follows are required:
| parameter | meaning | optional/required |
|----------------|---------------------------------------------------------------------------------------------|-------------------|
| source-table | Source table id, supports regular expressions | required |
| sink-table | Sink table id, supports regular expressions | required |
| sink-table | Sink table id, supports symbol replacement | required |
| replace-symbol | Special symbol in sink-table for pattern replacing, will be replaced by original table name | optional |
| description | Routing rule description(a default value provided) | optional |

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/core-concept/route.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To describe a route, the follows are required:
| parameter | meaning | optional/required |
|----------------|---------------------------------------------------------------------------------------------|-------------------|
| source-table | Source table id, supports regular expressions | required |
| sink-table | Sink table id, supports regular expressions | required |
| sink-table | Sink table id, supports symbol replacement | required |
| replace-symbol | Special symbol in sink-table for pattern replacing, will be replaced by original table name | optional |
| description | Routing rule description(a default value provided) | optional |

Expand Down

0 comments on commit 2d50141

Please sign in to comment.