Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
This commit is contained in:
commit
83ad2e5e04
19 changed files with 18 additions and 21 deletions
|
|
@ -1 +0,0 @@
|
|||
# A New Customization and Control
|
||||
|
|
@ -1 +0,0 @@
|
|||
# Debugging Reimagined
|
||||
|
|
@ -1 +0,0 @@
|
|||
# Simplification Through Standardization
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue