Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration

This commit is contained in:
anovazzi1 2024-04-01 18:44:24 -03:00
commit 83ad2e5e04
19 changed files with 18 additions and 21 deletions

View file

@ -1 +0,0 @@
# A New Customization and Control

View file

@ -1 +0,0 @@
# Debugging Reimagined

View file

@ -1 +0,0 @@
# Simplification Through Standardization

View file

@ -19,9 +19,9 @@ module.exports = {
items: [
"whats-new/a-new-chapter-langflow",
"whats-new/migrating-to-one-point-zero",
"whats-new/customization-control",
"whats-new/debugging-reimagined",
"whats-new/simplification-standardization",
// "whats-new/customization-control",
// "whats-new/debugging-reimagined",
// "whats-new/simplification-standardization",
],
},
{
@ -29,22 +29,22 @@ module.exports = {
label: "Migration Guides",
collapsed: false,
items: [
"migration/flow-of-data",
// "migration/flow-of-data",
"migration/inputs-and-outputs",
"migration/supported-frameworks",
"migration/sidebar-and-interaction-panel",
"migration/new-categories-and-components",
"migration/text-and-record",
"migration/custom-component",
// "migration/supported-frameworks",
// "migration/sidebar-and-interaction-panel",
// "migration/new-categories-and-components",
// "migration/text-and-record",
// "migration/custom-component",
"migration/compatibility",
"migration/multiple-flows",
"migration/component-status-and-data-passing",
"migration/connecting-output-components",
"migration/renaming-and-editing-components",
"migration/passing-tweaks-and-inputs",
"migration/global-variables",
"migration/experimental-components",
"migration/state-management",
// "migration/multiple-flows",
// "migration/component-status-and-data-passing",
// "migration/connecting-output-components",
// "migration/renaming-and-editing-components",
// "migration/passing-tweaks-and-inputs",
// "migration/global-variables",
// "migration/experimental-components",
// "migration/state-management",
],
},
{
@ -71,7 +71,7 @@ module.exports = {
items: [
"components/inputs",
"components/outputs",
"components/data",
// "components/data",
"components/prompts",
"components/models",
"components/helpers",