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