From 1ded0d6a4eefb7daca62c44e4e735aec200f0b6f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 11 Feb 2019 11:15:34 -0800 Subject: Release v4.3.0 (#28228) * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map --- site/docs/4.3/examples/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 site/docs/4.3/examples/index.html (limited to 'site/docs/4.3/examples/index.html') diff --git a/site/docs/4.3/examples/index.html b/site/docs/4.3/examples/index.html new file mode 100644 index 000000000..965c27564 --- /dev/null +++ b/site/docs/4.3/examples/index.html @@ -0,0 +1,24 @@ +--- +layout: simple +title: Examples +description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. +redirect_from: "/examples/" +--- + +{% for entry in site.data.examples %} +

{{ entry.category | capitalize }}

+

{{ entry.description }}

+ {% for example in entry.examples %} + {% if forloop.first %}
{% endif %} +
+ + {{ example.name }} screenshot +
{{ example.name }}
+
+

{{ example.description }}

+
+ {% if forloop.last %}
{% endif %} + {% endfor %} +{% endfor %} -- cgit v1.2.3