remove-extra-install-issues-page
This commit is contained in:
parent
399a651531
commit
4243bf7b5a
2 changed files with 2 additions and 3 deletions
|
|
@ -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{" "}
|
||||
|
||||
|
|
@ -95,7 +95,6 @@ module.exports = {
|
|||
label: "Migration",
|
||||
collapsed: false,
|
||||
items: [
|
||||
"migration/possible-installation-issues",
|
||||
"migration/migrating-to-one-point-zero",
|
||||
"migration/compatibility",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue