Skip to content

Commit

Permalink
Remove redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jul 19, 2023
1 parent 70a51cd commit 73c7bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docs_skeleton/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
type: "category",
label: "Ecosystem",
collapsed: true,
items: [{ type: "autogenerated", dirName: "ecosystem" }],
items: [{ type: "autogenerated", dirName: "ecosystem" }, { type: "link", label: "LangSmith", href: "https://docs.smith.langchain.com" }],
link: {
type: 'generated-index',
slug: "ecosystem",
Expand Down
8 changes: 2 additions & 6 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
},
{
"source": "/docs/modules/indexes/retrievers/self_query(/?)",
"destination": "/docs/modules/data_connection/retrievers/how_to/self_query//"
"destination": "/docs/modules/data_connection/retrievers/how_to/self_query/"
},
{
"source": "/docs/modules/indexes/retrievers/self_query/examples/:path*(/?)",
Expand Down Expand Up @@ -334,11 +334,7 @@
},
{
"source": "/docs/production/tracing(/?)",
"destination": "TODO: LangSmith/"
},
{
"source": "/docs/ecosystem/:path*(/?)",
"destination": "/docs/ecosystem/integrations/:path*/"
"destination": "https://docs.smith.langchain.com/"
}
]
}

0 comments on commit 73c7bbd

Please sign in to comment.