Harrison/docs smith serve (#12898)

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Harrison Chase
2023-11-06 07:07:25 -08:00
committed by GitHub
parent 53f453f01a
commit 1a92d2245d
11 changed files with 77 additions and 44 deletions

View File

@@ -159,6 +159,12 @@ const config = {
sidebarId: "integrations",
label: "Integrations",
},
{
type: "docSidebar",
position: "left",
sidebarId: "guides",
label: "Guides",
},
{
href: "https://api.python.langchain.com",
label: "API",
@@ -192,30 +198,31 @@ const config = {
{ label: "Gallery", href: "https://github.com/kyrolabs/awesome-langchain" }
]
},
{
href: "https://chat.langchain.com",
label: "Chat our docs",
position: "right",
},
{
type: "dropdown",
label: "Also by LangChain",
position: "right",
items: [
{
href: "https://chat.langchain.com",
label: "Chat our docs",
},
{
href: "https://smith.langchain.com",
label: "LangSmith",
},
{
href: "https://github.com/langchain-ai/langserve",
label: "LangServe GitHub",
},
{
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",
href: "https://js.langchain.com",
label: "JS/TS Docs",
},
]
},