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