diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 94863133f1..33a6630bf9 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -211,14 +211,9 @@ const config = { { label: "Gallery", href: "https://github.com/kyrolabs/awesome-langchain" } ] }, - { - href: "https://chat.langchain.com", - label: "Chat our docs", - position: "right", - }, { type: "dropdown", - label: "Also by LangChain", + label: "🦜️🔗", position: "right", items: [ { @@ -243,6 +238,11 @@ const config = { }, ] }, + { + href: "https://chat.langchain.com", + label: "Chat", + position: "right", + }, // Please keep GitHub link to the right for consistency. { href: "https://github.com/langchain-ai/langchain",