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 017cef5 commit e552838Copy full SHA for e552838
_layouts/guide.html
@@ -30,7 +30,11 @@ <h1>{{ page.title }}</h1>
30
{% endfor %}
31
{% endif %}
32
<h4 class="guide-topic-title">
33
- <a href="{{ site.docs_url }}">API Reference</a>
+ {% if page.collection == "legacy" %}
34
+ <a href="{{ site.legacy_docs_url }}">API Reference</a>
35
+ {% elsif page.collection == "stable" %}
36
+ <a href="{{ site.docs_url }}">API Reference</a>
37
+ {% endif %}
38
</h4>
39
</nav>
40
</aside>
0 commit comments