We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dea3f2c + 15db13a commit 3e8bf12Copy full SHA for 3e8bf12
docs/api/dataflow-config.mdx
@@ -1,6 +1,6 @@
1
-# Dataflow Structure
+# Dataflow Configuration
2
3
-Dora dataflows are specified through a YAML file.
+Dora dataflows are defined and configured through a YAML file.
4
This dataflow configuration file specifies the nodes of the dataflow and their inputs and outputs.
5
It also allows configuring communication parameters and enabling debug options.
6
docusaurus.config.js
@@ -125,7 +125,7 @@ const config = {
125
{
126
type: "doc",
127
docId: "api/dataflow-config",
128
- label: "Dataflow Specification",
+ label: "Dataflow Configuration",
129
},
130
131
0 commit comments