Skip to content

Commit 9c6a61a

Browse files
committed
Merge pipeline tutorials
1 parent 9aab9b9 commit 9c6a61a

13 files changed

Lines changed: 6 additions & 27 deletions

File tree

basic_pipeline/11_Pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ In case of any problems you can refer to the code on the `template/end` branch o
109109

110110
Now our solution is completed. You have acquired a basic understanding of Membrane, and you can implement a simple pipeline using elements.
111111

112-
If you wish to extend your knowledge of Membrane's concepts we encourage you to read the [extension to this tutorial](../basic_pipeline_extension/01_Introduction.md).
112+
If you wish to extend your knowledge of Membrane's concepts we encourage you to read the next chapters. There you'll learn about some abstractions and concepts that are useful for creating solutions that are more scalable and maintainable.
File renamed without changes.
File renamed without changes.
File renamed without changes.

basic_pipeline_extension/assets/diagrams/basic_pipeline_bin.drawio renamed to basic_pipeline/assets/diagrams/basic_pipeline_bin.drawio

File renamed without changes.

basic_pipeline_extension/assets/images/Illo_basic pipeline extension.png renamed to basic_pipeline/assets/images/Illo_basic pipeline extension.png

File renamed without changes.

basic_pipeline_extension/assets/images/basic_pipeline_bin.png renamed to basic_pipeline/assets/images/basic_pipeline_bin.png

File renamed without changes.

basic_pipeline/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: All you need to know about pipelines pt 1
2+
title: All you need to know about pipelines
33
description: >-
44
See how pipeline works in Membrane and learn how to set it up for you
55
part: 2
@@ -19,3 +19,6 @@ graphicPath: assets/images/Illo_basic pipeline.png
1919
| 9 | Mixer | 09_Mixer.md |
2020
| 10 | Sink | 10_Sink.md |
2121
| 11 | Pipeline | 11_Pipeline.md |
22+
| 12 | Bin | 12_Bin.md |
23+
| 13 | Dynamic Pads | 13_DynamicPads.md |
24+
| 14 | Tests | 14_Tests.md |

basic_pipeline_extension/01_Introduction.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

basic_pipeline_extension/assets/diagrams/basic_pipeline.drawio

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)