docs: add a banner for langchain academy (#2818)

This commit is contained in:
Vadym Barda
2024-12-18 23:08:51 +00:00
committed by GitHub
parent 1e62b175ba
commit 121c5863db
+10
View File
@@ -164,6 +164,11 @@
.jupyter-wrapper .jp-Notebook .jp-Cell .jp-OutputPrompt {
display: none !important;
}
.md-banner {
background-color: #CFC9FA;
color: #000000;
}
</style>
{% endblock %}
@@ -190,3 +195,8 @@
<title>{{ config.site_name }}</title>
{% endif %}
{% endblock %}
{% block announce %}
To learn more about LangGraph, check out our first LangChain Academy course, <em>Introduction to LangGraph</em>, available for free <a href="https://academy.langchain.com/courses/intro-to-langgraph">here</a>.
{% endblock %}