diff --git a/site/_config.yml b/site/_config.yml
index fb11ce2de..73fe74925 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -155,6 +155,7 @@ page_gen:
collections:
- contributors
- casestudies
+ - plugin-list
versioning: true
latest: v1.2.0
diff --git a/site/_includes/plugins.html b/site/_includes/plugins.html
new file mode 100644
index 000000000..bb8b42ed7
--- /dev/null
+++ b/site/_includes/plugins.html
@@ -0,0 +1,41 @@
+
diff --git a/site/_plugin-list/01-alibaba-cloud.md b/site/_plugin-list/01-alibaba-cloud.md
new file mode 100644
index 000000000..b172af1a7
--- /dev/null
+++ b/site/_plugin-list/01-alibaba-cloud.md
@@ -0,0 +1,7 @@
+---
+title: Alibaba Cloud
+link: https://github.com/AliyunContainerService/velero-plugin
+object-storage: true
+volumesnapshotter: true
+---
+Used for backup and restore on Alibaba Cloud through Velero. You need to install and configure velero and the velero-plugin for alibabacloud.
diff --git a/site/_plugin-list/01-digitalocean.md b/site/_plugin-list/01-digitalocean.md
new file mode 100644
index 000000000..04ad09aee
--- /dev/null
+++ b/site/_plugin-list/01-digitalocean.md
@@ -0,0 +1,7 @@
+---
+title: DigitalOcean
+link: https://github.com/digitalocean/velero-plugin
+object-storage: true
+volumesnapshotter: true
+---
+DigitalOcean Block Storage provider plugin for Velero. The plugin is designed to create filesystem snapshots of Block Storage backed PersistentVolumes that are used in a Kubernetes cluster running on DigitalOcean.
diff --git a/site/_plugin-list/01-hpe-storage.md b/site/_plugin-list/01-hpe-storage.md
new file mode 100644
index 000000000..df3e72cf8
--- /dev/null
+++ b/site/_plugin-list/01-hpe-storage.md
@@ -0,0 +1,7 @@
+---
+title: HPE Storage
+link: https://github.com/hpe-storage/velero-plugin
+object-storage: false
+volumesnapshotter: true
+---
+HPE storage plugin for Velero. To take snapshots of HPE volumes through Velero you need to install and configure the HPE Snapshotter plugin.
diff --git a/site/_plugin-list/01-openebs.md b/site/_plugin-list/01-openebs.md
new file mode 100644
index 000000000..6a624a824
--- /dev/null
+++ b/site/_plugin-list/01-openebs.md
@@ -0,0 +1,7 @@
+---
+title: OpenEBS
+link: https://github.com/openebs/velero-plugin
+object-storage: false
+volumesnapshotter: true
+---
+To do backup/restore of OpenEBS CStor volumes through Velero utility, you need to install and configure OpenEBS velero-plugin.
diff --git a/site/_plugin-list/01-openshift.md b/site/_plugin-list/01-openshift.md
new file mode 100644
index 000000000..267048fc2
--- /dev/null
+++ b/site/_plugin-list/01-openshift.md
@@ -0,0 +1,7 @@
+---
+title: OpenShift
+link: https://github.com/fusor/openshift-velero-plugin
+object-storage: true
+volumesnapshotter: false
+---
+General Velero plugin for backup and restore of OpenShift workloads.
diff --git a/site/_plugin-list/01-portworx.md b/site/_plugin-list/01-portworx.md
new file mode 100644
index 000000000..b8874fa1f
--- /dev/null
+++ b/site/_plugin-list/01-portworx.md
@@ -0,0 +1,8 @@
+---
+title: Portworx
+link: https://github.com/portworx/velero-plugin
+object-storage: false
+volumesnapshotter: true
+local-storage: true
+---
+To take snapshots of Portworx volumes through Velero you need to install and configure the Portworx plugin.
diff --git a/site/_plugin-list/05-amazon-web-services.md b/site/_plugin-list/05-amazon-web-services.md
new file mode 100644
index 000000000..6014648cb
--- /dev/null
+++ b/site/_plugin-list/05-amazon-web-services.md
@@ -0,0 +1,7 @@
+---
+title: Amazon Web Services (AWS)
+link: https://github.com/vmware-tanzu/velero-plugin-for-aws
+object-storage: true
+volumesnapshotter: true
+---
+This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Amazon Web Services.
diff --git a/site/_plugin-list/05-container-storage-interface.md b/site/_plugin-list/05-container-storage-interface.md
new file mode 100644
index 000000000..b4ceaa0a1
--- /dev/null
+++ b/site/_plugin-list/05-container-storage-interface.md
@@ -0,0 +1,8 @@
+---
+title: Container Storage Interface (CSI)
+link: https://github.com/vmware-tanzu/velero-plugin-for-csi
+object-storage: false
+volumesnapshotter: true
+local-storage: true
+---
+This repository contains alpha plugins for CSI snapshotting via Velero. These plugins are considered experimental and should _not_ be relied upon for production use.
diff --git a/site/_plugin-list/05-google-cloud-platform.md b/site/_plugin-list/05-google-cloud-platform.md
new file mode 100644
index 000000000..75738e5e3
--- /dev/null
+++ b/site/_plugin-list/05-google-cloud-platform.md
@@ -0,0 +1,7 @@
+---
+title: Google Cloud Platform (GCP)
+link: https://github.com/vmware-tanzu/velero-plugin-for-gcp
+object-storage: true
+volumesnapshotter: true
+---
+This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Google Cloud Platform.
diff --git a/site/_plugin-list/05-microsoft-azure.md b/site/_plugin-list/05-microsoft-azure.md
new file mode 100644
index 000000000..cc3de8cab
--- /dev/null
+++ b/site/_plugin-list/05-microsoft-azure.md
@@ -0,0 +1,7 @@
+---
+title: Microsoft Azure
+link: https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
+object-storage: true
+volumesnapshotter: true
+---
+This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Microsoft Azure.
diff --git a/site/_plugin-list/05-vsphere.md b/site/_plugin-list/05-vsphere.md
new file mode 100644
index 000000000..eba69fc2f
--- /dev/null
+++ b/site/_plugin-list/05-vsphere.md
@@ -0,0 +1,8 @@
+---
+title: VMware vSphere
+link: https://github.com/vmware-tanzu/velero-plugin-for-vsphere
+object-storage: false
+volumesnapshotter: true
+local-storage: true
+---
+This repository contains a volume snapshotter plugin to support running Velero on VMware vSphere.
diff --git a/site/plugins.md b/site/plugins.md
new file mode 100644
index 000000000..bea10dc36
--- /dev/null
+++ b/site/plugins.md
@@ -0,0 +1,20 @@
+---
+layout: page
+title: Plugins
+description: Velero Plugins
+id: plugins
+---
+
+Velero uses storage provider plugins to integrate with a variety of storage systems to support backup and snapshot operations.
+
+Read more about how to use and create plugins [in our docs][1], a detailed list of [supported providers][2], and check out our [plugin-example repo][3].
+
+
+
+ {% include plugins.html %}
+
+
+
+[1]: https://velero.io/docs
+[2]: https://velero.io/docs/master/supported-providers/
+[3]: https://github.com/vmware-tanzu/velero-plugin-example