{% seo %}
{% if site.amwa_id == "SPECS" %}
Advanced Media Workflow Association
{% else %}
Networked Media Open Specifications
{% endif %}
{% if site.default_tree == "branches/main" %}
HOME
{% endif %} {% if site.data.docs %} {% include docs_menu.html %} {% endif %} {% if site.data.apis %} {% include apis_menu.html %} {% endif %} {% if site.data.examples %} {% include examples_menu.html %} {% endif %} {% if site.data.branches or site.data.releases %} {% include versions_menu.html %} {% endif %} {% if site.data.specs %} {% include spec_menu.html menu_name="IS" menu_title="Interface Specifications" filter_id="IS-" %} {% include spec_menu.html menu_name="BCP" menu_title="Best Common Practices" filter_id="BCP-" %} {% include spec_menu.html menu_name="MS" menu_title="Data Model Specifications" filter_id="MS-" %} {% include spec_menu.html menu_name="INFO" menu_title="Informative Documents" filter_id="INFO-" %} {% endif %} {% if site.data.registers %} {% include registers_menu.html %} {% endif %} {% if site.amwa_id == "SPECS" %}
NMOS
AS-11
{% else %}
DEVEL
Developer Links
GitHub Repo
API Testing Tool
CI Dashboard
{% endif %}
SEARCH
{% unless site.default_tree == "branches/main" %}
{% assign dirlist = page.url | split: "/" %} {% assign nlinks = dirlist.size | minus: 2 | at_most: 4 %} {% assign link = site.baseurl | append: "/" %}
{{ site.amwa_id }}
➤ {% for i in (1..nlinks) %} {% assign link = link | append: dirlist[i] | append: "/" %}
{{ dirlist[i] }}
➤ {% endfor %} {% if dirlist.size > 2 %} {% if dirlist[1] == "branches" %}
Viewing live branch. Click here for list of published releases.
{% elsif dirlist[1] == "releases" %} {% assign this_tree = dirlist[2] | prepend: "releases/" %} {% if this_tree != site.default_tree %}
Viewing old release. Click here for list of published releases.
{% endif %} {% endif %} {% endif %}
{% endunless %}
{{ content }}
{% if site.google_analytics %} {% endif %}