docling/docs/overrides/main.html
Panos Vagenas fb028b71f3 update RAG examples and banner text
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-10-16 16:34:44 +02:00

6 lines
174 B
HTML

{% extends "base.html" %}
{% block announce %}
<p>🎉 Docling has gone v2! <a href="{{ 'v2' | url }}">Check out</a> what's new and how to get started!</p>
{% endblock %}