Skip to content

Commit b89c5a8

Browse files
authored
Merge pull request readthedocs#5743 from rtfd/hotfix-code-api-removal
Hide the Code API search in the UX for now.
2 parents ec1a47c + 9628d5b commit b89c5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/search/elastic_search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h5>{% trans 'Object Type' %}</h5>
3030
<li class="{% if type == 'project' %}active{% endif %}"><a href="?{% url_replace request 'type' 'project' %}">{% trans 'Projects' %}</a></li>
3131
{% endif %}
3232
<li class="{% if type == 'file' %}active{% endif %}"><a href="?{% url_replace request 'type' 'file' %}">{% trans 'Files' %}</a></li>
33-
<li class="{% if type == 'domain' %}active{% endif %}"><a href="?{% url_replace request 'type' 'domain' %}">{% trans 'Code API' %}</a></li>
33+
{# <li class="{% if type == 'domain' %}active{% endif %}"><a href="?{% url_replace request 'type' 'domain' %}">{% trans 'Code API' %}</a></li> #}
3434
{# <li class="{% if type == 'all' %}active{% endif %}"><a href="?{% url_replace request 'type' 'all' %}">{% trans 'All' %}</a></li> #}
3535

3636
<hr>

0 commit comments

Comments
 (0)