mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 09:40:26 +00:00
Docs: consolidate top nav (#12219)
This commit is contained in:
parent
d5c2ce7c2e
commit
6e3f39963f
@ -160,29 +160,60 @@ const config = {
|
|||||||
label: "Integrations",
|
label: "Integrations",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
to: "https://api.python.langchain.com",
|
href: "https://api.python.langchain.com",
|
||||||
label: "API",
|
label: "API",
|
||||||
position: "left",
|
position: "left",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
to: "/docs/community",
|
type: "dropdown",
|
||||||
label: "Community",
|
label: "More",
|
||||||
position: "left",
|
position: "left",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
to: "/docs/community",
|
||||||
|
label: "Community",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
to: "/docs/additional_resources/dependents",
|
||||||
|
label: "Dependents",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
to: "/docs/additional_resources/tutorials",
|
||||||
|
label: "Tutorials"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
to: "/docs/additional_resources/youtube",
|
||||||
|
label: "YouTube videos"
|
||||||
|
},
|
||||||
|
{ label: "Gallery", href: "https://github.com/kyrolabs/awesome-langchain" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
to: "https://chat.langchain.com",
|
type: "dropdown",
|
||||||
label: "Chat our docs",
|
label: "Also by LangChain",
|
||||||
position: "right",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
to: "https://smith.langchain.com",
|
|
||||||
label: "LangSmith",
|
|
||||||
position: "right",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
to: "https://js.langchain.com/docs",
|
|
||||||
label: "JS/TS Docs",
|
|
||||||
position: "right",
|
position: "right",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
href: "https://chat.langchain.com",
|
||||||
|
label: "Chat our docs",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: "https://smith.langchain.com",
|
||||||
|
label: "LangSmith",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: "https://smith.langchain.com/hub",
|
||||||
|
label: "LangChain Hub",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: "https://github.com/langchain-ai/langserve",
|
||||||
|
label: "LangServe",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: "https://js.langchain.com/docs",
|
||||||
|
label: "JS/TS",
|
||||||
|
},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
// Please keep GitHub link to the right for consistency.
|
// Please keep GitHub link to the right for consistency.
|
||||||
{
|
{
|
||||||
|
@ -68,19 +68,6 @@ module.exports = {
|
|||||||
description: 'Design guides for key parts of the development process',
|
description: 'Design guides for key parts of the development process',
|
||||||
slug: "guides",
|
slug: "guides",
|
||||||
},
|
},
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "More",
|
|
||||||
collapsed: true,
|
|
||||||
items: [
|
|
||||||
{ type: "autogenerated", dirName: "additional_resources" },
|
|
||||||
{ type: "link", label: "Gallery", href: "https://github.com/kyrolabs/awesome-langchain" }
|
|
||||||
],
|
|
||||||
link: {
|
|
||||||
type: 'generated-index',
|
|
||||||
slug: "additional_resources",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
integrations: [
|
integrations: [
|
||||||
|
Loading…
Reference in New Issue
Block a user