add support of dev docs to projects

add dev docs to some projects
This commit is contained in:
arcan1s
2014-07-30 19:32:13 +04:00
parent 3fb767e3cd
commit c054b4b712
279 changed files with 15326 additions and 43 deletions

View File

@ -34,8 +34,14 @@ layout: default
<p class="view">
{% if page.category == "ru" %}
<a href="https://github.com/arcan1s/{{ page.short }}/issues" title="Багтрекер">Сообщить о баге</a>
{% if page.hasdocs == true %}
<br><a href="/devs/{{ page.short }}/" title="Документация">Разработчикам</a>
{% endif %}
{% else %}
<a href="https://github.com/arcan1s/{{ page.short }}/issues" title="Bugtracker">Report a bug</a>
{% if page.hasdocs == true %}
<br><a href="/devs/{{ page.short }}/" title="Documentation">For developers</a>
{% endif %}
{% endif %}
</p>
</header>