diff --git a/_data/toc.yaml b/_data/toc.yaml index 6a9b5d8e35..1ee07e6ad9 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1308,7 +1308,7 @@ manuals: nosync: true - sectiontitle: Docker Cluster section: - - path: /cluster/overview/ + - path: /cluster/ title: Overview - path: /cluster/aws/ title: Docker Cluster on AWS diff --git a/cluster/aws.md b/cluster/aws.md index 856f3915a6..9bae3c8501 100644 --- a/cluster/aws.md +++ b/cluster/aws.md @@ -399,4 +399,4 @@ All provisioned resources are destroyed and the context for the cluster is remov - View the quick start guide for [Azure](azure.md) or [vSphere](vsphere.md) - [Explore the full list of Cluster commands](/engine/reference/commandline/cluster/) -- [Cluster configuration file reference](./cluster-file/index.md) +- [Cluster configuration file reference](./cluster-file.md) diff --git a/cluster/cluster-file/index.md b/cluster/cluster-file.md similarity index 100% rename from cluster/cluster-file/index.md rename to cluster/cluster-file.md diff --git a/cluster/overview.md b/cluster/index.md similarity index 93% rename from cluster/overview.md rename to cluster/index.md index 95a819fa33..ec2413b796 100644 --- a/cluster/overview.md +++ b/cluster/index.md @@ -46,7 +46,7 @@ resource: {% endraw %} For more information about Cluster files, refer to the -[Cluster file reference](cluster-file/index.md). +[Cluster file reference](cluster-file.md). Docker Cluster has commands for managing the whole lifecycle of your cluster: @@ -60,5 +60,5 @@ Docker Cluster has commands for managing the whole lifecycle of your cluster: - [Get started with Docker Cluster on AWS](aws.md) - [Command line reference](/engine/reference/commandline/cluster/) -- [Cluster file reference](./cluster-file/index.md) +- [Cluster file reference](./cluster-file.md) diff --git a/ee/release-notes.md b/ee/release-notes.md index 32edbceaf6..ac8fdf19b4 100644 --- a/ee/release-notes.md +++ b/ee/release-notes.md @@ -20,7 +20,7 @@ keywords: engine enterprise, ucp, dtr, desktop enterprise, whats new, release no | [Docker App (Experimental)](/app/working-with-app/) |CLI | 0.8.0 | | [Docker Assemble (Experimental)](/assemble/install/) | CLI | 0.36.0 | | [Docker Buildx (Experimental)](/buildx/working-with-buildx/)| CLI | 0.2.2 | -| [Docker Cluster](/cluster/overview/) | CLI | 1.0.0 | +| [Docker Cluster](/cluster/) | CLI | 1.0.0 | | [Docker Template CLI (Experimental)](/app-template/working-with-template/) | CLI | 0.1.4 |