Revert "Move cluster-capabilities-table to a headless bundle and include it as a page instead of reading the file"

This reverts commit 0ebb806516.
This commit is contained in:
Catherine Luse
2020-07-07 22:00:38 -07:00
parent 0ebb806516
commit 1787e3c0a5
7 changed files with 4 additions and 12 deletions
@@ -23,7 +23,7 @@ Alternatively, you can switch between projects and clusters directly in the navi
After clusters have been [provisioned into Rancher]({{<baseurl>}}/rancher/v2.x/en/cluster-provisioning/), [cluster owners]({{<baseurl>}}/rancher/v2.x/en/admin-settings/rbac/cluster-project-roles/#cluster-roles) will need to manage these clusters. There are many different options of how to manage your cluster.
{{% include file="/rancher/v2.x/en/includes/cluster-capabilities-table.md" %}}
{{% readfile file="/rancher/v2.x/en/cluster-admin/cluster-capabilities-table.md" markdown="true" %}}
## Configuring Tools
@@ -12,7 +12,7 @@ The options and settings available for an existing cluster change based on the m
The following table summarizes the options and settings available for each cluster type:
{{% include file="/rancher/v2.x/en/includes/cluster-capabilities-table.md" %}}
{{% readfile file="/rancher/v2.x/en/cluster-admin/cluster-capabilities-table.md" markdown="true" %}}
## Editing Cluster Membership
@@ -28,7 +28,7 @@ This section covers the following topics:
The following table summarizes the options and settings available for each cluster type:
{{% include file="/rancher/v2.x/en/includes/cluster-capabilities-table.md" %}}
{{% readfile file="/rancher/v2.x/en/cluster-admin/cluster-capabilities-table.md" markdown="true" %}}
# Setting up Clusters in a Hosted Kubernetes Provider
@@ -1,3 +0,0 @@
---
headless: true
---
+1 -1
View File
@@ -60,4 +60,4 @@ After a cluster is created with Rancher, a cluster administrator can manage clus
The following table summarizes the options and settings available for each cluster type:
{{% include file="/rancher/v2.x/en/includes/cluster-capabilities-table.md" %}}
{{% readfile file="/rancher/v2.x/en/cluster-admin/cluster-capabilities-table.md" markdown="true" %}}
-5
View File
@@ -1,5 +0,0 @@
{{$file := .Get "file"}}
{{- with .Site.GetPage $file -}}
{{- .Content | markdownify -}}
{{- end -}}