mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Examples - enable navigation to updated example pages
This commit is contained in:
parent
c641d42118
commit
f7bdc933c9
2 changed files with 4 additions and 3 deletions
|
@ -17,6 +17,7 @@ http://opensource.org/licenses/MIT.
|
|||
-->
|
||||
{% if page.lang == 'en' %}<li{% if page.id == 'developer-guide' %} class="active"{% endif %}><a href="/en/developer-guide">Guide</a></li>{% endif %}
|
||||
{% 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 %}
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue