docs: add youtube link (#17065)

This commit is contained in:
Bagatur 2024-02-05 16:12:56 -08:00 committed by GitHub
parent 6e2ed9671f
commit d8f41d0521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,7 @@ const config = {
}, },
{ {
to: "/docs/additional_resources/youtube", to: "/docs/additional_resources/youtube",
label: "YouTube videos" label: "YouTube"
}, },
] ]
}, },
@ -298,6 +298,10 @@ const config = {
label: "Blog", label: "Blog",
href: "https://blog.langchain.dev", href: "https://blog.langchain.dev",
}, },
{
label: "YouTube",
href: "https://www.youtube.com/@LangChain",
},
], ],
}, },
], ],