spout/docs/_pages/guides.md
Adrien Loison c62177f0e4 Move documentation from gh-pages branch to 'docs' folder
To prepare the migration to 3.0, we need to change the location where the documentation is generated from.
Having a gh-pages branch makes it hard to synchronize the code and the docs. Having a "docs" folder in the repo itself simplifies this.
2019-05-22 09:45:45 +02:00

605 B

layout title permalink
page Guides /guides/

These guides focus on common and more advanced usages of {{ site.spout_html }}.
If you are just starting with {{ site.spout_html }}, check out the [Getting Started page]({{ site.github.url }}/getting-started/) and the [Documentation]({{ site.github.url }}/docs/) first.

{% assign pages=site.pages | sort: 'path' %}

    {% for page in pages %} {% if page.title and page.category contains 'guide' %}
  • {{ page.title }}
  • {% endif %} {% endfor %}