diff --git a/tiup/tiup-command-clean.md b/tiup/tiup-command-clean.md index 13b613a8d194..41d2e6c4374b 100644 --- a/tiup/tiup-command-clean.md +++ b/tiup/tiup-command-clean.md @@ -28,5 +28,3 @@ tiup clean [name] [flags] ``` Clean instance of `%s`, directory: %s ``` - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-completion.md b/tiup/tiup-command-completion.md index fefbae63bd4d..36183958dce6 100644 --- a/tiup/tiup-command-completion.md +++ b/tiup/tiup-command-completion.md @@ -42,5 +42,3 @@ source $HOME/.bash_profile ```shell tiup completion zsh > "${fpath[1]}/_tiup" ``` - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-env.md b/tiup/tiup-command-env.md index 078c672270e8..7e4b2551c311 100644 --- a/tiup/tiup-command-env.md +++ b/tiup/tiup-command-env.md @@ -25,5 +25,3 @@ tiup env [name1...N] - 若指定了 `[name1...N]`,则按顺序输出 "{value}" 列表 以上输出中若 `value` 为空则代表未设置环境变量的值,此时 TiUP 会使用默认值。 - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-help.md b/tiup/tiup-command-help.md index 70253671d9ff..4d6848653b55 100644 --- a/tiup/tiup-command-help.md +++ b/tiup/tiup-command-help.md @@ -22,5 +22,3 @@ tiup help [command] ## 输出 `[command]` 或 TiUP 的帮助信息。 - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-install.md b/tiup/tiup-command-install.md index 5ee428f1c59c..eb030c086b6b 100644 --- a/tiup/tiup-command-install.md +++ b/tiup/tiup-command-install.md @@ -24,5 +24,3 @@ tiup install [:version] [component2...N] [flags] - 正常情况下输出组件的下载信息 - 若组件不存在则报错 `The component "%s" not found` - 若版本不存在则报错 `version %s not supported by component %s` - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-list.md b/tiup/tiup-command-list.md index fc4faff069d8..0127e3e6f62d 100644 --- a/tiup/tiup-command-list.md +++ b/tiup/tiup-command-list.md @@ -43,5 +43,3 @@ tiup list [component] [flags] - 若指定 `[component]` - 若 `[component]` 存在:输出 `版本 (Version)`、`是否已安装 (Installed)`、`发布时间 (Release)`、`支持的平台 (Platforms)` 构成的版本信息列表 - 若 `[component]` 不存在:报错 `failed to fetch component: unknown component` - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-clone.md b/tiup/tiup-command-mirror-clone.md index cc9d9051a4ee..8811b68904cd 100644 --- a/tiup/tiup-command-mirror-clone.md +++ b/tiup/tiup-command-mirror-clone.md @@ -45,5 +45,3 @@ tiup mirror clone [global version] [flags] ### --{component}(strings,默认为空) 指定要克隆的 `{component}` 组件的版本列表。`{component}` 为组件名,可选的组件名可执行 [`tiup list --all`](/tiup/tiup-command-list.md) 查看。 - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-genkey.md b/tiup/tiup-command-mirror-genkey.md index b23a1ba5c3b9..284402494a33 100644 --- a/tiup/tiup-command-mirror-genkey.md +++ b/tiup/tiup-command-mirror-genkey.md @@ -52,5 +52,3 @@ tiup mirror genkey [flags] - 若指定 `-p/--public`: - 若指定的密钥不存在:`Error: open ${TIUP_HOME}/keys/{name}.json: no such file or directory` - 若指定的密钥存在:输出该密钥对应的公钥内容 - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-grant.md b/tiup/tiup-command-mirror-grant.md index ce7ccb288e35..f47312f91516 100644 --- a/tiup/tiup-command-mirror-grant.md +++ b/tiup/tiup-command-mirror-grant.md @@ -37,6 +37,4 @@ tiup mirror grant [flags] - 若执行成功:无输出 - 若管理员 ID 重复:`Error: owner %s exists` -- 若密钥已被其他管理员使用:`Error: key %s exists` - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) +- 若密钥已被其他管理员使用:`Error: key %s exists` \ No newline at end of file diff --git a/tiup/tiup-command-mirror-init.md b/tiup/tiup-command-mirror-init.md index 1453755b68d7..6bb98ffe9595 100644 --- a/tiup/tiup-command-mirror-init.md +++ b/tiup/tiup-command-mirror-init.md @@ -41,5 +41,3 @@ tiup mirror init [flags] - 若成功:无输出 - 若 `` 不为空:`Error: the target path '%s' is not an empty directory` - 若 `` 不是目录:`Error: fdopendir: not a directory` - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-merge.md b/tiup/tiup-command-mirror-merge.md index 2c60a4a98ddd..6fbfedaeedaf 100644 --- a/tiup/tiup-command-mirror-merge.md +++ b/tiup/tiup-command-mirror-merge.md @@ -29,5 +29,3 @@ tiup mirror merge [mirror-dir-N] [flags] - 成功:无输出 - 当前镜像缺失目标镜像某个组件的管理员,或 `${TIUP_HOME}/keys` 缺失该管理员的私钥:`Error: missing owner keys for owner %s on component %s` - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-modify.md b/tiup/tiup-command-mirror-modify.md index 2fc686a0e681..2bf0d631a25e 100644 --- a/tiup/tiup-command-mirror-modify.md +++ b/tiup/tiup-command-mirror-modify.md @@ -60,5 +60,3 @@ tiup mirror modify [:version] [flags] - 若该组件管理员无权修改目标组件: - 若使用远程镜像:`Error: The server refused, make sure you have access to this component` - 若使用本地镜像:`Error: the signature is not correct` - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-publish.md b/tiup/tiup-command-mirror-publish.md index e9883217595c..02117a96f721 100644 --- a/tiup/tiup-command-mirror-publish.md +++ b/tiup/tiup-command-mirror-publish.md @@ -72,5 +72,3 @@ tiup mirror publish [flags] - 若该组件管理员无权修改目标组件: - 若使用远程镜像:`Error: The server refused, make sure you have access to this component` - 若使用本地镜像:`Error: the signature is not correct` - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-rotate.md b/tiup/tiup-command-mirror-rotate.md index 0ec73b5ca919..e40b585638a8 100644 --- a/tiup/tiup-command-mirror-rotate.md +++ b/tiup/tiup-command-mirror-rotate.md @@ -57,5 +57,3 @@ tiup mirror rotate [flags] ## 输出 - 各个镜像管理员当前的签名状态 - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-set.md b/tiup/tiup-command-mirror-set.md index 029e8c696112..8718cb4ab0c6 100644 --- a/tiup/tiup-command-mirror-set.md +++ b/tiup/tiup-command-mirror-set.md @@ -43,5 +43,3 @@ tiup mirror set -r /path/to/local/root.json ## 输出 无 - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror-sign.md b/tiup/tiup-command-mirror-sign.md index 1fec8b47b943..4ce1539a6bf4 100644 --- a/tiup/tiup-command-mirror-sign.md +++ b/tiup/tiup-command-mirror-sign.md @@ -42,5 +42,3 @@ tiup mirror sign [flags] - 成功:无输出 - 文件已被指定的 key 签名过:`Error: this manifest file has already been signed by specified key` - 文件不是合法的 manifest:`Error: unmarshal manifest: %s` - -[<< 返回上一页 - TiUP Mirror 命令清单](/tiup/tiup-command-mirror.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-mirror.md b/tiup/tiup-command-mirror.md index f873e4ec1433..7e37930a8216 100644 --- a/tiup/tiup-command-mirror.md +++ b/tiup/tiup-command-mirror.md @@ -36,5 +36,3 @@ tiup mirror [flags] - [rotate](/tiup/tiup-command-mirror-rotate.md): 更新当前镜像中的根证书 - [clone](/tiup/tiup-command-mirror-clone.md): 从已有镜像克隆一个新的镜像 - [merge](/tiup/tiup-command-mirror-merge.md): 合并镜像 - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-status.md b/tiup/tiup-command-status.md index dc080c928f11..e0a00cb16080 100644 --- a/tiup/tiup-command-status.md +++ b/tiup/tiup-command-status.md @@ -51,6 +51,4 @@ tiup status [flags] > > TiUP 显示的 `Pending Offline`、PD API 返回的 `Offline` 以及 TiDB Dashboard 显示的 `Leaving` 这三个状态的含义相同。 -组件运行状态来自于 PD 的调度信息。更详细的描述请参考 [TiDB 数据库的调度 -- 信息收集](/tidb-scheduling.md#信息收集)。 - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) +组件运行状态来自于 PD 的调度信息。更详细的描述请参考 [TiDB 数据库的调度 -- 信息收集](/tidb-scheduling.md#信息收集)。 \ No newline at end of file diff --git a/tiup/tiup-command-telemetry.md b/tiup/tiup-command-telemetry.md index b82d15cee570..3f442ffbcc4a 100644 --- a/tiup/tiup-command-telemetry.md +++ b/tiup/tiup-command-telemetry.md @@ -49,5 +49,3 @@ tiup telemetry ### disable 命令 `tiup telemetry disable` 停用遥测。 - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-uninstall.md b/tiup/tiup-command-uninstall.md index 3622de517d16..5ce638d21e96 100644 --- a/tiup/tiup-command-uninstall.md +++ b/tiup/tiup-command-uninstall.md @@ -35,5 +35,3 @@ tiup uninstall : [component2...N] [flags] - 正常退出:`Uninstalled component "%s" successfully!` - 若未指定 `` 也未指定 `--all`:报错 `Use "tiup uninstall tidbx --all" if you want to remove all versions.` - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-command-update.md b/tiup/tiup-command-update.md index 3b3b6140fc9e..c37e7049844c 100644 --- a/tiup/tiup-command-update.md +++ b/tiup/tiup-command-update.md @@ -49,5 +49,3 @@ tiup update [component1][:version] [component2..N] [flags] - 升级成功:`Updated successfully!` - 目标版本不存在:`Error: version %s not supported by component %s` - -[<< 返回上一页 - TiUP 命令清单](/tiup/tiup-reference.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-audit-cleanup.md b/tiup/tiup-component-cluster-audit-cleanup.md index 7c8d9f5331f5..d7a27ec7bc7c 100644 --- a/tiup/tiup-component-cluster-audit-cleanup.md +++ b/tiup/tiup-component-cluster-audit-cleanup.md @@ -33,6 +33,4 @@ tiup cluster audit cleanup [flags] ```shell clean audit log successfully -``` - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +``` \ No newline at end of file diff --git a/tiup/tiup-component-cluster-audit.md b/tiup/tiup-component-cluster-audit.md index b7d4e6ce906d..e8949db444bd 100644 --- a/tiup/tiup-component-cluster-audit.md +++ b/tiup/tiup-component-cluster-audit.md @@ -30,6 +30,4 @@ tiup cluster audit [audit-id] [flags] - 若不指定 `[audit-id]` 则输出含有以下字段的表格: - ID:该条记录对应的 audit-id - Time:该条记录对应的命令执行时间 - - Command:该条记录对应的命令 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) + - Command:该条记录对应的命令 \ No newline at end of file diff --git a/tiup/tiup-component-cluster-check.md b/tiup/tiup-component-cluster-check.md index ebbf31235f59..6e2936af2a8c 100644 --- a/tiup/tiup-component-cluster-check.md +++ b/tiup/tiup-component-cluster-check.md @@ -250,6 +250,4 @@ tiup cluster check [flags] - Node:目标节点 - Check:检查项 - Result:检查结果(Pass/Warn/Fail) -- Message:结果描述 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +- Message:结果描述 \ No newline at end of file diff --git a/tiup/tiup-component-cluster-clean.md b/tiup/tiup-component-cluster-clean.md index f259a73694b5..13626a435c5b 100644 --- a/tiup/tiup-component-cluster-clean.md +++ b/tiup/tiup-component-cluster-clean.md @@ -59,4 +59,6 @@ tiup cluster clean [flags] tiup-cluster 的执行日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-deploy.md b/tiup/tiup-component-cluster-deploy.md index a6e3716f0f57..17d500f97863 100644 --- a/tiup/tiup-component-cluster-deploy.md +++ b/tiup/tiup-component-cluster-deploy.md @@ -62,4 +62,6 @@ tiup cluster deploy [flags] 部署日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +## 另请参阅 + +- [使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md) diff --git a/tiup/tiup-component-cluster-destroy.md b/tiup/tiup-component-cluster-destroy.md index 8d4b2922004f..9d8e364e2ea6 100644 --- a/tiup/tiup-component-cluster-destroy.md +++ b/tiup/tiup-component-cluster-destroy.md @@ -45,4 +45,6 @@ tiup cluster destroy [flags] tiup-cluster 的执行日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-disable.md b/tiup/tiup-component-cluster-disable.md index a3afb2fe31ca..9e32ef363ddf 100644 --- a/tiup/tiup-component-cluster-disable.md +++ b/tiup/tiup-component-cluster-disable.md @@ -46,5 +46,3 @@ tiup cluster disable [flags] ## 输出 tiup-cluster 的执行日志。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-display.md b/tiup/tiup-component-cluster-display.md index a300c0eb309a..c40f9070a484 100644 --- a/tiup/tiup-component-cluster-display.md +++ b/tiup/tiup-component-cluster-display.md @@ -97,4 +97,6 @@ tiup cluster display [flags] 节点服务状态来自于 PD 的调度信息。更详细的描述请参考 [TiDB 数据库的调度 -- 信息收集](/tidb-scheduling.md#信息收集)。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) diff --git a/tiup/tiup-component-cluster-edit-config.md b/tiup/tiup-component-cluster-edit-config.md index d533d452f8f2..f223f164ce5b 100644 --- a/tiup/tiup-component-cluster-edit-config.md +++ b/tiup/tiup-component-cluster-edit-config.md @@ -33,4 +33,6 @@ tiup cluster edit-config [flags] - 正常情况无输出 - 若修改了不能修改的字段,则保存文件时报错并提示用户重新编辑,不能修改的字段参考[拓扑文件](/tiup/tiup-cluster-topology-reference.md)中的相关描述 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) diff --git a/tiup/tiup-component-cluster-enable.md b/tiup/tiup-component-cluster-enable.md index 9f04c5ab7757..fb7365e84a85 100644 --- a/tiup/tiup-component-cluster-enable.md +++ b/tiup/tiup-component-cluster-enable.md @@ -50,5 +50,3 @@ tiup cluster enable [flags] ## 输出 tiup-cluster 的执行日志。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-help.md b/tiup/tiup-component-cluster-help.md index d08def2f7a4b..bff8064a98f3 100644 --- a/tiup/tiup-component-cluster-help.md +++ b/tiup/tiup-component-cluster-help.md @@ -24,5 +24,3 @@ tiup cluster help [command] [flags] ## 输出 `[command]` 或 tiup-cluster 的帮助信息。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-import.md b/tiup/tiup-component-cluster-import.md index e50268a12e25..047bfda4139b 100644 --- a/tiup/tiup-component-cluster-import.md +++ b/tiup/tiup-component-cluster-import.md @@ -58,6 +58,4 @@ tiup cluster import [flags] ## 输出 -导入过程的日志信息。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +导入过程的日志信息。 \ No newline at end of file diff --git a/tiup/tiup-component-cluster-list.md b/tiup/tiup-component-cluster-list.md index 707ab5215aa8..0bccc91487c2 100644 --- a/tiup/tiup-component-cluster-list.md +++ b/tiup/tiup-component-cluster-list.md @@ -35,4 +35,6 @@ tiup cluster list [flags] - Path:集群部署数据在中控机上的路径 - PrivateKey:连接集群的私钥所在路径 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-meta-backup.md b/tiup/tiup-component-cluster-meta-backup.md index 59b59df1b2af..70ff76863504 100644 --- a/tiup/tiup-component-cluster-meta-backup.md +++ b/tiup/tiup-component-cluster-meta-backup.md @@ -30,5 +30,3 @@ tiup cluster meta backup [flags] ## 输出 tiup-cluster 的执行日志。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-meta-restore.md b/tiup/tiup-component-cluster-meta-restore.md index c029c0abfac2..3fcd15732c19 100644 --- a/tiup/tiup-component-cluster-meta-restore.md +++ b/tiup/tiup-component-cluster-meta-restore.md @@ -31,5 +31,3 @@ tiup cluster meta restore [flags] ## 输出 tiup-cluster 的执行日志。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-patch.md b/tiup/tiup-component-cluster-patch.md index fb1a8de58f11..9574734ce159 100644 --- a/tiup/tiup-component-cluster-patch.md +++ b/tiup/tiup-component-cluster-patch.md @@ -113,4 +113,6 @@ tiup cluster patch [flags] tiup-cluster 的执行日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-prune.md b/tiup/tiup-component-cluster-prune.md index df624222a8c8..2c97a64078a6 100644 --- a/tiup/tiup-component-cluster-prune.md +++ b/tiup/tiup-component-cluster-prune.md @@ -24,5 +24,3 @@ tiup cluster prune [flags] ## 输出 清理过程的日志。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-reload.md b/tiup/tiup-component-cluster-reload.md index 9f95936dfecf..454357d1a4d9 100644 --- a/tiup/tiup-component-cluster-reload.md +++ b/tiup/tiup-component-cluster-reload.md @@ -96,4 +96,6 @@ tiup cluster reload [flags] tiup-cluster 的执行日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-rename.md b/tiup/tiup-component-cluster-rename.md index f506a63a13f6..ee98244d3850 100644 --- a/tiup/tiup-component-cluster-rename.md +++ b/tiup/tiup-component-cluster-rename.md @@ -35,4 +35,6 @@ tiup cluster rename [flags] tiup-cluster 的执行日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-replay.md b/tiup/tiup-component-cluster-replay.md index 0011858ddb05..c0b78d335186 100644 --- a/tiup/tiup-component-cluster-replay.md +++ b/tiup/tiup-component-cluster-replay.md @@ -24,5 +24,3 @@ tiup cluster replay [flags] ## 输出 `` 对应的命令的输出。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-restart.md b/tiup/tiup-component-cluster-restart.md index 0dd9eb079435..7883ac83c180 100644 --- a/tiup/tiup-component-cluster-restart.md +++ b/tiup/tiup-component-cluster-restart.md @@ -46,5 +46,3 @@ tiup cluster restart [flags] ## 输出 重启服务的日志。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-scale-in.md b/tiup/tiup-component-cluster-scale-in.md index 90c7496fb188..26b34467dffc 100644 --- a/tiup/tiup-component-cluster-scale-in.md +++ b/tiup/tiup-component-cluster-scale-in.md @@ -62,6 +62,4 @@ tiup cluster scale-in [flags] ## 输出 -缩容日志 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +缩容日志 \ No newline at end of file diff --git a/tiup/tiup-component-cluster-scale-out.md b/tiup/tiup-component-cluster-scale-out.md index de78a63547e6..6662f597ef7a 100644 --- a/tiup/tiup-component-cluster-scale-out.md +++ b/tiup/tiup-component-cluster-scale-out.md @@ -54,4 +54,6 @@ tiup cluster scale-out [flags] 扩容日志 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +## 另请参阅 + +- [使用 TiUP 扩容 TiDB 集群](/scale-tidb-using-tiup.md) diff --git a/tiup/tiup-component-cluster-start.md b/tiup/tiup-component-cluster-start.md index 15c1866007ea..31ff488d2a8b 100644 --- a/tiup/tiup-component-cluster-start.md +++ b/tiup/tiup-component-cluster-start.md @@ -52,4 +52,6 @@ tiup cluster start [flags] 启动日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-stop.md b/tiup/tiup-component-cluster-stop.md index a10552cc6d12..78bcb69e2e80 100644 --- a/tiup/tiup-component-cluster-stop.md +++ b/tiup/tiup-component-cluster-stop.md @@ -47,4 +47,6 @@ tiup cluster stop [flags] 停止服务的日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) \ No newline at end of file +## 另请参阅 + +- [TiUP 常见运维操作](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-template.md b/tiup/tiup-component-cluster-template.md index 549e6e0b8c88..468c6cc15df4 100644 --- a/tiup/tiup-component-cluster-template.md +++ b/tiup/tiup-component-cluster-template.md @@ -46,6 +46,4 @@ tiup cluster template [flags] ## 输出 -根据指定选项输出拓扑模版,可重定向到拓扑文件中用于部署。 - -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +根据指定选项输出拓扑模版,可重定向到拓扑文件中用于部署。 \ No newline at end of file diff --git a/tiup/tiup-component-cluster-upgrade.md b/tiup/tiup-component-cluster-upgrade.md index defe1ec8383f..21542dcabb8a 100644 --- a/tiup/tiup-component-cluster-upgrade.md +++ b/tiup/tiup-component-cluster-upgrade.md @@ -144,4 +144,6 @@ tiup cluster upgrade [flags] 升级服务的日志。 -[<< 返回上一页 - TiUP Cluster 命令清单](/tiup/tiup-component-cluster.md#命令清单) +## 另请参阅 + +- [使用 TiUP 升级 TiDB 集群](/upgrade-tidb-using-tiup.md) diff --git a/tiup/tiup-component-cluster.md b/tiup/tiup-component-cluster.md index 9b2fc6332b28..89f8d1ae5b25 100644 --- a/tiup/tiup-component-cluster.md +++ b/tiup/tiup-component-cluster.md @@ -78,6 +78,4 @@ tiup cluster [command] [flags] - [disable](/tiup/tiup-component-cluster-disable.md):关闭指定集群或服务开机自启动 - [meta backup](/tiup/tiup-component-cluster-meta-backup.md):备份指定集群运维操作所需的 TiUP meta 文件 - [meta restore](/tiup/tiup-component-cluster-meta-restore.md):恢复指定集群的 TiUP meta 文件 -- [help](/tiup/tiup-component-cluster-help.md):输出帮助信息 - -[<< 返回上一页 - TiUP 组件清单](/tiup/tiup-reference.md#组件清单) \ No newline at end of file +- [help](/tiup/tiup-component-cluster-help.md):输出帮助信息 \ No newline at end of file diff --git a/tiup/tiup-component-dm-audit.md b/tiup/tiup-component-dm-audit.md index bae1cda76673..7c3571640ab7 100644 --- a/tiup/tiup-component-dm-audit.md +++ b/tiup/tiup-component-dm-audit.md @@ -30,6 +30,4 @@ tiup dm audit [audit-id] [flags] - 若不指定 `[audit-id]` 则输出含有以下字段的表格: - ID:该条记录对应的 audit-id - Time:该条记录对应的命令执行时间 - - Command:该条记录对应的命令 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) + - Command:该条记录对应的命令 \ No newline at end of file diff --git a/tiup/tiup-component-dm-deploy.md b/tiup/tiup-component-dm-deploy.md index db3c40f3ccf0..38270fd1d784 100644 --- a/tiup/tiup-component-dm-deploy.md +++ b/tiup/tiup-component-dm-deploy.md @@ -42,5 +42,3 @@ tiup dm deploy [flags] ## 输出 部署日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-destroy.md b/tiup/tiup-component-dm-destroy.md index e7e7dbeaeca6..b63ec71a9aa1 100644 --- a/tiup/tiup-component-dm-destroy.md +++ b/tiup/tiup-component-dm-destroy.md @@ -30,5 +30,3 @@ tiup dm destroy [flags] ## 输出 tiup-dm 的执行日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-disable.md b/tiup/tiup-component-dm-disable.md index 5859710825ca..375fb5855d2e 100644 --- a/tiup/tiup-component-dm-disable.md +++ b/tiup/tiup-component-dm-disable.md @@ -43,6 +43,4 @@ tiup dm disable [flags] ## 输出 -tiup-dm 的执行日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) +tiup-dm 的执行日志。 \ No newline at end of file diff --git a/tiup/tiup-component-dm-display.md b/tiup/tiup-component-dm-display.md index 1a47be7f630b..70addd617587 100644 --- a/tiup/tiup-component-dm-display.md +++ b/tiup/tiup-component-dm-display.md @@ -53,5 +53,3 @@ tiup dm display [flags] - Status:该节点服务当前的状态 - Data Dir:服务的数据目录,`-` 表示没有数据目录 - Deploy Dir:服务的部署目录 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-edit-config.md b/tiup/tiup-component-dm-edit-config.md index 148e5e6c8673..f1d7fb66db9b 100644 --- a/tiup/tiup-component-dm-edit-config.md +++ b/tiup/tiup-component-dm-edit-config.md @@ -32,5 +32,3 @@ tiup dm edit-config [flags] - 正常情况无输出 - 若修改了不能修改的字段,则保存文件时报错并提示用户重新编辑,不能修改的字段参考[拓扑文件](/tiup/tiup-dm-topology-reference.md)中的相关描述 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-enable.md b/tiup/tiup-component-dm-enable.md index 44f1f2d7dbe7..c7c35f830871 100644 --- a/tiup/tiup-component-dm-enable.md +++ b/tiup/tiup-component-dm-enable.md @@ -44,5 +44,3 @@ tiup dm enable [flags] ## 输出 tiup-dm 的执行日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-help.md b/tiup/tiup-component-dm-help.md index 44ad2570d179..9054622c0c8c 100644 --- a/tiup/tiup-component-dm-help.md +++ b/tiup/tiup-component-dm-help.md @@ -24,5 +24,3 @@ tiup dm help [command] [flags] ## 输出 `[command]` 或 tiup-dm 的帮助信息。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-import.md b/tiup/tiup-component-dm-import.md index 2c9b70e56374..26fc87e167de 100644 --- a/tiup/tiup-component-dm-import.md +++ b/tiup/tiup-component-dm-import.md @@ -55,5 +55,3 @@ tiup dm import [flags] ## 输出 导入过程的日志信息。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-list.md b/tiup/tiup-component-dm-list.md index 73af188c922c..6b0ff44ae0c8 100644 --- a/tiup/tiup-component-dm-list.md +++ b/tiup/tiup-component-dm-list.md @@ -33,6 +33,4 @@ tiup dm list [flags] - User:部署用户 - Version:集群版本 - Path:集群部署数据在中控机上的路径 -- PrivateKey:连接集群的私钥所在路径 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) +- PrivateKey:连接集群的私钥所在路径 \ No newline at end of file diff --git a/tiup/tiup-component-dm-patch.md b/tiup/tiup-component-dm-patch.md index 0c3cc759b9bb..1419b802739f 100644 --- a/tiup/tiup-component-dm-patch.md +++ b/tiup/tiup-component-dm-patch.md @@ -210,5 +210,3 @@ Go Version: go version go1.16.4 linux/amd64 172.16.100.21:9090 prometheus 172.16.100.21 9090 linux/x86_64 Up /home/tidb/dm/data/prometheus-9090 /home/tidb/dm/deploy/prometheus-9090 Total nodes: 5 ``` - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-prune.md b/tiup/tiup-component-dm-prune.md index 0117587ceaa3..5641cea58d6c 100644 --- a/tiup/tiup-component-dm-prune.md +++ b/tiup/tiup-component-dm-prune.md @@ -24,5 +24,3 @@ tiup dm prune [flags] ## 输出 清理过程的日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-reload.md b/tiup/tiup-component-dm-reload.md index f7f8b930e78a..43ad0d8540a1 100644 --- a/tiup/tiup-component-dm-reload.md +++ b/tiup/tiup-component-dm-reload.md @@ -55,5 +55,3 @@ tiup dm reload [flags] ## 输出 tiup-dm 的执行日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-replay.md b/tiup/tiup-component-dm-replay.md index e272cfd56392..8c0344c29260 100644 --- a/tiup/tiup-component-dm-replay.md +++ b/tiup/tiup-component-dm-replay.md @@ -23,6 +23,4 @@ tiup dm replay [flags] ## 输出 -`` 对应的命令的输出。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) +`` 对应的命令的输出。 \ No newline at end of file diff --git a/tiup/tiup-component-dm-restart.md b/tiup/tiup-component-dm-restart.md index ae20132f4b87..6cb0b804d1a5 100644 --- a/tiup/tiup-component-dm-restart.md +++ b/tiup/tiup-component-dm-restart.md @@ -46,5 +46,3 @@ tiup dm restart [flags] ## 输出 重启服务的日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-scale-in.md b/tiup/tiup-component-dm-scale-in.md index f4737ee033bb..3549243f7fe0 100644 --- a/tiup/tiup-component-dm-scale-in.md +++ b/tiup/tiup-component-dm-scale-in.md @@ -36,5 +36,3 @@ tiup dm scale-in [flags] ## 输出 缩容日志 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-scale-out.md b/tiup/tiup-component-dm-scale-out.md index 9c483e86b3b3..754f0535cf33 100644 --- a/tiup/tiup-component-dm-scale-out.md +++ b/tiup/tiup-component-dm-scale-out.md @@ -41,5 +41,3 @@ tiup dm scale-out [flags] ## 输出 扩容日志 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-start.md b/tiup/tiup-component-dm-start.md index a0be1a01ea7c..6d18e228ea47 100644 --- a/tiup/tiup-component-dm-start.md +++ b/tiup/tiup-component-dm-start.md @@ -42,5 +42,3 @@ tiup dm start [flags] ## 输出 启动日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-stop.md b/tiup/tiup-component-dm-stop.md index 728966a692d9..1e03b16ebced 100644 --- a/tiup/tiup-component-dm-stop.md +++ b/tiup/tiup-component-dm-stop.md @@ -46,5 +46,3 @@ tiup dm stop [flags] ## 输出 停止服务的日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-template.md b/tiup/tiup-component-dm-template.md index f63b9b7f26e2..d9258b4bc13b 100644 --- a/tiup/tiup-component-dm-template.md +++ b/tiup/tiup-component-dm-template.md @@ -35,5 +35,3 @@ tiup dm template [flags] ## 输出 根据指定选项输出拓扑模版到标准输出,可重定向到拓扑文件中用于部署。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm-upgrade.md b/tiup/tiup-component-dm-upgrade.md index cb96f5915439..d6cd73becebe 100644 --- a/tiup/tiup-component-dm-upgrade.md +++ b/tiup/tiup-component-dm-upgrade.md @@ -31,5 +31,3 @@ tiup dm upgrade [flags] ## 输出 升级服务的日志。 - -[<< 返回上一页 - TiUP DM 命令清单](/tiup/tiup-component-dm.md#命令清单) \ No newline at end of file diff --git a/tiup/tiup-component-dm.md b/tiup/tiup-component-dm.md index ffc5c6c54aad..fbd7c76a8381 100644 --- a/tiup/tiup-component-dm.md +++ b/tiup/tiup-component-dm.md @@ -73,6 +73,4 @@ tiup dm [command] [flags] - [replay](/tiup/tiup-component-dm-replay.md):重试指定命令 - [enable](/tiup/tiup-component-dm-enable.md):开启指定集群或服务开机自启动 - [disable](/tiup/tiup-component-dm-disable.md):关闭指定集群或服务开机自启动 -- [help](/tiup/tiup-component-dm-help.md):输出帮助信息 - -[<< 返回上一页 - TiUP 组件清单](/tiup/tiup-reference.md#组件清单) \ No newline at end of file +- [help](/tiup/tiup-component-dm-help.md):输出帮助信息 \ No newline at end of file