docs: add some more links

This commit is contained in:
Wim Taymans 2020-06-19 13:41:42 +02:00
parent 93e04aebce
commit 2bcbf62443
2 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# PipeWire # PipeWire
PipeWire is a server and user space API to deal with multimedia [PipeWire](https://pipewire.org) is a server and user space API to
pipelines. This includes: deal with multimedia pipelines. This includes:
- Making available sources of video (such as from a capture devices or - Making available sources of video (such as from a capture devices or
application provided streams) and multiplexing this with application provided streams) and multiplexing this with
@ -137,6 +137,12 @@ single commands like this to get the server information:
$ pw-cli info 0 $ 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 ## Contributing
PipeWire is Free Software and is developed in the open. It is licensed under PipeWire is Free Software and is developed in the open. It is licensed under

View file

@ -1,4 +1,4 @@
# PipeWire # PipeWire Documentation
Start with the [overview](overview.md) of PipeWire. Start with the [overview](overview.md) of PipeWire.