diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 38f50bc04..3ac152b5b 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -4,8 +4,8 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
/** @type {import('@docusaurus/types').DocusaurusConfig} */
(
module.exports = {
- title: "LangFlow Documentation",
- tagline: "LangFlow is a GUI for LangChain, designed with react-flow",
+ title: "Langflow Documentation",
+ tagline: "Langflow is a GUI for LangChain, designed with react-flow",
favicon: "img/favicon.ico",
url: "https://logspace-ai.github.io",
baseUrl: "/",
@@ -59,9 +59,9 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
({
navbar: {
hideOnScroll: true,
- title: "LangFlow",
+ title: "Langflow",
logo: {
- alt: "LangFlow",
+ alt: "Langflow",
src: "img/chain.png",
},
items: [
@@ -103,7 +103,7 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
},
announcementBar: {
content:
- '⭐️ If you like ⛓️LangFlow, star it on GitHub! ⭐️',
+ '⭐️ If you like ⛓️Langflow, star it on GitHub! ⭐️',
backgroundColor: "#B53D38", //Mustard Yellow #D19900 #D4B20B - Salmon #E9967A
textColor: "#fff",
isCloseable: false,