Skip to content

Commit

Permalink
Merge pull request #1442 from fluent/fix-mermaid-again
Browse files Browse the repository at this point in the history
Trivial updates to force GitBook refresh (again)
  • Loading branch information
alexakreizinger authored Aug 21, 2024
2 parents f0ef7ba + 4dd14af commit 7715c04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion concepts/data-pipeline/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The `buffer` phase already contains the data in an immutable state, meaning that
```mermaid
graph LR
accTitle: Fluent Bit data pipeline
accDescr: The Fluent Bit data pipeline includes input, a parser, a filter, a buffer, routing, and various outputs.
accDescr: A diagram of the Fluent Bit data pipeline, which includes input, a parser, a filter, a buffer, routing, and various outputs.
A[Input] --> B[Parser]
B --> C[Filter]
C --> D[Buffer]
Expand Down
2 changes: 1 addition & 1 deletion concepts/data-pipeline/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In production environments we want to have full control of the data we are colle
```mermaid
graph LR
accTitle: Fluent Bit data pipeline
accDescr: The Fluent Bit data pipeline includes input, a parser, a filter, a buffer, routing, and various outputs.
accDescr: A diagram of the Fluent Bit data pipeline, which includes input, a parser, a filter, a buffer, routing, and various outputs.
A[Input] --> B[Parser]
B --> C[Filter]
C --> D[Buffer]
Expand Down
2 changes: 1 addition & 1 deletion concepts/data-pipeline/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: The way to gather data from your sources
```mermaid
graph LR
accTitle: Fluent Bit data pipeline
accDescr: The Fluent Bit data pipeline includes input, a parser, a filter, a buffer, routing, and various outputs.
accDescr: A diagram of the Fluent Bit data pipeline, which includes input, a parser, a filter, a buffer, routing, and various outputs.
A[Input] --> B[Parser]
B --> C[Filter]
C --> D[Buffer]
Expand Down
2 changes: 1 addition & 1 deletion concepts/data-pipeline/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The output interface allows us to define destinations for the data. Common desti
```mermaid
graph LR
accTitle: Fluent Bit data pipeline
accDescr: The Fluent Bit data pipeline includes input, a parser, a filter, a buffer, routing, and various outputs.
accDescr: A diagram of the Fluent Bit data pipeline, which includes input, a parser, a filter, a buffer, routing, and various outputs.
A[Input] --> B[Parser]
B --> C[Filter]
C --> D[Buffer]
Expand Down
2 changes: 1 addition & 1 deletion concepts/data-pipeline/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Dealing with raw strings or unstructured messages is a constant pain; having a s
```mermaid
graph LR
accTitle: Fluent Bit data pipeline
accDescr: The Fluent Bit data pipeline includes input, a parser, a filter, a buffer, routing, and various outputs.
accDescr: A diagram of the Fluent Bit data pipeline, which includes input, a parser, a filter, a buffer, routing, and various outputs.
A[Input] --> B[Parser]
B --> C[Filter]
C --> D[Buffer]
Expand Down
2 changes: 1 addition & 1 deletion concepts/data-pipeline/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Routing is a core feature that allows to **route** your data through Filters and
```mermaid
graph LR
accTitle: Fluent Bit data pipeline
accDescr: The Fluent Bit data pipeline includes input, a parser, a filter, a buffer, routing, and various outputs.
accDescr: A diagram of the Fluent Bit data pipeline, which includes input, a parser, a filter, a buffer, routing, and various outputs.
A[Input] --> B[Parser]
B --> C[Filter]
C --> D[Buffer]
Expand Down

0 comments on commit 7715c04

Please sign in to comment.