docs: consolidate dropdowns (#26600)

This commit is contained in:
Bagatur
2024-09-17 18:24:10 -07:00
committed by GitHub
parent df38d5250f
commit de58942618

View File

@@ -186,6 +186,26 @@ const config = {
docId: "people", docId: "people",
label: "People", label: "People",
}, },
{
type: 'html',
value: '<hr class="dropdown-separator" style="margin-top: 0.5rem; margin-bottom: 0.5rem">',
},
{
href: "https://docs.smith.langchain.com",
label: "LangSmith",
},
{
href: "https://langchain-ai.github.io/langgraph/",
label: "LangGraph",
},
{
href: "https://smith.langchain.com/hub",
label: "LangChain Hub",
},
{
href: "https://js.langchain.com",
label: "LangChain JS/TS",
},
] ]
}, },
{ {
@@ -207,29 +227,6 @@ const config = {
} }
] ]
}, },
{
type: "dropdown",
label: "🦜️🔗",
position: "right",
items: [
{
href: "https://docs.smith.langchain.com",
label: "LangSmith",
},
{
href: "https://langchain-ai.github.io/langgraph/",
label: "LangGraph",
},
{
href: "https://smith.langchain.com/hub",
label: "LangChain Hub",
},
{
href: "https://js.langchain.com",
label: "LangChain JS/TS",
},
]
},
{ {
to: "https://chat.langchain.com", to: "https://chat.langchain.com",
label: "💬", label: "💬",