Update organization name and URLs in configuration files

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-18 11:58:19 -03:00
commit 9c292af183
8 changed files with 11 additions and 11 deletions

View file

@ -7,11 +7,11 @@ module.exports = {
title: "Langflow Documentation",
tagline: "Langflow is a GUI for LangChain, designed with react-flow",
favicon: "img/favicon.ico",
url: "https://logspace-ai.github.io",
url: "https://langflow-ai.github.io",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
organizationName: "logspace-ai",
organizationName: "langflow-ai",
projectName: "langflow",
trailingSlash: false,
staticDirectories: ["static"],
@ -131,7 +131,7 @@ module.exports = {
},
footer: {
links: [],
copyright: `Copyright © ${new Date().getFullYear()} Logspace.`,
copyright: `Copyright © ${new Date().getFullYear()} Langflow.`,
},
zoom: {
selector: ".markdown :not(a) > img:not(.no-zoom)",