There was an error while loading. Please reload this page.
1 parent 0988958 commit 18793cdCopy full SHA for 18793cd
1 file changed
templates/navigation.html
@@ -28,7 +28,7 @@ <h2 class="offcanvas-title display-5" id="offcanvasNavbarLabel">PanKB</h2>
28
<a class="nav-link text-nowrap{% if active_page == 'ai_assistant' %} active{% endif %}" href="{% url 'ai_assistant' %}">AI Assistant</a>
29
</li>
30
<li class="nav-item">
31
- <a class="nav-link text-nowrap{% if active_page == 'api_docs' %} active{% endif %}" href="{% url 'swagger-ui' %}">API Docs</a>
+ <a class="nav-link text-nowrap{% if active_page == 'api_docs' %} active{% endif %}" href="{% url 'swagger-ui' %}" target="_blank">API Docs</a>
32
33
</ul>
34
</div>
0 commit comments