-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: merge experimental-feature.md to basic-features.md #12687
*: merge experimental-feature.md to basic-features.md #12687
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@@ -193,9 +205,12 @@ aliases: ['/docs-cn/dev/basic-features/'] | |||
| [`SET CONFIG`](/dynamic-config.md) | Y | Y | Y | Y | Y | 实验特性 | 实验特性 | 实验特性 | 实验特性 | 实验特性 | 实验特性 | 实验特性 | 实验特性 | | |||
| [DM WebUI](/dm/dm-webui-guide.md) | 实验特 | 实验特 | 实验特性 | 实验特性 | 实验特性 | 实验特性 | N | N | N | N | N | N | | |||
| [前台限流](/tikv-configuration-file.md#前台限流) | Y | Y | Y | Y | 实验特性 | 实验特性 | N | N | N | N | N | N | | |||
| [后台限流](/tikv-configuration-file.md#后台限流) | 实验特性 | 实验特性 | 实验特性 | 实验特性 | N | N | N | N | N | N | N | N | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果有「存储」,放存储下更好
LGTM |
basic-features.md
Outdated
@@ -1,7 +1,7 @@ | |||
--- | |||
title: TiDB 基本功能 | |||
summary: 了解 TiDB 的基本功能。 | |||
aliases: ['/docs-cn/dev/basic-features/'] | |||
aliases: ['/docs-cn/dev/basic-features/','/docs-cn/dev/experimental-features-4.0/','/zh/tidb/dev/experimental-features-4.0/','/zh/tidb/dev/experimental-features'] | |||
--- | |||
|
|||
# TiDB 基本功能 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
因为实验特性文档移除了,所以可以考虑在这篇文档里说明下实验特性的特殊之处,比如在正文第一句话后,加一个说明。 例如:
警告:
针对本文中列出的实验特性,请注意使用场景限制。实验特性会在未事先通知的情况下发生变化或删除。语法和实现可能会在 GA 前发生变化。如果遇到问题,请在 GitHub 上提交 issue 反馈。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/remove-status LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 750e0c4
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
What is changed, added or deleted? (Required)
Merge
experimental-features.md
tobasic-features.md
because they have much in common and need extra efforts for update. Some features inexperimental-features.md
are missing inbasic-features.md
, and these features are added tobasic-features.md
.Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?