diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 4c358ff3ec6..26c41e4398e 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -186,6 +186,26 @@ const config = {
docId: "people",
label: "People",
},
+ {
+ type: 'html',
+ value: '
',
+ },
+ {
+ 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",
label: "💬",