diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-02-22 11:56:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-22 15:06:26 +0000 |
commit | 537b1f6318a841133e87d6cbb919ff9c6963bc97 (patch) | |
tree | 97cfd6df5eb3bb7508e1ea60f50a0aa0a70de18c /docs | |
parent | ac9ff647708f2165a468f341932dc73c5cf02ef7 (diff) |
01_Application_Framework: Migrate new service and new application creation
This moves out 03_Creating_a_New_Service and
04_Creating_a_New_Application under Application Framework folder, as
they don't really make sense being outside of it, when in fact they are
referring quite a lot to the Application Framework, being dependent
on the D-Bus IPC.
Bug-AGL: SPEC-4700
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I08819725efa89afe0b44ff7e3146906c43ff40d0
(cherry picked from commit a6598a4a7f4e494108997340dbbc7095be514c7e)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28538
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md | 2 | ||||
-rw-r--r-- | docs/04_Developer_Guides/01_Application_Framework/03_Creating_a_New_Service.md (renamed from docs/04_Developer_Guides/02_Creating_a_New_Service.md) | 0 | ||||
-rw-r--r-- | docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application.md (renamed from docs/04_Developer_Guides/03_Creating_a_New_Application.md) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md b/docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md index e61e67f..5c38907 100644 --- a/docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md +++ b/docs/04_Developer_Guides/01_Application_Framework/01_Introduction.md @@ -86,7 +86,7 @@ allowing for improved reliability and security. Each service should be represented by a `systemd` unit file installed to the appropriate location. More details can be obtained from the [Creating a New -Service](/04_Developer_Guides/02_Creating_a_New_Service/) document. +Service](../03_Creating_a_New_Service/) document. # User session management diff --git a/docs/04_Developer_Guides/02_Creating_a_New_Service.md b/docs/04_Developer_Guides/01_Application_Framework/03_Creating_a_New_Service.md index 22e98ea..22e98ea 100644 --- a/docs/04_Developer_Guides/02_Creating_a_New_Service.md +++ b/docs/04_Developer_Guides/01_Application_Framework/03_Creating_a_New_Service.md diff --git a/docs/04_Developer_Guides/03_Creating_a_New_Application.md b/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application.md index 014069d..014069d 100644 --- a/docs/04_Developer_Guides/03_Creating_a_New_Application.md +++ b/docs/04_Developer_Guides/01_Application_Framework/04_Creating_a_New_Application.md |