mesa/docs/mesa3d_theme/search.html
Erik Faye-Lund 7da0482636 docs: add custom html theme
This custom theme will make the docs look more like the main website,
which makes it slightly less confusing to navigate around when crossing
between the two.

The icon link.svg is from Feathericons:
https://feathericons.com/?query=link

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8399>
2023-04-26 22:45:41 +00:00

16 lines
334 B
HTML

{% extends "basic/search.html" %}
{% block scriptwarning %}
<div id="fallback" class="alert alert-warning">
<script>$('#fallback').hide();</script>
<h5>{{ _('Warning') }}</h5>
<p>
{% trans %}Please activate JavaScript to enable the search
functionality.{% endtrans %}
</p>
</div>
{% endblock %}
{% block searchbox %}
{% endblock %}