Skip to content

Commit 3e8bf12

Browse files
authored
Merge pull request #43 from dora-rs/title
Change title of dataflow configuration file article
2 parents dea3f2c + 15db13a commit 3e8bf12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/dataflow-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Dataflow Structure
1+
# Dataflow Configuration
22

3-
Dora dataflows are specified through a YAML file.
3+
Dora dataflows are defined and configured through a YAML file.
44
This dataflow configuration file specifies the nodes of the dataflow and their inputs and outputs.
55
It also allows configuring communication parameters and enabling debug options.
66

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const config = {
125125
{
126126
type: "doc",
127127
docId: "api/dataflow-config",
128-
label: "Dataflow Specification",
128+
label: "Dataflow Configuration",
129129
},
130130
{
131131
type: "doc",

0 commit comments

Comments
 (0)