Skip to content

Commit 4393c31

Browse files
authored
Merge branch 'master' into master
2 parents ec02ac5 + be41df8 commit 4393c31

File tree

4 files changed

+6139
-4
lines changed

4 files changed

+6139
-4
lines changed

_includes/side-nav-fast.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<ul class="doc-side-nav">
22
<li><h5 class="doc-side-nav-title">
3-
<a href="{{ site.baseurl }}/fast/">Fast Tips</a></h5>
3+
<a href="{{ site.baseurl }}/fast/">Performance Guide</a></h5>
44
</li>
5+
<li><h6 class="doc-side-nav-title">
6+
<a href="hints.html">Performance Hints</a></h6>
7+
</li>
8+
<li><h6 class="doc-side-nav-title">Fast Tips</h6></li>
59
{% assign sorted_posts = site.posts | sort: 'order' %}
610

711
{% for post in sorted_posts %}

_includes/sticky-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<li><a href="{{ site.baseurl }}/about" {% if current[1] == 'about' %}class='current'{% endif %}>About</a></li>
2121
<li><a href="{{ site.baseurl }}/docs/cpp" {% if current[1] == 'cpp.html' %}class='current'{% endif %}>C++ Guide</a></li>
2222
<li><a href="{{ site.baseurl }}/tips/" {% if current[1] == 'tips' %}class='current'{% endif %}>C++ Tips</a></li>
23-
<li><a href="{{ site.baseurl }}/fast/" {% if current[1] == 'fast' %}class='current'{% endif %}Fast Tips</a></li>
23+
<li><a href="{{ site.baseurl }}/fast/" {% if current[1] == 'fast' %}class='current'{% endif %}>Fast Tips</a></li>
2424
<li><a href="{{ site.baseurl }}/docs/python" {% if current[1] == 'python.html' %}class='current'{% endif %}>Python Guide</a></li>
2525
<li><a href="{{ site.baseurl }}/blog/" {% if current[1] == 'blog' %}class='current'{% endif %}>Blog</a></li>
2626
<li><a href="{{ site.baseurl }}/community/" {% if current[1] == 'community' %}class='current'{% endif %}>Community</a></li>

0 commit comments

Comments
 (0)