Skip to content

Commit

Permalink
feat(electron): Add a link to the side menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Mar 13, 2018
1 parent 3989402 commit 5eb3ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions design/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ <h3>{{ page_link('clients/index', 'Platforms') }}</h3>
<li>{{ page_link('clients/node/integrations/sails', 'Sails') }}</li>
</ul>
</li>
<li{% if pagename.startswith('clients/electron/') %} class="active"{% endif %}>
{{ page_link('clients/electron/index', 'Electron') }}
</li>
<li>{{ page_link('clients/perl/index', 'Perl') }}</li>
<li{% if pagename.startswith('clients/php/') %} class="active"{% endif %}>
{{ page_link('clients/php/index', 'PHP') }}
Expand Down

0 comments on commit 5eb3ed9

Please sign in to comment.