{% include head.html %}
{% include header.html %}
{% if page.site_section == 'developer-guide' %}
Introduction
Modules documentation
TUTORIAL Quick start
How to pick your build method
TUTORIAL The Build Service
TUTORIAL Manual build process
How to initialise modules
Core vs Enhanced experience guide
Module versioning
Using the Polyfill Service
Services documentation
General best practices
{% endif %} {% if page.site_section == 'about-origami' %}
Component specification
{% if page.section == 'Component spec' %}
Modules
Web services
{% endif %}
Syntax standards
{% if page.section == 'Syntax' %}
JavaScript
HTML
SCSS
Mustache
origami.json
Design Guidelines
Web service description
Web service index
Metrics
{% endif %}
Setting up background linters
Third party component A List
{% endif %}
{{ content }}
{% include footer.html %}