33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<!--
|
|
|
|
Copyright (c) 2012-2016 Codenvy, S.A.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
Contributors:
|
|
Codenvy, S.A. - initial API and implementation
|
|
|
|
-->
|
|
<ul>
|
|
<li class="{% if page.overview == true %}current{% endif %}">
|
|
<a href="{{ base }}/docs/index.html">Home</a>
|
|
</li>
|
|
<li class="{% if page.url contains '/docs/' and page.overview == null %}current{% endif %}">
|
|
<a href="{{ base }}/docs/setup/intro/index.html">Docs</a>
|
|
</li>
|
|
<li class="{% if page.url contains '/tutorials/' %}current{% endif %}">
|
|
<a href="{{ base }}/tutorials/multi-machine/index.html">Tutorials</a>
|
|
</li>
|
|
<li class="{% if page.url contains '/artik/' %}current{% endif %}">
|
|
<a href="{{ base }}/artik/start-windows/index.html">Artik</a>
|
|
</li>
|
|
<li class="{% if page.url contains '/openshift/' %}current{% endif %}">
|
|
<a href="{{ base }}/openshift/config/index.html">Openshift</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/{{ page.tags[0] }}/{{ page.tags[1] }}/tree/master/docs/"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
|
</li>
|
|
</ul>
|