From 4cdfdb1649f589d0b264d3b9edaf494383a7b997 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 27 Mar 2024 15:22:15 -0300 Subject: [PATCH] Delete superuser guide and add compatibility guide and inputs and outputs guide --- docs/docs/guides/run-flow.mdx | 0 docs/docs/guides/superuser.mdx | 7 ------- docs/docs/{guides => migration}/compatibility.mdx | 0 .../component-status-and-data-passing.mdx | 0 .../{guides => migration}/connecting-output-components.mdx | 0 .../docs/{guides => migration}/experimental-components.mdx | 0 docs/docs/{guides => migration}/flow-of-data.mdx | 0 docs/docs/{guides => migration}/global-variables.mdx | 0 docs/docs/{guides => migration}/inputs-and-outputs.mdx | 0 docs/docs/{guides => migration}/multiple-flows.mdx | 0 .../new-categories-and-components.mdx | 0 .../{guides => migration}/passing-tweaks-and-inputs.mdx | 0 .../renaming-and-editing-components.mdx | 0 .../sidebar-and-interaction-panel.mdx | 0 docs/docs/{guides => migration}/state-management.mdx | 0 docs/docs/{guides => migration}/supported-frameworks.mdx | 0 docs/docs/{guides => migration}/text-and-record.mdx | 0 17 files changed, 7 deletions(-) delete mode 100644 docs/docs/guides/run-flow.mdx delete mode 100644 docs/docs/guides/superuser.mdx rename docs/docs/{guides => migration}/compatibility.mdx (100%) rename docs/docs/{guides => migration}/component-status-and-data-passing.mdx (100%) rename docs/docs/{guides => migration}/connecting-output-components.mdx (100%) rename docs/docs/{guides => migration}/experimental-components.mdx (100%) rename docs/docs/{guides => migration}/flow-of-data.mdx (100%) rename docs/docs/{guides => migration}/global-variables.mdx (100%) rename docs/docs/{guides => migration}/inputs-and-outputs.mdx (100%) rename docs/docs/{guides => migration}/multiple-flows.mdx (100%) rename docs/docs/{guides => migration}/new-categories-and-components.mdx (100%) rename docs/docs/{guides => migration}/passing-tweaks-and-inputs.mdx (100%) rename docs/docs/{guides => migration}/renaming-and-editing-components.mdx (100%) rename docs/docs/{guides => migration}/sidebar-and-interaction-panel.mdx (100%) rename docs/docs/{guides => migration}/state-management.mdx (100%) rename docs/docs/{guides => migration}/supported-frameworks.mdx (100%) rename docs/docs/{guides => migration}/text-and-record.mdx (100%) diff --git a/docs/docs/guides/run-flow.mdx b/docs/docs/guides/run-flow.mdx deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/docs/guides/superuser.mdx b/docs/docs/guides/superuser.mdx deleted file mode 100644 index 04e0f96af..000000000 --- a/docs/docs/guides/superuser.mdx +++ /dev/null @@ -1,7 +0,0 @@ -import ThemedImage from "@theme/ThemedImage"; -import useBaseUrl from "@docusaurus/useBaseUrl"; -import ZoomableImage from "/src/theme/ZoomableImage.js"; -import ReactPlayer from "react-player"; - -Now, we need to explain what are the permissions the superuser gets. Once logged in, they can activate new users, -edit them, diff --git a/docs/docs/guides/compatibility.mdx b/docs/docs/migration/compatibility.mdx similarity index 100% rename from docs/docs/guides/compatibility.mdx rename to docs/docs/migration/compatibility.mdx diff --git a/docs/docs/guides/component-status-and-data-passing.mdx b/docs/docs/migration/component-status-and-data-passing.mdx similarity index 100% rename from docs/docs/guides/component-status-and-data-passing.mdx rename to docs/docs/migration/component-status-and-data-passing.mdx diff --git a/docs/docs/guides/connecting-output-components.mdx b/docs/docs/migration/connecting-output-components.mdx similarity index 100% rename from docs/docs/guides/connecting-output-components.mdx rename to docs/docs/migration/connecting-output-components.mdx diff --git a/docs/docs/guides/experimental-components.mdx b/docs/docs/migration/experimental-components.mdx similarity index 100% rename from docs/docs/guides/experimental-components.mdx rename to docs/docs/migration/experimental-components.mdx diff --git a/docs/docs/guides/flow-of-data.mdx b/docs/docs/migration/flow-of-data.mdx similarity index 100% rename from docs/docs/guides/flow-of-data.mdx rename to docs/docs/migration/flow-of-data.mdx diff --git a/docs/docs/guides/global-variables.mdx b/docs/docs/migration/global-variables.mdx similarity index 100% rename from docs/docs/guides/global-variables.mdx rename to docs/docs/migration/global-variables.mdx diff --git a/docs/docs/guides/inputs-and-outputs.mdx b/docs/docs/migration/inputs-and-outputs.mdx similarity index 100% rename from docs/docs/guides/inputs-and-outputs.mdx rename to docs/docs/migration/inputs-and-outputs.mdx diff --git a/docs/docs/guides/multiple-flows.mdx b/docs/docs/migration/multiple-flows.mdx similarity index 100% rename from docs/docs/guides/multiple-flows.mdx rename to docs/docs/migration/multiple-flows.mdx diff --git a/docs/docs/guides/new-categories-and-components.mdx b/docs/docs/migration/new-categories-and-components.mdx similarity index 100% rename from docs/docs/guides/new-categories-and-components.mdx rename to docs/docs/migration/new-categories-and-components.mdx diff --git a/docs/docs/guides/passing-tweaks-and-inputs.mdx b/docs/docs/migration/passing-tweaks-and-inputs.mdx similarity index 100% rename from docs/docs/guides/passing-tweaks-and-inputs.mdx rename to docs/docs/migration/passing-tweaks-and-inputs.mdx diff --git a/docs/docs/guides/renaming-and-editing-components.mdx b/docs/docs/migration/renaming-and-editing-components.mdx similarity index 100% rename from docs/docs/guides/renaming-and-editing-components.mdx rename to docs/docs/migration/renaming-and-editing-components.mdx diff --git a/docs/docs/guides/sidebar-and-interaction-panel.mdx b/docs/docs/migration/sidebar-and-interaction-panel.mdx similarity index 100% rename from docs/docs/guides/sidebar-and-interaction-panel.mdx rename to docs/docs/migration/sidebar-and-interaction-panel.mdx diff --git a/docs/docs/guides/state-management.mdx b/docs/docs/migration/state-management.mdx similarity index 100% rename from docs/docs/guides/state-management.mdx rename to docs/docs/migration/state-management.mdx diff --git a/docs/docs/guides/supported-frameworks.mdx b/docs/docs/migration/supported-frameworks.mdx similarity index 100% rename from docs/docs/guides/supported-frameworks.mdx rename to docs/docs/migration/supported-frameworks.mdx diff --git a/docs/docs/guides/text-and-record.mdx b/docs/docs/migration/text-and-record.mdx similarity index 100% rename from docs/docs/guides/text-and-record.mdx rename to docs/docs/migration/text-and-record.mdx