UNPKG

snips-sam

Version:

The Snips Assistant Manager

13 lines (12 loc) 742 B
{% assign links = "introduction|installation|setup|hardware-configuration|deploy-an-assistant|view-logs|the-snipsfile|create-a-custom-assistant|add-a-skill|testing-locally" | split: "|" %} {% assign titles = "Introduction|Installation|Set up|Hardware configuration|Deploy an assistant|View logs|The Snipsfile|Create a custom assistant|Add a skill|Testing locally" | split: "|" %} <aside class="menu"> <ul class="menu-list"> {% for link in links %} {% capture permalink %}/getting-started/{{link}}/{% endcapture %} <li> <a {% if page.permalink==permalink %}class="is-active" {% endif %} href="{{site.baseurl}}{{permalink}}">{{ titles[forloop.index0] }}</a> </li> {% endfor %} </ul> </aside>