{% capture version %}{% version %}{% endcapture %}
Toggle navigation
marty.js
Guides
{% assign sections = site.guides | group_by:"section" %} {% for section_name in site.data.guides_section_order %}
{% capture section_url %}/guides/{{section_name | slugify}}/index.html{% endcapture %}
{{section_name}}
{% endfor %}
API
{% assign sections = site.api | group_by:"section" %} {% for section_name in site.data.api_section_order %}
{% capture section_url %}/api/{{section_name | slugify}}/index.html{% endcapture %}
{{section_name}}
{% endfor %}
Support
Developer Tools
{% assign latest_blog = site.posts | first %}
Blog
Github
{{ content }}