layout | title |
---|---|
page |
Search Tutorials |
{% icon search %}
<script>
var tutorials = { {% for topic in site.data %}
{% if topic[1].type == 'use' or topic[1].type == 'admin-dev' or topic[1].type == 'basics' %}
{% assign topic_material = site.pages | topic_filter:topic[0] %}
{% assign topic_title = topic[1].title %}
{% for tutorial in topic_material %}
{% capture result_entry %}
{{tutorial.description}}
{% if tutorial.tags %}{% for tag in tutorial.tags %}
{{ tag }} {% endfor %} {% endif %}{% include _includes/contributor-badge-list.html contributors=tutorial.contributors %}
View Tutorial