diff --git a/tiup/tiup-command-clean.md b/tiup/tiup-command-clean.md index 6de01bf550ee3..662143949e057 100644 --- a/tiup/tiup-command-clean.md +++ b/tiup/tiup-command-clean.md @@ -28,5 +28,3 @@ The value of `[name]` is the `Name` field output by the [`status` command](/tiup ``` Clean instance of `%s`, directory: %s ``` - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-completion.md b/tiup/tiup-command-completion.md index 58e1b06f58111..aa154c1d3772e 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" ``` - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-env.md b/tiup/tiup-command-env.md index 67c8ca2222e4a..cceb21f6c6071 100644 --- a/tiup/tiup-command-env.md +++ b/tiup/tiup-command-env.md @@ -25,5 +25,3 @@ None - If `[name1...N]` is specified, the "{value}" list is output in order. In the above output, if `value` is empty, it means that the value of the environment variable is not set. In this case, TiUP uses the default value. - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-help.md b/tiup/tiup-command-help.md index 6ef3033fafa33..1bce64bf29ec4 100644 --- a/tiup/tiup-command-help.md +++ b/tiup/tiup-command-help.md @@ -22,5 +22,3 @@ None ## Output The help information of `[command]` or TiUP. - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-install.md b/tiup/tiup-command-install.md index 7490408968b9c..019d701c3a6f8 100644 --- a/tiup/tiup-command-install.md +++ b/tiup/tiup-command-install.md @@ -24,5 +24,3 @@ None - Normally outputs the download information of the component. - If the component does not exist, the `The component "%s" not found` error is reported. - If the version does not exist, the `version %s not supported by component %s` error is reported. - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-list.md b/tiup/tiup-command-list.md index c419a41bf5762..41a8f2c69d882 100644 --- a/tiup/tiup-command-list.md +++ b/tiup/tiup-command-list.md @@ -43,5 +43,3 @@ tiup list [component] [flags] - If `[component]` is set: - If the specified component exists: TiUP outputs a version information list of the specified component, consisting of `Version` (version number), `Installed` (installation status), `Release` (release date), and `Platforms` (supported platforms). - If the specified component does not exist: TiUP reports the error `failed to fetch component: unknown component`. - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-mirror-clone.md b/tiup/tiup-command-mirror-clone.md index dfe19acfbdea4..24f82f0f8292f 100644 --- a/tiup/tiup-command-mirror-clone.md +++ b/tiup/tiup-command-mirror-clone.md @@ -47,5 +47,3 @@ tiup mirror clone [global version] [flags] - Specifies the version list of the component to be cloned. Fill component names in `{component}`. You can run [`tiup list --all`](/tiup/tiup-command-list.md) to view available component names. - Data type: Strings - Default: Null - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-genkey.md b/tiup/tiup-command-mirror-genkey.md index 16ffc54deaaea..a0c3fad39c8f2 100644 --- a/tiup/tiup-command-mirror-genkey.md +++ b/tiup/tiup-command-mirror-genkey.md @@ -52,5 +52,3 @@ tiup mirror genkey [flags] - If `-p/--public` is specified: - If the private key specified in `-n/--name` does not exist: TiUP reports the error `Error: open ${TIUP_HOME}/keys/{name}.json: no such file or directory`. - If the private key specified in `-n/--name` exists: TiUP outputs the content of the corresponding public key. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-grant.md b/tiup/tiup-command-mirror-grant.md index 3930b426a1cfa..73f117ae9ba22 100644 --- a/tiup/tiup-command-mirror-grant.md +++ b/tiup/tiup-command-mirror-grant.md @@ -41,5 +41,3 @@ tiup mirror grant [flags] - If the command is executed successfully, there is no output. - If the component owner's ID is duplicated, TiUP reports the error `Error: owner %s exists`. - If the key is used by another component owner, TiUP reports the error `Error: key %s exists`. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-init.md b/tiup/tiup-command-mirror-init.md index a77dfcac015e2..0b98aab3b87c4 100644 --- a/tiup/tiup-command-mirror-init.md +++ b/tiup/tiup-command-mirror-init.md @@ -43,5 +43,3 @@ tiup mirror init [flags] - If the command is executed successfully, there is no output. - If the specified `` is not empty, TiUP reports the error `Error: the target path '%s' is not an empty directory`. - If the specified `` is not a directory, TiUP reports the error `Error: fdopendir: not a directory`. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-merge.md b/tiup/tiup-command-mirror-merge.md index 96321f89e68e5..11f173d3d375f 100644 --- a/tiup/tiup-command-mirror-merge.md +++ b/tiup/tiup-command-mirror-merge.md @@ -29,5 +29,3 @@ None - If the command is executed successfully, there is no output. - If the current mirror does not have a component owner of the target mirror, or if `${TIUP_HOME}/keys` does not have the owner's private key, TiUP reports the `Error: missing owner keys for owner %s on component %s` error. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-modify.md b/tiup/tiup-command-mirror-modify.md index 7a4d71dee5911..1b3a03a4a22ec 100644 --- a/tiup/tiup-command-mirror-modify.md +++ b/tiup/tiup-command-mirror-modify.md @@ -61,5 +61,3 @@ Marks a specified component or version as unavailable. - If the component owner is not authorized to modify the target component: - If the mirror is a remote mirror, TiUP reports the error `Error: The server refused, make sure you have access to this component`. - If the mirror is a local mirror, TiUP reports the error `Error: the signature is not correct`. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-publish.md b/tiup/tiup-command-mirror-publish.md index ef2022becdc78..6012c12f138eb 100644 --- a/tiup/tiup-command-mirror-publish.md +++ b/tiup/tiup-command-mirror-publish.md @@ -82,5 +82,3 @@ The meaning of each parameter is as follows: - If the component owner is not authorized to modify the target component: - If the mirror is a remote mirror, TiUP reports the error `Error: The server refused, make sure you have access to this component`. - If the mirror is a local mirror, TiUP reports the error `Error: the signature is not correct`. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-rotate.md b/tiup/tiup-command-mirror-rotate.md index 602f6d6f38101..699ef31f144ca 100644 --- a/tiup/tiup-command-mirror-rotate.md +++ b/tiup/tiup-command-mirror-rotate.md @@ -59,5 +59,3 @@ For how mirror administrators sign files, refer to the [`sign` command](/tiup/ti ## Outputs The current signature status of each mirror administrator. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-set.md b/tiup/tiup-command-mirror-set.md index 0473202760a18..69f554b847b30 100644 --- a/tiup/tiup-command-mirror-set.md +++ b/tiup/tiup-command-mirror-set.md @@ -46,5 +46,3 @@ In the steps above, if the mirror is attacked before the `wget` command, you can ## Output None - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror-sign.md b/tiup/tiup-command-mirror-sign.md index 012b03b53b722..cfa6846a3491b 100644 --- a/tiup/tiup-command-mirror-sign.md +++ b/tiup/tiup-command-mirror-sign.md @@ -46,5 +46,3 @@ If it is a network address, this address must provide the following features: - If the command is executed successfully, there is no output. - If the file has been signed by the specified key, TiUP reports the error `Error: this manifest file has already been signed by specified key`. - If the file is not a valid manifest, TiUP reports the error `Error: unmarshal manifest: %s`. - -[<< Back to the previous page - TiUP Mirror command list](/tiup/tiup-command-mirror.md#command-list) diff --git a/tiup/tiup-command-mirror.md b/tiup/tiup-command-mirror.md index e66c3863dc9c8..ac505228d5c9e 100644 --- a/tiup/tiup-command-mirror.md +++ b/tiup/tiup-command-mirror.md @@ -36,5 +36,3 @@ None - [rotate](/tiup/tiup-command-mirror-rotate.md): updates the root certificate in the current mirror - [clone](/tiup/tiup-command-mirror-clone.md): clones a new mirror from an existing one - [merge](/tiup/tiup-command-mirror-merge.md): merges mirrors - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-status.md b/tiup/tiup-command-status.md index 55c86182d8e5d..b521fbf4b88ea 100644 --- a/tiup/tiup-command-status.md +++ b/tiup/tiup-command-status.md @@ -52,5 +52,3 @@ A component can run in one of the following statuses: > `Pending Offline` in TiUP, `Offline` returned by PD API, and `Leaving` in TiDB Dashboard indicate the same status. Component status derives from the PD scheduling information. For more details, see [Information collection](/tidb-scheduling.md#information-collection). - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-telemetry.md b/tiup/tiup-command-telemetry.md index e01cafb99c218..69360d7ac27a4 100644 --- a/tiup/tiup-command-telemetry.md +++ b/tiup/tiup-command-telemetry.md @@ -49,5 +49,3 @@ The `tiup telemetry enable` command is used to enable the telemetry. ### disable The `tiup telemetry disable` command is used to disable the telemetry. - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-uninstall.md b/tiup/tiup-command-uninstall.md index ad299a16926aa..047db03033f60 100644 --- a/tiup/tiup-command-uninstall.md +++ b/tiup/tiup-command-uninstall.md @@ -35,5 +35,3 @@ tiup uninstall : [component2...N] [flags] - If the command exits without any error, `Uninstalled component "%s" successfully!` is output. - If neither `` nor `--all` is specified, the `Use "tiup uninstall tidbx --all" if you want to remove all versions.` error is reported. - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-command-update.md b/tiup/tiup-command-update.md index 70b2abd93d208..2266aa0e86fda 100644 --- a/tiup/tiup-command-update.md +++ b/tiup/tiup-command-update.md @@ -49,5 +49,3 @@ The update operation does not delete the old version. You can still specify usin - If the update is successful, `Updated successfully!` is output. - If target version does not exist, the `Error: version %s not supported by component %s` error is reported. - -[<< Back to the previous page - TiUP Reference command list](/tiup/tiup-reference.md#command-list) diff --git a/tiup/tiup-component-cluster-audit-cleanup.md b/tiup/tiup-component-cluster-audit-cleanup.md index fc9e7fae5f98b..c07be416d5b78 100644 --- a/tiup/tiup-component-cluster-audit-cleanup.md +++ b/tiup/tiup-component-cluster-audit-cleanup.md @@ -34,5 +34,3 @@ tiup cluster audit cleanup [flags] ```shell clean audit log successfully ``` - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-audit.md b/tiup/tiup-component-cluster-audit.md index ff02253a71e30..66e3b6b99b091 100644 --- a/tiup/tiup-component-cluster-audit.md +++ b/tiup/tiup-component-cluster-audit.md @@ -31,5 +31,3 @@ tiup cluster audit [audit-id] [flags] - ID: the `audit-id` corresponding to the record - Time: the execution time of the command corresponding to the record - Command: the command corresponding to the record - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-check.md b/tiup/tiup-component-cluster-check.md index 02f557ce0d1c1..4dc8765832f0c 100644 --- a/tiup/tiup-component-cluster-check.md +++ b/tiup/tiup-component-cluster-check.md @@ -252,5 +252,3 @@ A table containing the following fields: - `Check`: the check item - `Result`: the check result (Pass, Warn, or Fail) - `Message`: the result description - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-clean.md b/tiup/tiup-component-cluster-clean.md index 6756dfaab213e..8b7270286a946 100644 --- a/tiup/tiup-component-cluster-clean.md +++ b/tiup/tiup-component-cluster-clean.md @@ -64,8 +64,6 @@ tiup cluster clean [flags] The execution logs of tiup-cluster. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 a2a9db669b25f..d13e1b3ec9379 100644 --- a/tiup/tiup-component-cluster-deploy.md +++ b/tiup/tiup-component-cluster-deploy.md @@ -67,8 +67,6 @@ tiup cluster deploy [flags] The deployment log. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [Deploy a TiDB Cluster Using TiUP](/production-deployment-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-destroy.md b/tiup/tiup-component-cluster-destroy.md index 2b4fa914a5a4b..a3e4d204fc18b 100644 --- a/tiup/tiup-component-cluster-destroy.md +++ b/tiup/tiup-component-cluster-destroy.md @@ -49,8 +49,6 @@ tiup cluster destroy [flags] The execution log of the tiup-cluster. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 d690332ae9200..bd259e14a766f 100644 --- a/tiup/tiup-component-cluster-disable.md +++ b/tiup/tiup-component-cluster-disable.md @@ -46,5 +46,3 @@ tiup cluster disable [flags] ## Output The execution log of the tiup-cluster. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-display.md b/tiup/tiup-component-cluster-display.md index 37d751362ff95..960124e9ce533 100644 --- a/tiup/tiup-component-cluster-display.md +++ b/tiup/tiup-component-cluster-display.md @@ -101,8 +101,6 @@ A node service can run in one of the following statuses: Node service status derives from the PD scheduling information. For more details, see [Information collection](/tidb-scheduling.md#information-collection). -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-edit-config.md b/tiup/tiup-component-cluster-edit-config.md index 9d5cf66c8f6e8..a8049b0aa77ab 100644 --- a/tiup/tiup-component-cluster-edit-config.md +++ b/tiup/tiup-component-cluster-edit-config.md @@ -33,8 +33,6 @@ tiup cluster edit-config [flags] - If the command is successfully executed, there is no output. - If you have mistakenly modified the fields that cannot be modified, when you save the file, an error will be reported, reminding you to edit the file again. For the fields that cannot be modified, see the [topology file](/tiup/tiup-cluster-topology-reference.md). -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/maintain-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-enable.md b/tiup/tiup-component-cluster-enable.md index 6a8e73cfff776..9d54e4484d118 100644 --- a/tiup/tiup-component-cluster-enable.md +++ b/tiup/tiup-component-cluster-enable.md @@ -50,5 +50,3 @@ tiup cluster enable [flags] ## Output The execution log of the tiup-cluster. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-help.md b/tiup/tiup-component-cluster-help.md index 4349016534f4e..e73389ad694b4 100644 --- a/tiup/tiup-component-cluster-help.md +++ b/tiup/tiup-component-cluster-help.md @@ -24,5 +24,3 @@ tiup cluster help [command] [flags] ## Output The help information of the `[command]` or tiup-cluster. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-import.md b/tiup/tiup-component-cluster-import.md index a30273ff65c00..d4a29661c6e7d 100644 --- a/tiup/tiup-component-cluster-import.md +++ b/tiup/tiup-component-cluster-import.md @@ -67,5 +67,3 @@ tiup cluster import [flags] ## Output Shows the logs of the import process. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-list.md b/tiup/tiup-component-cluster-list.md index 733e1135ad3bb..94c52e08af31b 100644 --- a/tiup/tiup-component-cluster-list.md +++ b/tiup/tiup-component-cluster-list.md @@ -35,8 +35,6 @@ Outputs the table with the following fields: - Path: the path of the cluster deployment data on the control machine - PrivateKey: the path of the private key that is used to connect the cluster -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 d17c5dd53c039..54fae2d8ee5e3 100644 --- a/tiup/tiup-component-cluster-meta-backup.md +++ b/tiup/tiup-component-cluster-meta-backup.md @@ -30,5 +30,3 @@ Specifies the target directory to store the TiUP meta backup file. ## Output The execution logs of tiup-cluster. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-meta-restore.md b/tiup/tiup-component-cluster-meta-restore.md index eae6d62243613..abb22cf00737d 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] ## Output The execution logs of tiup-cluster. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-patch.md b/tiup/tiup-component-cluster-patch.md index d16ec1e0f4a2f..d91ddd96b6df8 100644 --- a/tiup/tiup-component-cluster-patch.md +++ b/tiup/tiup-component-cluster-patch.md @@ -120,8 +120,6 @@ After you have completed the preceding steps, you can use `/tmp/${component}-hot The execution log of the tiup-cluster. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 91aa09a0ab670..e0db27c94f091 100644 --- a/tiup/tiup-component-cluster-prune.md +++ b/tiup/tiup-component-cluster-prune.md @@ -24,5 +24,3 @@ tiup cluster prune [flags] ## Output The log of the cleanup process. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-reload.md b/tiup/tiup-component-cluster-reload.md index f3bc21c6b300c..b349235fa185b 100644 --- a/tiup/tiup-component-cluster-reload.md +++ b/tiup/tiup-component-cluster-reload.md @@ -103,8 +103,6 @@ After you specify the `--skip-restart` option, it only refreshes the configurati The execution log of the tiup-cluster. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 92e707f5263e7..43f0107cca6d9 100644 --- a/tiup/tiup-component-cluster-rename.md +++ b/tiup/tiup-component-cluster-rename.md @@ -35,8 +35,6 @@ tiup cluster rename [flags] The execution log of the tiup-cluster. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 96266e48e1091..888b02a887cf4 100644 --- a/tiup/tiup-component-cluster-replay.md +++ b/tiup/tiup-component-cluster-replay.md @@ -24,5 +24,3 @@ Prints the help information. ## Output The output of the command corresponding to ``. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-restart.md b/tiup/tiup-component-cluster-restart.md index 194f53348c732..90fff218bd575 100644 --- a/tiup/tiup-component-cluster-restart.md +++ b/tiup/tiup-component-cluster-restart.md @@ -50,5 +50,3 @@ tiup cluster restart [flags] ## Outputs The log of the service restart process. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-scale-in.md b/tiup/tiup-component-cluster-scale-in.md index dbec4dba67a9d..ed5f63e0883f2 100644 --- a/tiup/tiup-component-cluster-scale-in.md +++ b/tiup/tiup-component-cluster-scale-in.md @@ -71,5 +71,3 @@ tiup cluster scale-in [flags] ## Output Shows the logs of the scaling-in process. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-scale-out.md b/tiup/tiup-component-cluster-scale-out.md index a84e678639ae3..049e5b35b6a1c 100644 --- a/tiup/tiup-component-cluster-scale-out.md +++ b/tiup/tiup-component-cluster-scale-out.md @@ -63,8 +63,6 @@ tiup cluster scale-out [flags] The log of scaling out. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [Scale a TiDB Cluster Using TiUP](/scale-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-start.md b/tiup/tiup-component-cluster-start.md index 5209c0e58715d..407f254c4a77d 100644 --- a/tiup/tiup-component-cluster-start.md +++ b/tiup/tiup-component-cluster-start.md @@ -56,8 +56,6 @@ Starts the cluster in a safe way. It is recommended to use this option when the The log of starting the service. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 d153fd5000da7..c729a3ac3e47f 100644 --- a/tiup/tiup-component-cluster-stop.md +++ b/tiup/tiup-component-cluster-stop.md @@ -51,8 +51,6 @@ tiup cluster stop [flags] The log of stopping the service. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [TiUP Common Operations](/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 a1c96a01be657..794f6756c87f7 100644 --- a/tiup/tiup-component-cluster-template.md +++ b/tiup/tiup-component-cluster-template.md @@ -47,5 +47,3 @@ Prints the help information. ## Output Outputs the topology template according to the specified options, which can be redirected to the topology file for deployment. - -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) diff --git a/tiup/tiup-component-cluster-upgrade.md b/tiup/tiup-component-cluster-upgrade.md index e5fc3ddc36a2d..7e1d350a2870e 100644 --- a/tiup/tiup-component-cluster-upgrade.md +++ b/tiup/tiup-component-cluster-upgrade.md @@ -146,8 +146,6 @@ tiup cluster upgrade [flags] The log of the upgrading progress. -[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list) - ## See also - [Upgrade TiDB Using TiUP](/upgrade-tidb-using-tiup.md) \ No newline at end of file diff --git a/tiup/tiup-component-cluster.md b/tiup/tiup-component-cluster.md index 940ae3932c783..f8921a9617795 100644 --- a/tiup/tiup-component-cluster.md +++ b/tiup/tiup-component-cluster.md @@ -86,5 +86,3 @@ tiup cluster [command] [flags] - [meta backup](/tiup/tiup-component-cluster-meta-backup.md): backs up the TiUP meta file required for the operation and maintenance of a specified cluster - [meta restore](/tiup/tiup-component-cluster-meta-restore.md): restores the TiUP meta file of a specified cluster - [help](/tiup/tiup-component-cluster-help.md): prints the help information - -[<< Back to the previous page - TiUP Reference component list](/tiup/tiup-reference.md#component-list) diff --git a/tiup/tiup-component-dm-audit.md b/tiup/tiup-component-dm-audit.md index a209382137053..6b976234fc44a 100644 --- a/tiup/tiup-component-dm-audit.md +++ b/tiup/tiup-component-dm-audit.md @@ -31,5 +31,3 @@ tiup dm audit [audit-id] [flags] - ID: the `audit-id` corresponding to this record - Time: the execution time of the command corresponding to the record - Command: the command corresponding to the record - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-deploy.md b/tiup/tiup-component-dm-deploy.md index b0b15f2540b97..8fa92460a5d00 100644 --- a/tiup/tiup-component-dm-deploy.md +++ b/tiup/tiup-component-dm-deploy.md @@ -46,5 +46,3 @@ tiup dm deploy [flags] ## Output The deployment log. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-destroy.md b/tiup/tiup-component-dm-destroy.md index 9a547c343e1f3..56cb387ada212 100644 --- a/tiup/tiup-component-dm-destroy.md +++ b/tiup/tiup-component-dm-destroy.md @@ -30,5 +30,3 @@ tiup dm destroy [flags] ## Output The execution log of the tiup-dm. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-disable.md b/tiup/tiup-component-dm-disable.md index 1e363028c4290..6ea794ef94985 100644 --- a/tiup/tiup-component-dm-disable.md +++ b/tiup/tiup-component-dm-disable.md @@ -44,5 +44,3 @@ Prints the help information. ## Output The execution log of the tiup-dm. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-display.md b/tiup/tiup-component-dm-display.md index 22f2355c7e39d..2691d9d93e318 100644 --- a/tiup/tiup-component-dm-display.md +++ b/tiup/tiup-component-dm-display.md @@ -57,5 +57,3 @@ tiup dm display [flags] - `Status`: the current status of the services on the node. - `Data Dir`: the data directory of the service. `-` means that there is no data directory. - `Deploy Dir`: the deployment directory of the service. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-edit-config.md b/tiup/tiup-component-dm-edit-config.md index 9a948052da0f5..6b3e2f273ea8e 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] - Normally, no output. - If you have mistakenly modified the fields that cannot be modified, when you save the file, an error is reported, reminding you to edit the file again. For the fields that cannot be modified, see [the topology file](/tiup/tiup-dm-topology-reference.md). - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-enable.md b/tiup/tiup-component-dm-enable.md index c95e140d45b9d..4869f7ff18cbb 100644 --- a/tiup/tiup-component-dm-enable.md +++ b/tiup/tiup-component-dm-enable.md @@ -44,5 +44,3 @@ Prints the help information. ## Output the execution log of tiup-dm. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-help.md b/tiup/tiup-component-dm-help.md index 43ef7dadde728..b665d8bbbbf28 100644 --- a/tiup/tiup-component-dm-help.md +++ b/tiup/tiup-component-dm-help.md @@ -24,5 +24,3 @@ tiup dm help [command] [flags] ## Output The help information of `[command]` or `tiup-dm`. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-import.md b/tiup/tiup-component-dm-import.md index f8dc2debc6871..814c759691f8a 100644 --- a/tiup/tiup-component-dm-import.md +++ b/tiup/tiup-component-dm-import.md @@ -65,5 +65,3 @@ tiup dm import [flags] ## Outputs The log of the importing process. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-list.md b/tiup/tiup-component-dm-list.md index db1c21072582b..9c2f6d65c7c4c 100644 --- a/tiup/tiup-component-dm-list.md +++ b/tiup/tiup-component-dm-list.md @@ -34,5 +34,3 @@ A table consisting of the following fields: - `Version`: the cluster version. - `Path`: the path of the cluster deployment data on the control machine. - `PrivateKey`: the path of the private key to the cluster. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-patch.md b/tiup/tiup-component-dm-patch.md index 6d12d214187dc..46512ba2ffa50 100644 --- a/tiup/tiup-component-dm-patch.md +++ b/tiup/tiup-component-dm-patch.md @@ -200,5 +200,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 ``` - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-prune.md b/tiup/tiup-component-dm-prune.md index afcc21a254924..e2cfc028d737d 100644 --- a/tiup/tiup-component-dm-prune.md +++ b/tiup/tiup-component-dm-prune.md @@ -24,5 +24,3 @@ tiup dm prune [flags] ## Output The log of the cleanup process. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-reload.md b/tiup/tiup-component-dm-reload.md index ef63c760b3820..d2313953701ee 100644 --- a/tiup/tiup-component-dm-reload.md +++ b/tiup/tiup-component-dm-reload.md @@ -60,5 +60,3 @@ After you specify the `--skip-restart` option, it only refreshes the configurati ## Output The execution log of the tiup-dm. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-replay.md b/tiup/tiup-component-dm-replay.md index ed1cedeccc9e0..a5fc8b78a232e 100644 --- a/tiup/tiup-component-dm-replay.md +++ b/tiup/tiup-component-dm-replay.md @@ -24,5 +24,3 @@ Prints the help information. ## Output The output of the command corresponding to ``. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-restart.md b/tiup/tiup-component-dm-restart.md index c4f76e71a2a1f..d1b228a4e3ca0 100644 --- a/tiup/tiup-component-dm-restart.md +++ b/tiup/tiup-component-dm-restart.md @@ -50,5 +50,3 @@ tiup dm restart [flags] ## Outputs The log of the service restart process. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-scale-in.md b/tiup/tiup-component-dm-scale-in.md index 2e053e3e186cd..9b48cf03177be 100644 --- a/tiup/tiup-component-dm-scale-in.md +++ b/tiup/tiup-component-dm-scale-in.md @@ -38,5 +38,3 @@ tiup dm scale-in [flags] ## Output The log of scaling in. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-scale-out.md b/tiup/tiup-component-dm-scale-out.md index cb2cbff23d233..0a9c27cf9933a 100644 --- a/tiup/tiup-component-dm-scale-out.md +++ b/tiup/tiup-component-dm-scale-out.md @@ -46,5 +46,3 @@ tiup dm scale-out [flags] ## Output The log of scaling out. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-start.md b/tiup/tiup-component-dm-start.md index b3dd35854b2ba..06df1a607d81b 100644 --- a/tiup/tiup-component-dm-start.md +++ b/tiup/tiup-component-dm-start.md @@ -46,5 +46,3 @@ tiup dm start [flags] ## Output The log of starting the service. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-stop.md b/tiup/tiup-component-dm-stop.md index 16aab4446c59d..98d6763330089 100644 --- a/tiup/tiup-component-dm-stop.md +++ b/tiup/tiup-component-dm-stop.md @@ -50,5 +50,3 @@ tiup dm stop [flags] ## Output The log of stopping the service. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-template.md b/tiup/tiup-component-dm-template.md index 6a6d2c80de2f7..02db02f2f6158 100644 --- a/tiup/tiup-component-dm-template.md +++ b/tiup/tiup-component-dm-template.md @@ -35,5 +35,3 @@ Prints the help information. ## Output Outputs the topology template according to the specified options, which can be redirected to the topology file for deployment. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm-upgrade.md b/tiup/tiup-component-dm-upgrade.md index afbe62e517e00..14f34f1f43728 100644 --- a/tiup/tiup-component-dm-upgrade.md +++ b/tiup/tiup-component-dm-upgrade.md @@ -31,5 +31,3 @@ tiup dm upgrade [flags] ## Output Log of the service upgrade process. - -[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list) diff --git a/tiup/tiup-component-dm.md b/tiup/tiup-component-dm.md index f543de0c8fa7b..0a9e6aacb1c34 100644 --- a/tiup/tiup-component-dm.md +++ b/tiup/tiup-component-dm.md @@ -82,5 +82,3 @@ tiup dm [command] [flags] - [enable](/tiup/tiup-component-dm-enable.md): Enables the auto-enabling of the cluster service after a machine is restarted. - [disable](/tiup/tiup-component-dm-disable.md): Disables the auto-enabling of the cluster service after a machine is restarted. - [help](/tiup/tiup-component-dm-help.md): Prints help information. - -[<< Back to the previous page - TiUP Reference component list](/tiup/tiup-reference.md#component-list)