File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments