From fb28974655da729c8399c677398ea1a9fd98b85c Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Tue, 15 May 2018 18:33:54 -0700 Subject: [PATCH] deleted redundant placeholder --- content/rancher/v2.x/en/concepts/storage/_index.md | 14 -------------- .../{volumes => volumes-and-storage}/_index.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 content/rancher/v2.x/en/concepts/storage/_index.md rename content/rancher/v2.x/en/concepts/{volumes => volumes-and-storage}/_index.md (98%) diff --git a/content/rancher/v2.x/en/concepts/storage/_index.md b/content/rancher/v2.x/en/concepts/storage/_index.md deleted file mode 100644 index 32f2edbe2fa..00000000000 --- a/content/rancher/v2.x/en/concepts/storage/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Storage -weight: 2125 -draft: true ---- -Coming Soon - -## Persistent Volumes - -Coming Soon - -## Storage Classes - -Coming Soon diff --git a/content/rancher/v2.x/en/concepts/volumes/_index.md b/content/rancher/v2.x/en/concepts/volumes-and-storage/_index.md similarity index 98% rename from content/rancher/v2.x/en/concepts/volumes/_index.md rename to content/rancher/v2.x/en/concepts/volumes-and-storage/_index.md index 697a37a4463..656ee73bcdb 100644 --- a/content/rancher/v2.x/en/concepts/volumes/_index.md +++ b/content/rancher/v2.x/en/concepts/volumes-and-storage/_index.md @@ -1,5 +1,5 @@ --- -title: Volumes +title: Volumes and Storage weight: 2225 --- There are two ways to create volumes on Kubernetes: Persistent Volumes (PVs) and Storage Classes.