From f4635d59245f3f1cdeabd3e4ba8c763de4f7dea5 Mon Sep 17 00:00:00 2001 From: Luke Stanley Date: Tue, 24 Oct 2023 14:49:58 +0100 Subject: [PATCH] Adds flow-analysis folder to save flows & analysis --- docs/extract-example-block-usage-from-flows.js | 4 ++-- docs/flow-analysis/README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/flow-analysis/README.md diff --git a/docs/extract-example-block-usage-from-flows.js b/docs/extract-example-block-usage-from-flows.js index 1b6225c27..2dee3c363 100644 --- a/docs/extract-example-block-usage-from-flows.js +++ b/docs/extract-example-block-usage-from-flows.js @@ -13,8 +13,8 @@ */ -let inputFilePath = 'flows.json'; -let outputFilePath = 'flow-block-config-analysis.json'; +let inputFilePath = 'flow-analysis/flows.json'; +let outputFilePath = 'flow-analysis/flow-block-config-analysis.json'; let blockType = 'form'; // Replace with the block type you're interested in let propertyOfInterest = null; // E.g: 'uiSchema' - replace with the property you're interested in or leave as null diff --git a/docs/flow-analysis/README.md b/docs/flow-analysis/README.md new file mode 100644 index 000000000..6678d2966 --- /dev/null +++ b/docs/flow-analysis/README.md @@ -0,0 +1 @@ +Analysed flows will be saved here using the extraction script in the parent directory. \ No newline at end of file