mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 11:19:54 +02:00
add custom css
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.md-nav__item a[href$="agentic_concepts/"],
|
||||
.md-nav__item a[href$="guide2/"],
|
||||
.md-nav__item a[href$="topic1/"],
|
||||
.md-nav__item a[href$="topic2/"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
li:has(> a[href$="concepts/"]) > button.md-nav__btn {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user