Pat Connors eda557edf0
chore(docs): Last change to warning (#1614)
* chore(docs): Last change to warning

Keeping the warning for at least 2-3 more days.

* chore(docs): "new"
2024-09-05 18:48:23 +00:00

13 lines
441 B
HTML

{% extends "base.html" %}
{% block content %}
<blockquote style="border-left-color: orange;">
<big>⚠️ WARNING ⚠️</big>
<p>
This new documentation is in development and may have issues.
Refer to the <a href="https://universal-blue.discourse.group/docs?topic=561">old Bazzite documentation</a> if you experience major issues.
</p>
</blockquote>
{{ super() }}
{% endblock %}