-
Notifications
You must be signed in to change notification settings - Fork 63
add the prefix dm- to the filenames for some stable DM docs #872
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. |
This reverts commit b846bb1.
--- | ||
title: DM Alert Information | ||
summary: Introduce the alert information of DM. | ||
aliases: ['/tidb-data-migration/stable/alert-rules/'] |
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.
Global comment: for each alias in v5.3, another /v5.3/ should be added. So each renamed file corresponds to two aliases.
aliases: ['/tidb-data-migration/stable/alert-rules/'] | |
aliases: ['/tidb-data-migration/stable/alert-rules/','/tidb-data-migration/v5.3/alert-rules/'] |
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.
After a new TiDB stable version is released, /tidb-data-migration/stable/dm-alert-rules/
will be changed to /tidb-data-migration/v5.3/dm-alert-rules/
, but /tidb-data-migration/stable/alert-rules/
will not be changed /tidb-data-migration/v5.3/alert-rules/
because /tidb-data-migration/stable/alert-rules/
is remove from this PR.
In this case, there is no chance that anyone saves the /tidb-data-migration/v5.3/alert-rules/
link, so we do not need to add an alias for it.
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
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: e9bb9e2
|
What is changed, added, or deleted? (Required)
As the following two PRs are merged, once a newer stable TiDB version is released in the future, the DM stable docs are included in TiDB stable docs naturally.
At that time, the current DM stable links will be changed to v5.3 links. If users save a DM stable doc link, clicking the link is expected to be redirected to the corresponding DM section in TiDB docs.
As a prerequisite of directing DM stable docs to TiDB stable docs after a newer stable TiDB version is released, this PR makes the following changes to avoid deadlinks:
Please note that the only purpose of this PR is to show the DM filename changes before merging to TiDB Docs, so this PR is not intended to be merged.
Which DM version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?