We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4844849 commit 127fde1Copy full SHA for 127fde1
_includes/sidebar.html
@@ -24,6 +24,13 @@
24
<span>{{ site.data.locales[include.lang].tabs.home | upcase }}</span>
25
</a>
26
</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>
34
<!-- the real tabs -->
35
{% for tab in site.tabs %}
36
<li class="nav-item{% if tab.url == page.url %}{{ " active" }}{% endif %}">
0 commit comments