remove-extra-install-issues-page

This commit is contained in:
Mendon Kissling 2024-06-22 20:20:11 -04:00 committed by Gabriel Luiz Freitas Almeida
commit 4243bf7b5a
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import Admonition from "@theme/Admonition";
# 🖥️ Langflow Workspace
# The Langflow Workspace Interface
## The Langflow Workspace Interface
The Langflow Workspace interface is designed to facilitate the creation, management, and execution of flows. It features a minimalistic design with various menus and options that are accessible for building and customizing a chatbot.
@ -78,7 +78,7 @@ Components are the building blocks of flows. They consist of inputs, outputs, an
Hover over a handle to see connection details.
</div>
{/\* <div style={{ marginBottom: "20px" }}>
<div style={{ marginBottom: "20px" }}>
For example, if you select a <code>ConversationChain</code> component, you
will see orange <span style={{ color: "orange" }}>o</span> and purple{" "}

View file

@ -95,7 +95,6 @@ module.exports = {
label: "Migration",
collapsed: false,
items: [
"migration/possible-installation-issues",
"migration/migrating-to-one-point-zero",
"migration/compatibility",
],