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 @@ +
+
+
+ {% for plugin in site.plugin-list %} +
+
+
+ {% if plugin.link.size > 0 %} +
{{ plugin.title }}
+ {% else %} +
{{ plugin.title }}
+ {% endif %} +

{{ plugin.content }}

+ {% if plugin.object-storage %} + + {% else %} + + {% endif %} + {% if plugin.volumesnapshotter %} + + {% else %} + + {% endif %} + {% if plugin.local-storage %} + + {% endif %} +
+
+
+ {% if limit > 0 and forloop.index >= limit %} + {% break %} + {% endif %} + {% assign row = forloop.index | modulo: 3 %} + {% if row == 0 %} +
+
+ {% endif %} + {% endfor %} +
+
+
diff --git a/site/_includes/site-header.html b/site/_includes/site-header.html index fa9a611ca..7f10baf59 100644 --- a/site/_includes/site-header.html +++ b/site/_includes/site-header.html @@ -6,10 +6,10 @@