-
{% for page in site.pages %}
{% if page.title contains "MATCH_RECOGNIZE" %}
- {{ page.title | escape }} {% endif %} {% endfor %}
-
{% for page in site.pages %}
{% if page.title contains "ASOF" %}
- {{ page.title | escape }} {% endif %} {% endfor %}
-
{% for page in site.pages %}
{% if page.title contains "Skyline" %}
- {{ page.title | escape }} {% endif %} {% endfor %}
-
{% for page in site.pages %}
{% if page.title contains "PIVOT" %}
- {{ page.title | escape }} {% endif %} {% endfor %}
-
{% for page in site.pages %}
{% if (page.title contains "Sessionization" or page.title contains "conditional_true_event" or page.title contains "Conditional True Event") %}
- {{ page.title | escape }} {% endif %} {% endfor %}
-
{% for page in site.pages %}
{% if (page.title contains "Conditional Change Event") or page.title contains "conditional_change_event") %}
- {{ page.title | escape }} {% endif %} {% endfor %}
-
{% for page in site.pages %}
{% if page.title contains "RATIO_TO_REPORT" %}
- {{ page.title | escape }} {% endif %} {% endfor %}
-
{% for page in site.pages %}
{% if page.title contains "JSON" %}
- {{ page.title | escape }} {% endif %} {% endfor %}