Skip to content

Commit

Permalink
docs: add a banner for langchain academy (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Dec 18, 2024
1 parent 1e62b17 commit 121c586
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@
.jupyter-wrapper .jp-Notebook .jp-Cell .jp-OutputPrompt {
display: none !important;
}

.md-banner {
background-color: #CFC9FA;
color: #000000;
}
</style>
{% endblock %}

Expand All @@ -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 %}

0 comments on commit 121c586

Please sign in to comment.