From 569d325a5977ac107ec641720c475cb40a7f5009 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 30 May 2024 00:17:59 -0700 Subject: [PATCH] docs: link GH org (#22308) --- docs/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 590518d18ac..84e0a32d966 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -292,6 +292,10 @@ const config = { { title: "GitHub", items: [ + { + label: "Organization", + href: "https://github.com/langchain-ai", + }, { label: "Python", href: "https://github.com/langchain-ai/langchain",