doc: add tutorial index

This commit is contained in:
Wim Taymans 2020-06-11 13:43:29 +02:00
parent 0a84a77a21
commit 0ee5feab67
2 changed files with 9 additions and 1 deletions

View file

@ -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.

8
doc/tutorial-index.md Normal file
View file

@ -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).