From a00806e20c08400201c2080e9331f7cac1b0ced7 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 30 Apr 2024 16:39:19 +0200 Subject: [PATCH] Change announcement on the headers (#47) --- docs/overrides/main.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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 %}