Skip to content

Commit 127fde1

Browse files
committed
Add link to Infix User's Guide in sidebar
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 4844849 commit 127fde1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_includes/sidebar.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
<span>{{ site.data.locales[include.lang].tabs.home | upcase }}</span>
2525
</a>
2626
</li>
27+
<!-- infix docs.yml -->
28+
<li class="nav-item">
29+
<a href="/infix/" class="nav-link">
30+
<i class="fa-fw fas fa-book"></i>
31+
<span>User's Guide</span>
32+
</a>
33+
</li>
2734
<!-- the real tabs -->
2835
{% for tab in site.tabs %}
2936
<li class="nav-item{% if tab.url == page.url %}{{ " active" }}{% endif %}">

0 commit comments

Comments
 (0)