mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 05:20:39 +00:00
docs: cleanup nav (#26546)
This commit is contained in:
parent
b246052184
commit
df38d5250f
@ -168,52 +168,23 @@ const config = {
|
|||||||
label: "Integrations",
|
label: "Integrations",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "dropdown",
|
label: "API Reference",
|
||||||
label: "API reference",
|
to: "https://python.langchain.com/api_reference/",
|
||||||
position: "left",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Latest",
|
|
||||||
to: "https://python.langchain.com/api_reference/reference.html",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Legacy",
|
|
||||||
href: "https://api.python.langchain.com/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "dropdown",
|
type: "dropdown",
|
||||||
label: "More",
|
label: "More",
|
||||||
position: "left",
|
position: "left",
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
docId: "people",
|
|
||||||
label: "People",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "doc",
|
type: "doc",
|
||||||
docId: "contributing/index",
|
docId: "contributing/index",
|
||||||
label: "Contributing",
|
label: "Contributing",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "Cookbooks",
|
|
||||||
href: "https://github.com/langchain-ai/langchain/blob/master/cookbook/README.md"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "doc",
|
type: "doc",
|
||||||
docId: "additional_resources/tutorials",
|
docId: "people",
|
||||||
label: "3rd party tutorials"
|
label: "People",
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "doc",
|
|
||||||
docId: "additional_resources/youtube",
|
|
||||||
label: "YouTube"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
to: "/docs/additional_resources/arxiv_references",
|
|
||||||
label: "arXiv"
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -242,12 +213,12 @@ const config = {
|
|||||||
position: "right",
|
position: "right",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
href: "https://smith.langchain.com",
|
href: "https://docs.smith.langchain.com",
|
||||||
label: "LangSmith",
|
label: "LangSmith",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://docs.smith.langchain.com/",
|
href: "https://langchain-ai.github.io/langgraph/",
|
||||||
label: "LangSmith Docs",
|
label: "LangGraph",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://smith.langchain.com/hub",
|
href: "https://smith.langchain.com/hub",
|
||||||
@ -255,12 +226,12 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://js.langchain.com",
|
href: "https://js.langchain.com",
|
||||||
label: "JS/TS Docs",
|
label: "LangChain JS/TS",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://chat.langchain.com",
|
to: "https://chat.langchain.com",
|
||||||
label: "💬",
|
label: "💬",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user