{% if jekyll.environment == 'production' %}
Redirecting to
https://aws-amplify.github.io/amplify-js/media/quick_start
{% else %} {% include site-head.html %} {% include docs-header.html %}
{% if site.category_list %} {% for category in site.category_list %} {% for item in category.subs %} {% if page.url contains item.url %} {% assign isPageInCategories = true %} {% endif %} {% endfor %} {% endfor %} {% endif %}
Version
1.x.x (Stable release)
{% if site.examples %}
Examples
{% for item in site.examples %} {% if page.url contains item.url %}
{% else %}
{{ item.title }}
{% endif %} {% endfor %}
{% endif %}
{{ content }}
{% endif %}