-
Notifications
You must be signed in to change notification settings - Fork 63
add the prefix dm- to the filenames for some DM dev docs #869
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. |
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
Co-authored-by: TomShawn <[email protected]>
… into rename_5_doc_files
en/dm-overview.md
Outdated
title: Data Migration Overview | ||
summary: Learn about the Data Migration tool, the architecture, the key components, and features. | ||
aliases: ['/docs/tidb-data-migration/dev/overview/'] | ||
aliases: ['/docs/tidb-data-migration/dev/overview/','/tidb-data-migration/dev/overview.md/] |
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.
aliases: ['/docs/tidb-data-migration/dev/overview/','/tidb-data-migration/dev/overview.md/] | |
aliases: ['/docs/tidb-data-migration/dev/overview/','/tidb-data-migration/dev/overview/] |
zh/dm-overview.md
Outdated
--- | ||
title: Data Migration 简介 | ||
aliases: ['/docs-cn/tidb-data-migration/dev/overview/','/docs-cn/tools/dm/overview/'] | ||
aliases: ['/docs-cn/tidb-data-migration/dev/overview/','/docs-cn/tools/dm/overview/','/zh/tidb-data-migration/dev/overview.md/] |
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.
aliases: ['/docs-cn/tidb-data-migration/dev/overview/','/docs-cn/tools/dm/overview/','/zh/tidb-data-migration/dev/overview.md/] | |
aliases: ['/docs-cn/tidb-data-migration/dev/overview/','/docs-cn/tools/dm/overview/','/zh/tidb-data-migration/dev/overview/] |
en/dm-key-features.md
Outdated
title: Key Features | ||
summary: Learn about the key features of DM and appropriate parameter configurations. | ||
aliases: ['/docs/tidb-data-migration/dev/feature-overview/','/tidb-data-migration/dev/feature-overview'] | ||
aliases: ['/docs/tidb-data-migration/dev/feature-overview/','/tidb-data-migration/dev/feature-overview','/tidb-data-migration/dev/key-features.md/] |
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: aliases 是浏览器里实际出现的 URL,不以 .md 结尾。请批量去掉 aliases 中的 .md。
zh/dm-key-features.md
Outdated
title: 主要特性 | ||
summary: 了解 DM 的各主要功能特性或相关的配置选项。 | ||
aliases: ['/docs-cn/tidb-data-migration/dev/key-features/','/docs-cn/tidb-data-migration/dev/feature-overview/'] | ||
aliases: ['/docs-cn/tidb-data-migration/dev/key-features/','/docs-cn/tidb-data-migration/dev/feature-overview/','/zh/tidb-data-migration/dev/key-features.md/] |
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.
aliases: ['/docs-cn/tidb-data-migration/dev/key-features/','/docs-cn/tidb-data-migration/dev/feature-overview/','/zh/tidb-data-migration/dev/key-features.md/] | |
aliases: ['/docs-cn/tidb-data-migration/dev/key-features/','/docs-cn/tidb-data-migration/dev/feature-overview/','/zh/tidb-data-migration/dev/key-features/] |
en/dm-benchmark-v5.3.0.md
Outdated
--- | ||
title: DM 5.3.0 Benchmark Report | ||
summary: Learn about the performance of 5.3.0. | ||
aliases: ['/tidb-data-migration/dev/benchmark-v5.3.0.md/] |
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.
ditto
LGTM |
What is changed, added, or deleted? (Required)
As a preparation step of merging DM master docs to TiDB master docs, this PR makes the following changes:
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?