Delete overrides directory (#4554)

This commit is contained in:
Gabi
2026-06-03 21:07:34 +03:00
committed by GitHub
parent 333937d2fa
commit d1edd5b2ba
-12
View File
@@ -1,12 +0,0 @@
{% extends "base.html" %}
{% block header %}
{{ super() }}
<div style="color: red; text-align: center; padding: 10px; font-size: 20px;">
<strong>Announcement:</strong> We are currently reworking the docs to use Hugo rather then mkdocs.
</div>
{% endblock %}
{% block footer %}
{# Empty block to override the footer #}
{% endblock %}