diff --git a/doc/index.md b/doc/index.md index 9293065a7..d230a75b1 100644 --- a/doc/index.md +++ b/doc/index.md @@ -6,7 +6,7 @@ Some notes about the [architecture](architecture.md) can be found here. Start the tutorial about how to use the PipeWire API -[here](tutorial1.md). +[here](tutorial-index.md). Notes about the design of the low-level [SPA](spa/design.md) layer. diff --git a/doc/tutorial-index.md b/doc/tutorial-index.md new file mode 100644 index 000000000..e494787cf --- /dev/null +++ b/doc/tutorial-index.md @@ -0,0 +1,8 @@ +# PipeWire Tutorial + +Welcome to the PipeWire tutorial. The goal is to learn to +PipeWire API step-by-step with simple short examples. + +1) Getting started [tutorial 1](tutorial1.md). + +2) Enumerating objects [tutorial 2](tutorial2.md).