From 9fe61a42d2bf63c4ba4a94de71e6e8016729a951 Mon Sep 17 00:00:00 2001 From: Tanushree <87711021+tanushree-sharma@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:57:17 -0800 Subject: [PATCH] Adding interrupt banner (#3295) --- .gitignore | 1 - docs/.gitignore | 1 + docs/overrides/main.html | 20 +++++++++++++++++++- 3 files changed, 20 insertions(+), 2 deletions(-) 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 %}