From c8d32f104de42df833950076d638c0061b4dacc4 Mon Sep 17 00:00:00 2001 From: nlimpid Date: Wed, 9 Jul 2025 04:09:57 +0800 Subject: [PATCH] fix(doc): remove incorrect navigation title overrides for mobile (#5399) --- .../navigation_title_ovverides.css | 29 ------------------- docs/mkdocs.yml | 1 - 2 files changed, 30 deletions(-) delete mode 100644 docs/docs/stylesheets/navigation_title_ovverides.css diff --git a/docs/docs/stylesheets/navigation_title_ovverides.css b/docs/docs/stylesheets/navigation_title_ovverides.css deleted file mode 100644 index 4e7c937d7..000000000 --- a/docs/docs/stylesheets/navigation_title_ovverides.css +++ /dev/null @@ -1,29 +0,0 @@ -/* - * This file is used to override the navigation title for the LangGraph documentation. - * It is used to change the title of the first and second items in the navigation menu. - * The first item is the Guides page, and the second item is the Reference page. - */ - -.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(1) > .md-nav__link .md-ellipsis { - visibility: hidden !important; - position: relative; -} - -.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(1) > .md-nav__link .md-ellipsis::after { - content: "Home"; - visibility: visible; - position: absolute; - left: 0; -} - -.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(2) > .md-nav__link .md-ellipsis { - visibility: hidden !important; - position: relative; -} - -.md-nav--primary > .md-nav__list > .md-nav__item:nth-child(2) > .md-nav__link .md-ellipsis::after { - content: "Home"; - visibility: visible; - position: absolute; - left: 0; -} \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index a66966905..f11c007ec 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -381,7 +381,6 @@ validation: copyright: > Copyright © 2025 LangChain, Inc | Consent Preferences extra_css: - - stylesheets/navigation_title_ovverides.css - stylesheets/version_admonitions.css - stylesheets/logos.css - stylesheets/sticky_navigation.css