Skip to content

Commit

Permalink
Update tabs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
okhat authored Feb 5, 2025
1 parent 3cd1553 commit 437708d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/overrides/partials/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
{% if "FAQ" %}
<ul class="md-tabs__list" style="float: right;">
<li class="md-tabs__item">
<a href="/production/" class="md-tabs__link">
DSPy in Production
</a>
</li>
<li class="md-tabs__item">
<a href="/community/community-resources/" class="md-tabs__link">
Community
</a>
Expand All @@ -49,10 +54,10 @@
<!-- Original tabbed sections -->
<ul class="md-tabs__list">
{% for nav_item in nav %}
{% if nav_item.title not in ["FAQ", "Community"] %}
{% if nav_item.title not in ["FAQ", "Community", "DSPy in Production"] %}
{{ item.render(nav_item) }}
{% endif %}
{% endfor %}
</ul>
</div>
</nav>
</nav>

0 comments on commit 437708d

Please sign in to comment.