From bdbc33b5438d0c5db62658613efb82db06865557 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 20:03:19 -0300 Subject: [PATCH] Add new migration and what's new documentation files --- 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 + 17 files changed, 3 insertions(+) create mode 100644 docs/docs/migration/component-status-and-data-passing.mdx create mode 100644 docs/docs/migration/connecting-output-components.mdx create mode 100644 docs/docs/migration/custom-component.mdx create mode 100644 docs/docs/migration/experimental-components.mdx create mode 100644 docs/docs/migration/flow-of-data.mdx create mode 100644 docs/docs/migration/global-variables.mdx create mode 100644 docs/docs/migration/multiple-flows.mdx create mode 100644 docs/docs/migration/new-categories-and-components.mdx create mode 100644 docs/docs/migration/passing-tweaks-and-inputs.mdx create mode 100644 docs/docs/migration/renaming-and-editing-components.mdx create mode 100644 docs/docs/migration/sidebar-and-interaction-panel.mdx create mode 100644 docs/docs/migration/state-management.mdx create mode 100644 docs/docs/migration/supported-frameworks.mdx create mode 100644 docs/docs/migration/text-and-record.mdx create mode 100644 docs/docs/whats-new/customization-control.mdx create mode 100644 docs/docs/whats-new/debugging-reimagined.mdx create mode 100644 docs/docs/whats-new/simplification-standardization.mdx diff --git a/docs/docs/migration/component-status-and-data-passing.mdx b/docs/docs/migration/component-status-and-data-passing.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/connecting-output-components.mdx b/docs/docs/migration/connecting-output-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/custom-component.mdx b/docs/docs/migration/custom-component.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/experimental-components.mdx b/docs/docs/migration/experimental-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/flow-of-data.mdx b/docs/docs/migration/flow-of-data.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/global-variables.mdx b/docs/docs/migration/global-variables.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/multiple-flows.mdx b/docs/docs/migration/multiple-flows.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/new-categories-and-components.mdx b/docs/docs/migration/new-categories-and-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/passing-tweaks-and-inputs.mdx b/docs/docs/migration/passing-tweaks-and-inputs.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/renaming-and-editing-components.mdx b/docs/docs/migration/renaming-and-editing-components.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/sidebar-and-interaction-panel.mdx b/docs/docs/migration/sidebar-and-interaction-panel.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/state-management.mdx b/docs/docs/migration/state-management.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/supported-frameworks.mdx b/docs/docs/migration/supported-frameworks.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/migration/text-and-record.mdx b/docs/docs/migration/text-and-record.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/whats-new/customization-control.mdx b/docs/docs/whats-new/customization-control.mdx new file mode 100644 index 000000000..11f23f53c --- /dev/null +++ b/docs/docs/whats-new/customization-control.mdx @@ -0,0 +1 @@ +# 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 new file mode 100644 index 000000000..d30234088 --- /dev/null +++ b/docs/docs/whats-new/debugging-reimagined.mdx @@ -0,0 +1 @@ +# 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 new file mode 100644 index 000000000..f7e3115bc --- /dev/null +++ b/docs/docs/whats-new/simplification-standardization.mdx @@ -0,0 +1 @@ +# Simplification Through Standardization \ No newline at end of file