From 3ee205cfd84de490e89611ad4065e8f1a7e0b94e Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Fri, 13 Apr 2018 15:18:07 -0700 Subject: [PATCH] Fix CLI reference --- _data/toc.yaml | 5 ++--- reference/dtr/2.5/cli/index.md | 26 ++++++++++++-------------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 062aa8ebc4..4705c4c67c 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1333,9 +1333,8 @@ reference: title: backup - path: /reference/dtr/2.5/cli/destroy/ title: destroy - - title: Emergency repair - path: /reference/dtr/2.5/cli/emergency-repair/ - title: Emergency repair + - path: /reference/dtr/2.5/cli/emergency-repair/ + title: emergency-repair - path: /reference/dtr/2.5/cli/install/ title: install - path: /reference/dtr/2.5/cli/join/ diff --git a/reference/dtr/2.5/cli/index.md b/reference/dtr/2.5/cli/index.md index 0f2d94da67..f13629c2a0 100644 --- a/reference/dtr/2.5/cli/index.md +++ b/reference/dtr/2.5/cli/index.md @@ -22,17 +22,15 @@ docker run -it --rm docker/dtr \ ## Commands -| Option | Description | -|:------------------------------------------|:---------------------------| -|[install](install)| Install Docker Trusted Registry | -|[join](join)| Add a new replica to an existing DTR cluster | -|[reconfigure](reconfigure)| Change DTR configurations | -|[remove](remove)| Remove a DTR replica from a cluster | -|[destroy](destroy)| Destroy a DTR replica's data | -|[restore](restore)| Install and restore DTR from an existing backup | -|[backup](backup)| Create a backup of DTR | -|[upgrade](upgrade)| Upgrade DTR 2.4.x cluster to this version | -|[dumpcerts](dumpcerts)| Print the TLS certificates used by DTR | -|[images](images)| List all the images necessary to install DTR | -|[emergency-repair](emergency-repair)| Recover DTR from loss of quorum | - +| Option | Description | +|:-------------------------------------|:------------------------------------------------| +| [install](install) | Install Docker Trusted Registry | +| [join](join) | Add a new replica to an existing DTR cluster | +| [reconfigure](reconfigure) | Change DTR configurations | +| [remove](remove) | Remove a DTR replica from a cluster | +| [destroy](destroy) | Destroy a DTR replica's data | +| [restore](restore) | Install and restore DTR from an existing backup | +| [backup](backup) | Create a backup of DTR | +| [upgrade](upgrade) | Upgrade DTR 2.4.x cluster to this version | +| [images](images) | List all the images necessary to install DTR | +| [emergency-repair](emergency-repair) | Recover DTR from loss of quorum |