mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add "Additional Resources" subsection in devel-docs (thanks @cbeams @harding @instagibbs)
This commit is contained in:
parent
c1d2ff108c
commit
e7b238d35e
5 changed files with 54 additions and 12 deletions
|
@ -11,17 +11,16 @@ id: development
|
|||
|
||||
<h2>{% translate spec %}</h2>
|
||||
<p>{% translate spectxt %}</p>
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'hu' or 'id' or 'it' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'ru' or 'sv' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||
<ul>
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'hu' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||
<li>{% translate speclinkguide development en %}</li>
|
||||
{% else %}
|
||||
<li>{% translate speclinkguide %}</li>
|
||||
{% endcase %}
|
||||
<li><a href="/en/developer-documentation">Developer Documentation</a></li>
|
||||
<li>{% translate speclink1 %}</li>
|
||||
<li>{% translate speclink2 %}</li>
|
||||
<li>{% translate speclink3 %}</li>
|
||||
</ul>
|
||||
{% else %}
|
||||
{% endcase %}
|
||||
|
||||
<h2>{% translate coredev %}</h2>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue