[Improvement] [Doc] Put default task parameters in a new file#11776
[Improvement] [Doc] Put default task parameters in a new file#11776zhongjiajie merged 3 commits intoapache:devfrom
Conversation
e8cb48d to
7cbbf54
Compare
zhongjiajie
left a comment
There was a problem hiding this comment.
LGTM overall, and this may be the best way we can do it currently, but if we migrate our doc template to docusaurus, we can using .mdx file to show general parameter into each task docs instead of hyper link, you can see some example in https://stackoverflow.com/a/70702778/7152658 (I can not find in docusaurus official website, So I use SO link here)
|
Does @SbloodyS have other idea? |
Nope. That's great. |
|
@caishunfeng This PR also needs to cherry pick to 3.1.0, thanks |
OK, and this is the improvement, should this pr cherry-pick to 3.0.1? @zhongjiajie @EricGao888 |
maybe only 3.1.0, cherry-pick to 3.0.1 may cause many conflict |
+1,this PR is for better maintainability, it is unnecessary to pick it into 3.0.1. |
* Put default task parameters in a new file * Add links to task plugin default parameters appendix docs * Update Chinese docs
* Put default task parameters in a new file * Add links to task plugin default parameters appendix docs * Update Chinese docs
Purpose of the pull request
Brief change log
Verify this pull request
This pull request is docs cleanup without any test coverage.