Skip to content

Commit

Permalink
docs: cleanup nav (#26546)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 18, 2024
1 parent b246052 commit df38d52
Showing 1 changed file with 9 additions and 38 deletions.
47 changes: 9 additions & 38 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
]
},
Expand Down Expand Up @@ -242,25 +213,25 @@ 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",
label: "LangChain Hub",
},
{
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",
},
Expand Down

0 comments on commit df38d52

Please sign in to comment.