Add a category for agl-compositor and rba documentation 13/25913/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 14 Jan 2021 17:18:25 +0000 (18:18 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 20 Jan 2021 23:52:26 +0000 (23:52 +0000)
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

23 files changed:
.gitignore [new file with mode: 0644]
docs/5_Component_Documentation/0_AGL_components.md [new file with mode: 0644]
docs/5_Component_Documentation/1_agl-compositor.md [new file with mode: 0644]
docs/5_Component_Documentation/2_waltham-receiver_waltham-transmitter.md [new file with mode: 0644]
docs/5_Component_Documentation/3_rba.md [new file with mode: 0644]
docs/5_Component_Documentation/4_drm-leasemanager.md [new file with mode: 0644]
docs/5_Component_Documentation/5_appfw.md [new file with mode: 0644]
docs/5_Component_Documentation/6_cynagora.md [new file with mode: 0644]
docs/5_Component_Documentation/7_pyagl.md [new file with mode: 0644]
docs/5_Component_Documentation/8_pipewire_wireplumber.md [new file with mode: 0644]
docs/6_How_To_Contribute/1_Getting_Linux_Foundation_account.md [moved from docs/5_How_To_Contribute/1_Getting_Linux_Foundation_account.md with 100% similarity]
docs/6_How_To_Contribute/2_Using_Jira_for_current_work_items.md [moved from docs/5_How_To_Contribute/2_Using_Jira_for_current_work_items.md with 100% similarity]
docs/6_How_To_Contribute/3_Working_with_Gerrit.md [moved from docs/5_How_To_Contribute/3_Working_with_Gerrit.md with 100% similarity]
docs/6_How_To_Contribute/4_Submitting_Changes.md [moved from docs/5_How_To_Contribute/4_Submitting_Changes.md with 100% similarity]
docs/6_How_To_Contribute/5_Reviewing_Changes.md [moved from docs/5_How_To_Contribute/5_Reviewing_Changes.md with 100% similarity]
docs/6_How_To_Contribute/6_Gerrit_Recommended_Practices.md [moved from docs/5_How_To_Contribute/6_Gerrit_Recommended_Practices.md with 100% similarity]
docs/6_How_To_Contribute/7_General_Guidelines.md [moved from docs/5_How_To_Contribute/7_General_Guidelines.md with 100% similarity]
docs/6_How_To_Contribute/8_Adding_Documentation.md [moved from docs/5_How_To_Contribute/8_Adding_Documentation.md with 100% similarity]
docs/6_How_To_Contribute/9_Contribution_Checklist.md [moved from docs/5_How_To_Contribute/9_Contribution_Checklist.md with 100% similarity]
docs/6_How_To_Contribute/images/jira-1.png [moved from docs/5_How_To_Contribute/images/jira-1.png with 100% similarity]
docs/6_How_To_Contribute/images/jira-2.png [moved from docs/5_How_To_Contribute/images/jira-2.png with 100% similarity]
docs/6_How_To_Contribute/images/jira-3.png [moved from docs/5_How_To_Contribute/images/jira-3.png with 100% similarity]
docs/6_How_To_Contribute/images/review.png [moved from docs/5_How_To_Contribute/images/review.png with 100% similarity]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ccbfadb
--- /dev/null
@@ -0,0 +1 @@
+site/
\ No newline at end of file
diff --git a/docs/5_Component_Documentation/0_AGL_components.md b/docs/5_Component_Documentation/0_AGL_components.md
new file mode 100644 (file)
index 0000000..d1f5d83
--- /dev/null
@@ -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 (file)
index 0000000..892a48f
--- /dev/null
@@ -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 (file)
index 0000000..cfaaf7b
--- /dev/null
@@ -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 (file)
index 0000000..340d4b1
--- /dev/null
@@ -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 (file)
index 0000000..30f86cc
--- /dev/null
@@ -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 (file)
index 0000000..1af8796
--- /dev/null
@@ -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 (file)
index 0000000..d2c74ce
--- /dev/null
@@ -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 (file)
index 0000000..6de0a07
--- /dev/null
@@ -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 (file)
index 0000000..d5ca335
--- /dev/null
@@ -0,0 +1,7 @@
+---
+title: Pipewire / Wireplumber
+---
+
+# Pipewire / Wireplumber
+
+FIXME.