From c0b90e31068b25d1eec4452ae061f9d5ec0264b0 Mon Sep 17 00:00:00 2001 From: carlosrcoelho Date: Mon, 1 Apr 2024 18:27:42 -0300 Subject: [PATCH 1/2] Remove commented out code in sidebars.js --- docs/sidebars.js | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index fc6a1522b..22c62f7bc 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", From 4302b6319fbe3debbb225c6b7e415a68e49c18f9 Mon Sep 17 00:00:00 2001 From: carlosrcoelho Date: Mon, 1 Apr 2024 18:28:31 -0300 Subject: [PATCH 2/2] Delete unused documentation files --- docs/docs/components/data.mdx | 0 docs/docs/migration/component-status-and-data-passing.mdx | 0 docs/docs/migration/connecting-output-components.mdx | 0 docs/docs/migration/custom-component.mdx | 0 docs/docs/migration/experimental-components.mdx | 0 docs/docs/migration/flow-of-data.mdx | 0 docs/docs/migration/global-variables.mdx | 0 docs/docs/migration/multiple-flows.mdx | 0 docs/docs/migration/new-categories-and-components.mdx | 0 docs/docs/migration/passing-tweaks-and-inputs.mdx | 0 docs/docs/migration/renaming-and-editing-components.mdx | 0 docs/docs/migration/sidebar-and-interaction-panel.mdx | 0 docs/docs/migration/state-management.mdx | 0 docs/docs/migration/supported-frameworks.mdx | 0 docs/docs/migration/text-and-record.mdx | 0 docs/docs/whats-new/customization-control.mdx | 1 - docs/docs/whats-new/debugging-reimagined.mdx | 1 - docs/docs/whats-new/simplification-standardization.mdx | 1 - 18 files changed, 3 deletions(-) delete mode 100644 docs/docs/components/data.mdx delete mode 100644 docs/docs/migration/component-status-and-data-passing.mdx delete mode 100644 docs/docs/migration/connecting-output-components.mdx delete mode 100644 docs/docs/migration/custom-component.mdx delete mode 100644 docs/docs/migration/experimental-components.mdx delete mode 100644 docs/docs/migration/flow-of-data.mdx delete mode 100644 docs/docs/migration/global-variables.mdx delete mode 100644 docs/docs/migration/multiple-flows.mdx delete mode 100644 docs/docs/migration/new-categories-and-components.mdx delete mode 100644 docs/docs/migration/passing-tweaks-and-inputs.mdx delete mode 100644 docs/docs/migration/renaming-and-editing-components.mdx delete mode 100644 docs/docs/migration/sidebar-and-interaction-panel.mdx delete mode 100644 docs/docs/migration/state-management.mdx delete mode 100644 docs/docs/migration/supported-frameworks.mdx delete mode 100644 docs/docs/migration/text-and-record.mdx delete mode 100644 docs/docs/whats-new/customization-control.mdx delete mode 100644 docs/docs/whats-new/debugging-reimagined.mdx delete mode 100644 docs/docs/whats-new/simplification-standardization.mdx diff --git a/docs/docs/components/data.mdx b/docs/docs/components/data.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/component-status-and-data-passing.mdx b/docs/docs/migration/component-status-and-data-passing.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/connecting-output-components.mdx b/docs/docs/migration/connecting-output-components.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/custom-component.mdx b/docs/docs/migration/custom-component.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/experimental-components.mdx b/docs/docs/migration/experimental-components.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/flow-of-data.mdx b/docs/docs/migration/flow-of-data.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/global-variables.mdx b/docs/docs/migration/global-variables.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/multiple-flows.mdx b/docs/docs/migration/multiple-flows.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/new-categories-and-components.mdx b/docs/docs/migration/new-categories-and-components.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/passing-tweaks-and-inputs.mdx b/docs/docs/migration/passing-tweaks-and-inputs.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/renaming-and-editing-components.mdx b/docs/docs/migration/renaming-and-editing-components.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/sidebar-and-interaction-panel.mdx b/docs/docs/migration/sidebar-and-interaction-panel.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/state-management.mdx b/docs/docs/migration/state-management.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/supported-frameworks.mdx b/docs/docs/migration/supported-frameworks.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/migration/text-and-record.mdx b/docs/docs/migration/text-and-record.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/whats-new/customization-control.mdx b/docs/docs/whats-new/customization-control.mdx deleted file mode 100644 index 11f23f53c..000000000 --- a/docs/docs/whats-new/customization-control.mdx +++ /dev/null @@ -1 +0,0 @@ -# A New Customization and Control \ No newline at end of file diff --git a/docs/docs/whats-new/debugging-reimagined.mdx b/docs/docs/whats-new/debugging-reimagined.mdx deleted file mode 100644 index d30234088..000000000 --- a/docs/docs/whats-new/debugging-reimagined.mdx +++ /dev/null @@ -1 +0,0 @@ -# Debugging Reimagined \ No newline at end of file diff --git a/docs/docs/whats-new/simplification-standardization.mdx b/docs/docs/whats-new/simplification-standardization.mdx deleted file mode 100644 index f7e3115bc..000000000 --- a/docs/docs/whats-new/simplification-standardization.mdx +++ /dev/null @@ -1 +0,0 @@ -# Simplification Through Standardization \ No newline at end of file