diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 9441db6b..2fa9c810 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,19 +1,16 @@ {% extends "base.html" %} {% block announce %} - 🔔 Pydantic Logfire is in closed beta. 🛠️ -
- We are excited for you to try the platform, come join our - - Slack Channel - - to ask questions and provide feedback. - - Please keep talk of Logfire off social media for now. +Pydantic Logfire is in open beta. Please learn more and try it here. Feedback is welcome! 🚀 {% endblock %} {% block extrahead %} - + +{% endblock %} + +{% block content %} +{{ super() }} + +{% include 'mkdocs_run_deps.html' ignore missing %} {% endblock %}