From f91f8f85973e5ecac6c15663182d3a75682a0004 Mon Sep 17 00:00:00 2001 From: joshrosso Date: Mon, 20 Sep 2021 05:59:58 -0600 Subject: [PATCH] Remove duplicate TOCs (#1832) This removes the TOC's that were put at the header of some docs. This is not needed because the TOC is generated in the right nav bar. Signed-off-by: joshrosso --- docs/site/content/docs/latest/ref-azure.md | 7 ++----- docs/site/content/docs/latest/workload-clusters.md | 7 ------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/site/content/docs/latest/ref-azure.md b/docs/site/content/docs/latest/ref-azure.md index b475d5d6e3..ecd56bedb0 100644 --- a/docs/site/content/docs/latest/ref-azure.md +++ b/docs/site/content/docs/latest/ref-azure.md @@ -1,10 +1,7 @@ # Reference for Azure account -If you encounter issues deploying a cluster to Azure, review the following troubleshooting and reference content: - -[Network Security Groups on Azure](ref-azure/#a-idnsgsa-network-security-groups-on-azure) - -[Microsoft Azure account](ref-azure/#microsoft-azure-account) +If you encounter issues deploying a cluster to Azure, review the following +troubleshooting and reference content. ## Network Security Groups on Azure {#nsgs} diff --git a/docs/site/content/docs/latest/workload-clusters.md b/docs/site/content/docs/latest/workload-clusters.md index 0813eea336..cdf2216f79 100644 --- a/docs/site/content/docs/latest/workload-clusters.md +++ b/docs/site/content/docs/latest/workload-clusters.md @@ -8,13 +8,6 @@ Tanzu Community Edition automatically deploys clusters from whichever management To deploy a workload cluster, you create a configuration file. You then run the `tanzu cluster create` command, specifying the configuration file in the `--file` option. To see an example of a workload cluster configuration file template, see [Amazon EC2 Workload Cluster Template](../aws-wl-template), [Azure Workload Cluster Template](../azure-wl-template), or [vSphere Workload Cluster Template](../vsphere-wl-template). -This topic describes: - -* [Deploying a Workload cluster](#procedure) -* [Viewing a Workload cluster](#view) -* [Set the Kubectl Context to the Workload Cluster](#context) -* [Deploying a Workload Cluster from a Saved Manifest File](#manifest) - For specific configuration parameters, see: * [Amazon EC2 Workload Cluster Template](aws-wl-template)