From df38d5250f542ec2abfab6a6a179f26ce0e0ce01 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:49:46 -0700 Subject: [PATCH] docs: cleanup nav (#26546) --- docs/docusaurus.config.js | 47 ++++++++------------------------------- 1 file changed, 9 insertions(+), 38 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 77592b670adbf..4c358ff3ec6aa 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -168,52 +168,23 @@ const config = { label: "Integrations", }, { - type: "dropdown", - label: "API reference", - position: "left", - items: [ - { - label: "Latest", - to: "https://python.langchain.com/api_reference/reference.html", - }, - { - label: "Legacy", - href: "https://api.python.langchain.com/" - } - ] + label: "API Reference", + to: "https://python.langchain.com/api_reference/", }, { type: "dropdown", label: "More", position: "left", items: [ - { - type: "doc", - docId: "people", - label: "People", - }, { type: "doc", docId: "contributing/index", label: "Contributing", }, - { - label: "Cookbooks", - href: "https://github.com/langchain-ai/langchain/blob/master/cookbook/README.md" - }, { type: "doc", - docId: "additional_resources/tutorials", - label: "3rd party tutorials" - }, - { - type: "doc", - docId: "additional_resources/youtube", - label: "YouTube" - }, - { - to: "/docs/additional_resources/arxiv_references", - label: "arXiv" + docId: "people", + label: "People", }, ] }, @@ -242,12 +213,12 @@ const config = { position: "right", items: [ { - href: "https://smith.langchain.com", + href: "https://docs.smith.langchain.com", label: "LangSmith", }, { - href: "https://docs.smith.langchain.com/", - label: "LangSmith Docs", + href: "https://langchain-ai.github.io/langgraph/", + label: "LangGraph", }, { href: "https://smith.langchain.com/hub", @@ -255,12 +226,12 @@ const config = { }, { href: "https://js.langchain.com", - label: "JS/TS Docs", + label: "LangChain JS/TS", }, ] }, { - href: "https://chat.langchain.com", + to: "https://chat.langchain.com", label: "💬", position: "right", },