Doxygen doc

- Remove from Additional resources section
 - Add link in header under Documentation
This commit is contained in:
thephez 2018-01-03 10:52:30 -05:00
parent 57f1017b5e
commit 34dd493434
2 changed files with 1 additions and 1 deletions

View file

@ -13,6 +13,7 @@ http://opensource.org/licenses/MIT.
{% if page.lang == 'en' %}<li{% if page.id == 'developer-reference' %} class="active"{% endif %}><a href="/en/developer-reference">Reference</a></li>{% endif %}
{% if page.lang == 'en' %}<li{% if page.id == 'developer-examples' %} class="active"{% endif %}><a href="/en/developer-examples">Examples</a></li>{% endif %}
{% if page.lang == 'en' %}<li{% if page.id == 'developer-glossary' %} class="active"{% endif %}><a href="/en/developer-glossary">Glossary</a></li>{% endif %}
{% if page.lang == 'en' %}<li{% if page.id == 'developer-source-code' %} class="active"{% endif %}><a href="/en/doxygen/html/index.html">Source Code</a></li>{% endif %}
<!--
<li{% if page.id == 'getting-started' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate getting-started url %}">{% translate menu-getting-started layout %}</a></li>