mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
11 lines
262 B
CSS
11 lines
262 B
CSS
.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;
|
|
}
|