mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-11 10:06:05 +00:00
add ls link (#7847)
This commit is contained in:
parent
17956ff08e
commit
6a32f93669
@ -148,6 +148,11 @@ const config = {
|
|||||||
navbar: {
|
navbar: {
|
||||||
title: "🦜️🔗 LangChain",
|
title: "🦜️🔗 LangChain",
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
to: "https://smith.langchain.com",
|
||||||
|
label: "LangSmith",
|
||||||
|
position: "right",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
to: "https://js.langchain.com/docs",
|
to: "https://js.langchain.com/docs",
|
||||||
label: "JS/TS Docs",
|
label: "JS/TS Docs",
|
||||||
|
Loading…
Reference in New Issue
Block a user