diff --git a/.gitignore b/.gitignore
index f5875052d..7094e5053 100644
--- a/.gitignore
+++ b/.gitignore
@@ -178,5 +178,4 @@ Untitled*.ipynb
Chinook.db
-libs/langgraph/out
.vercel
diff --git a/docs/.gitignore b/docs/.gitignore
index 88b6de15e..f4d716881 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,3 +1,4 @@
site/
docs/cloud/reference/sdk/js_ts_sdk_ref.md
+
.vercel
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index e2800c923..216653af2 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -159,6 +159,24 @@
color: #000000;
}
+ .md-banner a {
+ color: #000000;
+ text-decoration: underline;
+ }
+
+ .md-banner a:hover {
+ color: #000000;
+ }
+
+ /* Dark mode banner links */
+ [data-md-color-scheme="slate"] .md-banner a {
+ color: #000000;
+ }
+
+ [data-md-color-scheme="slate"] .md-banner a:hover {
+ color: #000000;
+ }
+
/* control the navbar depth */
[data-md-level="2"] .md-nav {
display: none;
@@ -197,5 +215,5 @@
{% block announce %}
- To learn more about LangGraph, check out our first LangChain Academy course, Introduction to LangGraph, available for free here.
+ Join us at Interrupt: The Agent AI Conference by LangChain on May 13 & 14 in San Francisco!
{% endblock %}