doc: switch from .md to .dox files and impose some general structure

This is an attempt of breaking up the documentation, currently spread across
several pages. We're left with a few high-level topics with various things
grouped underneath those.

Further refinement is necessary, but this can now be done in incremental steps
over massive reworks.
This commit is contained in:
Peter Hutterer 2021-05-25 19:55:06 +10:00 committed by Wim Taymans
parent 13bb152840
commit b64f0d581f
17 changed files with 189 additions and 134 deletions

8
doc/api.dox Normal file
View file

@ -0,0 +1,8 @@
/** \page page_api API Documentation
The API consists of two parts:
- The \subpage page_core_api to access a PipeWire instance.
- The \subpage page_implementation_api and tools to build new objects and modules
*/