diff --git a/README.md b/README.md index dcbe22cbd12845cf886d735b7b23333736bd1196..a7659529b16c213aae064370da1a6a573f6f0ffc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PipeWire -PipeWire is a server and user space API to deal with multimedia -pipelines. This includes: +[PipeWire](https://pipewire.org) is a server and user space API to +deal with multimedia pipelines. This includes: - Making available sources of video (such as from a capture devices or application provided streams) and multiplexing this with @@ -137,6 +137,12 @@ single commands like this to get the server information: $ pw-cli info 0 ``` +## Documentation + +Find tutorials and design documentation [here](doc/index.md). + +The autogenerated API docs are [here](https://docs.pipewire.org). + ## Contributing PipeWire is Free Software and is developed in the open. It is licensed under diff --git a/doc/index.md b/doc/index.md index d230a75b16e9de987c0389a486428394cddf29fc..be2f220b69da7dbc6999291b36d1fc7532e2b19b 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,4 +1,4 @@ -# PipeWire +# PipeWire Documentation Start with the [overview](overview.md) of PipeWire.