Skip to content

Commit

Permalink
tiup: remove the manual links for returning to the previous page (#20127
Browse files Browse the repository at this point in the history
)
  • Loading branch information
qiancai authored Jan 23, 2025
1 parent bde11a8 commit 2f79084
Show file tree
Hide file tree
Showing 71 changed files with 0 additions and 142 deletions.
2 changes: 0 additions & 2 deletions tiup/tiup-command-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ tiup mirror clone <target-dir> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-genkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ tiup mirror grant <id> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ tiup mirror init <path> [flags]
- If the command is executed successfully, there is no output.
- If the specified `<path>` is not empty, TiUP reports the error `Error: the target path '%s' is not an empty directory`.
- If the specified `<path>` 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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-rotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror-sign.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-mirror.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ tiup uninstall <component1>:<version> [component2...N] [flags]

- If the command exits without any error, `Uninstalled component "%s" successfully!` is output.
- If neither `<version>` 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)
2 changes: 0 additions & 2 deletions tiup/tiup-command-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-audit-cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ tiup cluster clean <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ tiup cluster deploy <cluster-name> <version> <topology.yaml> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ tiup cluster destroy <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ tiup cluster disable <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-display.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-edit-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ tiup cluster edit-config <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ tiup cluster enable <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-meta-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-meta-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ tiup cluster meta restore <cluster-name> <backup-file> [flags]
## Output

The execution logs of tiup-cluster.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-prune.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ tiup cluster prune <cluster-name> [flags]
## Output

The log of the cleanup process.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ tiup cluster rename <old-cluster-name> <new-cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-replay.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ Prints the help information.
## Output

The output of the command corresponding to `<audit-id>`.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ tiup cluster restart <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-scale-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ tiup cluster scale-in <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-scale-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ tiup cluster scale-out <cluster-name> <topology.yaml> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ tiup cluster stop <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ tiup cluster upgrade <cluster-name> <version> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ tiup dm deploy <cluster-name> <version> <topology.yaml> [flags]
## Output

The deployment log.

[<< Back to the previous page - TiUP DM command list](/tiup/tiup-component-dm.md#command-list)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ tiup dm destroy <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-display.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ tiup dm display <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-edit-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ tiup dm edit-config <cluster-name> [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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions tiup/tiup-component-dm-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading

0 comments on commit 2f79084

Please sign in to comment.