From 5caa97f335aacb67997aa543e5fed90a75ab4b10 Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Thu, 10 Sep 2020 12:04:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20=20Fixing=20typos=20and=20markdo?= =?UTF-8?q?wn=20formatting=20(#2917)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 📖 fix typo in resource-filtering page Signed-off-by: Ashish Amarnath * 📖 fix markdown formatting Signed-off-by: Ashish Amarnath --- site/content/docs/main/resource-filtering.md | 4 ++-- site/content/docs/v1.4/csi.md | 2 +- site/content/docs/v1.4/resource-filtering.md | 4 ++-- site/content/docs/v1.5.0-rc.1/resource-filtering.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/site/content/docs/main/resource-filtering.md b/site/content/docs/main/resource-filtering.md index 4f0ca3e29..6c1470e04 100644 --- a/site/content/docs/main/resource-filtering.md +++ b/site/content/docs/main/resource-filtering.md @@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include * Restore two namespaces and their objects. ```bash - velero restore create --include-namespaces , + velero restore create --include-namespaces , ``` ### --include-resources @@ -107,7 +107,7 @@ Wildcard excludes are ignored. * Exclude two namespaces during a restore. ```bash - velero restore create --exclude-namespaces , + velero restore create --exclude-namespaces , ``` ### --exclude-resources diff --git a/site/content/docs/v1.4/csi.md b/site/content/docs/v1.4/csi.md index 95c77a023..147f4b581 100644 --- a/site/content/docs/v1.4/csi.md +++ b/site/content/docs/v1.4/csi.md @@ -9,7 +9,7 @@ Integrating Container Storage Interface (CSI) snapshot support into Velero enabl By supporting CSI snapshot APIs, Velero can support any volume provider that has a CSI driver, without requiring a Velero-specific plugin to be available. -# #Prerequisites +## Prerequisites The following are the prerequisites for using Velero to take Container Storage Interface (CSI) snapshots: diff --git a/site/content/docs/v1.4/resource-filtering.md b/site/content/docs/v1.4/resource-filtering.md index 4f0ca3e29..6c1470e04 100644 --- a/site/content/docs/v1.4/resource-filtering.md +++ b/site/content/docs/v1.4/resource-filtering.md @@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include * Restore two namespaces and their objects. ```bash - velero restore create --include-namespaces , + velero restore create --include-namespaces , ``` ### --include-resources @@ -107,7 +107,7 @@ Wildcard excludes are ignored. * Exclude two namespaces during a restore. ```bash - velero restore create --exclude-namespaces , + velero restore create --exclude-namespaces , ``` ### --exclude-resources diff --git a/site/content/docs/v1.5.0-rc.1/resource-filtering.md b/site/content/docs/v1.5.0-rc.1/resource-filtering.md index 4f0ca3e29..6c1470e04 100644 --- a/site/content/docs/v1.5.0-rc.1/resource-filtering.md +++ b/site/content/docs/v1.5.0-rc.1/resource-filtering.md @@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include * Restore two namespaces and their objects. ```bash - velero restore create --include-namespaces , + velero restore create --include-namespaces , ``` ### --include-resources @@ -107,7 +107,7 @@ Wildcard excludes are ignored. * Exclude two namespaces during a restore. ```bash - velero restore create --exclude-namespaces , + velero restore create --exclude-namespaces , ``` ### --exclude-resources