diff --git a/docs/docs/getting-started/canvas.mdx b/docs/docs/getting-started/workspace.mdx similarity index 99% rename from docs/docs/getting-started/canvas.mdx rename to docs/docs/getting-started/workspace.mdx index cb03768fb..338ef840c 100644 --- a/docs/docs/getting-started/canvas.mdx +++ b/docs/docs/getting-started/workspace.mdx @@ -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. -{/\*
+
For example, if you select a ConversationChain component, you will see orange o and purple{" "} diff --git a/docs/sidebars.js b/docs/sidebars.js index c3aa4194e..65ef4db24 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -95,7 +95,6 @@ module.exports = { label: "Migration", collapsed: false, items: [ - "migration/possible-installation-issues", "migration/migrating-to-one-point-zero", "migration/compatibility", ],