From 213a1891c7989dcc7135d06d198708d044ec2bfc Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 12 Jun 2019 15:06:02 +0200 Subject: [PATCH] Update TOC and change "overview" to "index" This changes the index page URL for cluster to `/cluster/` instead of `/cluster/overview/`, which makes URL navigation more fitting the expectations. Note that there's still issues to resolve; because we're adding links to the *same* "reference" pages and "environment variables" in multiple locations in the navigation tree, the navigation marks all occurrences as "active". Which means that browsing the Docker CLI reference, and going to the "cluster" section, will make the navigation jump to the "Deploy Docker Enterprise" section. Signed-off-by: Sebastiaan van Stijn --- _data/toc.yaml | 2 +- cluster/aws.md | 2 +- cluster/{cluster-file/index.md => cluster-file.md} | 0 cluster/{overview.md => index.md} | 4 ++-- ee/release-notes.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename cluster/{cluster-file/index.md => cluster-file.md} (100%) rename cluster/{overview.md => index.md} (93%) 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 |