From ebd24bb5d64078d7567eca4da0297260eb33dc31 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 4 Apr 2024 19:36:33 -0700 Subject: [PATCH] docs: fix title cap (#20048) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 23bb93bc94..6be04e64da 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -11,7 +11,7 @@ const baseDarkCodeBlockTheme = require("prism-react-renderer/themes/vsDark"); /** @type {import('@docusaurus/types').Config} */ const config = { - title: "🦜️🔗 Langchain", + title: "🦜️🔗 LangChain", tagline: "LangChain Python Docs", favicon: "img/brand/favicon.png", // Set the production url of your site here