From f81a7f42d8f10467108bab784117a380e0070ece Mon Sep 17 00:00:00 2001
From: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Date: Thu, 14 Jan 2021 18:18:25 +0100
Subject: Add a category for agl-compositor and rba documentation

Create a home for docs of compositor, rba and pipewire/wireplumber.
Also add a .gitignore file.

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Id1f9812d0f4db83cb72bf03987dc95d754e00725
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25913
---
 docs/5_Component_Documentation/0_AGL_components.md         | 14 ++++++++++++++
 docs/5_Component_Documentation/1_agl-compositor.md         |  7 +++++++
 .../2_waltham-receiver_waltham-transmitter.md              |  7 +++++++
 docs/5_Component_Documentation/3_rba.md                    |  7 +++++++
 docs/5_Component_Documentation/4_drm-leasemanager.md       |  7 +++++++
 docs/5_Component_Documentation/5_appfw.md                  |  7 +++++++
 docs/5_Component_Documentation/6_cynagora.md               |  7 +++++++
 docs/5_Component_Documentation/7_pyagl.md                  |  7 +++++++
 docs/5_Component_Documentation/8_pipewire_wireplumber.md   |  7 +++++++
 9 files changed, 70 insertions(+)
 create mode 100644 docs/5_Component_Documentation/0_AGL_components.md
 create mode 100644 docs/5_Component_Documentation/1_agl-compositor.md
 create mode 100644 docs/5_Component_Documentation/2_waltham-receiver_waltham-transmitter.md
 create mode 100644 docs/5_Component_Documentation/3_rba.md
 create mode 100644 docs/5_Component_Documentation/4_drm-leasemanager.md
 create mode 100644 docs/5_Component_Documentation/5_appfw.md
 create mode 100644 docs/5_Component_Documentation/6_cynagora.md
 create mode 100644 docs/5_Component_Documentation/7_pyagl.md
 create mode 100644 docs/5_Component_Documentation/8_pipewire_wireplumber.md

(limited to 'docs/5_Component_Documentation')

diff --git a/docs/5_Component_Documentation/0_AGL_components.md b/docs/5_Component_Documentation/0_AGL_components.md
new file mode 100644
index 0000000..d1f5d83
--- /dev/null
+++ b/docs/5_Component_Documentation/0_AGL_components.md
@@ -0,0 +1,14 @@
+---
+title: AGL Components
+---
+
+# Components under development within AGL
+
+- agl-compositor.md
+- waltham-receiver_waltham-transmitter.md
+- rba.md
+- drm-leasemanager.md
+- appfw.md
+- cynagora.md
+- pyagl.md
+- pipewire_wireplumber.md
diff --git a/docs/5_Component_Documentation/1_agl-compositor.md b/docs/5_Component_Documentation/1_agl-compositor.md
new file mode 100644
index 0000000..892a48f
--- /dev/null
+++ b/docs/5_Component_Documentation/1_agl-compositor.md
@@ -0,0 +1,7 @@
+---
+title: agl-compositor
+---
+
+# agl-compositor
+
+FIXME.
diff --git a/docs/5_Component_Documentation/2_waltham-receiver_waltham-transmitter.md b/docs/5_Component_Documentation/2_waltham-receiver_waltham-transmitter.md
new file mode 100644
index 0000000..cfaaf7b
--- /dev/null
+++ b/docs/5_Component_Documentation/2_waltham-receiver_waltham-transmitter.md
@@ -0,0 +1,7 @@
+---
+title: Waltham receiver/transmitter
+---
+
+# waltham
+
+FIXME.
diff --git a/docs/5_Component_Documentation/3_rba.md b/docs/5_Component_Documentation/3_rba.md
new file mode 100644
index 0000000..340d4b1
--- /dev/null
+++ b/docs/5_Component_Documentation/3_rba.md
@@ -0,0 +1,7 @@
+---
+title: Rule Based Arbitrator (rba)
+---
+
+# rba
+
+FIXME.
diff --git a/docs/5_Component_Documentation/4_drm-leasemanager.md b/docs/5_Component_Documentation/4_drm-leasemanager.md
new file mode 100644
index 0000000..30f86cc
--- /dev/null
+++ b/docs/5_Component_Documentation/4_drm-leasemanager.md
@@ -0,0 +1,7 @@
+---
+title: DRM lease manager
+---
+
+# DRM lease manager
+
+FIXME.
diff --git a/docs/5_Component_Documentation/5_appfw.md b/docs/5_Component_Documentation/5_appfw.md
new file mode 100644
index 0000000..1af8796
--- /dev/null
+++ b/docs/5_Component_Documentation/5_appfw.md
@@ -0,0 +1,7 @@
+---
+title: Application Framework
+---
+
+# AppFW
+
+FIXME.
diff --git a/docs/5_Component_Documentation/6_cynagora.md b/docs/5_Component_Documentation/6_cynagora.md
new file mode 100644
index 0000000..d2c74ce
--- /dev/null
+++ b/docs/5_Component_Documentation/6_cynagora.md
@@ -0,0 +1,7 @@
+---
+title: Cynagora
+---
+
+# cynagora
+
+FIXME.
diff --git a/docs/5_Component_Documentation/7_pyagl.md b/docs/5_Component_Documentation/7_pyagl.md
new file mode 100644
index 0000000..6de0a07
--- /dev/null
+++ b/docs/5_Component_Documentation/7_pyagl.md
@@ -0,0 +1,7 @@
+---
+title: PyAGL
+---
+
+# PyAGL
+
+FIXME.
diff --git a/docs/5_Component_Documentation/8_pipewire_wireplumber.md b/docs/5_Component_Documentation/8_pipewire_wireplumber.md
new file mode 100644
index 0000000..d5ca335
--- /dev/null
+++ b/docs/5_Component_Documentation/8_pipewire_wireplumber.md
@@ -0,0 +1,7 @@
+---
+title: Pipewire / Wireplumber
+---
+
+# Pipewire / Wireplumber
+
+FIXME.
-- 
cgit