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