Skip to content

Commit 142a0fa

Browse files
committed
Switched tutorials and concepts.
Signed-off-by: Ralph Lange (CR/AEE1) <ralph.lange@de.bosch.com>
1 parent c070820 commit 142a0fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/docs_nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
{% if page.path contains "_docs/overview" and section.title contains "Overview" %}
55
{% assign should_show_this_menu = true %}
66
{% endif %}
7-
{% if page.path contains "_docs/tutorials" and section.title contains "Tutorials" %}
7+
{% if page.path contains "_docs/concepts" and section.title contains "Concepts" %}
88
{% assign should_show_this_menu = true %}
99
{% endif %}
10-
{% if page.path contains "_docs/concepts" and section.title contains "Concepts" %}
10+
{% if page.path contains "_docs/tutorials" and section.title contains "Tutorials" %}
1111
{% assign should_show_this_menu = true %}
1212
{% endif %}
1313
{% if should_show_this_menu == true %}

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<div id="navbar" class="collapse navbar-collapse">
1515
<ul class="nav navbar-nav">
1616
<li {% if page.path contains '_docs/overview' %} class="active" {% endif %}><a href="{{ "/docs/overview/" | prepend: site.baseurl }}">Overview</a></li>
17-
<li {% if page.path contains '_docs/tutorials' %} class="active" {% endif %}><a href="{{ "/docs/tutorials/getting_started" | prepend: site.baseurl }}">Tutorials</a></li>
1817
<li {% if page.path contains '_docs/concepts' %} class="active" {% endif %}><a href="{{ "/docs/concepts/rtos" | prepend: site.baseurl }}">Concepts</a></li>
18+
<li {% if page.path contains '_docs/tutorials' %} class="active" {% endif %}><a href="{{ "/docs/tutorials/getting_started" | prepend: site.baseurl }}">Tutorials</a></li>
1919
<li {% if page.sectionid=='posts' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Blog</a></li>
2020
</ul>
2121
<ul class="nav navbar-nav navbar-right">

0 commit comments

Comments
 (0)