From 2d148afd270176c1fd5ec470b58cdd1c5d285520 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 12 Jul 2023 19:31:03 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(docusaurus.config.js):=20up?= =?UTF-8?q?date=20title=20and=20tagline=20to=20use=20consistent=20naming?= =?UTF-8?q?=20convention=20for=20Langflow=20=F0=9F=94=A7=20chore(docusauru?= =?UTF-8?q?s.config.js):=20update=20logo=20alt=20text=20to=20match=20the?= =?UTF-8?q?=20updated=20title=20=F0=9F=94=A7=20chore(docusaurus.config.js)?= =?UTF-8?q?:=20update=20announcementBar=20content=20to=20use=20consistent?= =?UTF-8?q?=20naming=20convention=20for=20Langflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docusaurus.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,