Skip to content

Commit

Permalink
Add LangSmith link (langchain-ai#1997)
Browse files Browse the repository at this point in the history
* Adds LangSmith link to docs

* Update docs link
  • Loading branch information
jacoblee93 authored Jul 18, 2023
1 parent 8d39e4c commit ffa24ae
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,14 @@ const config = {
title: "🦜️🔗 LangChain",
items: [
{
href: "https://docs.langchain.com/docs/",
label: "Concepts",
position: "left",
href: "https://smith.langchain.com/",
label: "LangSmith",
position: "right",
},
{
href: "https://python.langchain.com/en/latest/",
label: "Python Docs",
position: "left",
},
{
to: "/docs/",
label: "JS/TS Docs",
position: "left",
position: "right",
},
// Please keep GitHub link to the right for consistency.
{
Expand Down

0 comments on commit ffa24ae

Please sign in to comment.