Update to documentation before Marlin 97/27097/3 12.92.0 marlin/12.92.0 marlin_12.92.0
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 26 Jan 2022 11:25:31 +0000 (12:25 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 2 Feb 2022 11:50:02 +0000 (11:50 +0000)
commit8160b5cdc8547277f3f31ee1e41524754d5d987d
tree6ebbcfa9802c82de6b552733ef53d411247e1cdd
parent835363f430c5dee0b53b7c415572cdfdcc02ad18
Update to documentation before Marlin

This is mostly a cleanup before the Magic Marlin Release.
We do have the Application Framework chapter rewrite pending.

Bug-AGL: SPEC-4236
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I7e1f39667b4db417497b1d0c84065c173fa18439
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27097
59 files changed:
docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md
docs/0_Getting_Started/2_Building_AGL_Image/3_Initializing_Your_Build_Environment.md
docs/0_Getting_Started/2_Building_AGL_Image/5_1_x86_Emulation_and_Hardware.md
docs/3_Developer_Guides/0_FIXME.md [new file with mode: 0644]
docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md [deleted file]
docs/3_Developer_Guides/1_Application_Framework/1_afm-daemons.md [deleted file]
docs/3_Developer_Guides/1_Application_Framework/2_widgets.md [deleted file]
docs/3_Developer_Guides/1_Application_Framework/3_widgets_overview.md [deleted file]
docs/3_Developer_Guides/1_Application_Framework/4_Widget_configuration_file.md [deleted file]
docs/3_Developer_Guides/1_Application_Framework/5_Permissions.md [deleted file]
docs/3_Developer_Guides/1_Application_Framework/6_Quick-Tutorial.md [deleted file]
docs/3_Developer_Guides/1_Application_Framework/images/AppFW-APP_install_sequences.svg [deleted file]
docs/3_Developer_Guides/1_Application_Framework/images/Security_model_history.svg [deleted file]
docs/3_Developer_Guides/1_Application_Framework/images/afm-daemons.svg [deleted file]
docs/3_Developer_Guides/1_Application_Framework/images/make-units.svg [deleted file]
docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md
docs/3_Developer_Guides/2_Application_Framework_Binder/0_Overview.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/1_Binder_daemon_vocabulary.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/2_How_to_write_a_binding.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/3_Binder_References.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/4_Binder_events_guide.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/5_Binder_Application_writing_guide.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/7_Document_revisions.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/1_Migration_to_bindings_v3.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/2_WebSocket_protocol_x-afb-ws-json1.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/3_Installing_the_binder_on_a_desktop.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/4_Options_of_afb-daemon.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/5_Debugging_binder_and_bindings.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/6_LEGACY_Migration_from_v1_to_v2.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/7_LEGACY_Binding_v2_references.md [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/images/basis.svg [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/images/interconnection.svg [deleted file]
docs/3_Developer_Guides/2_Application_Framework_Binder/images/signaling-basis.svg [deleted file]
docs/3_Developer_Guides/2_Creating_a_New_Service.md
docs/3_Developer_Guides/3_AppFW_Privileges_Management/03-AGL-AppFW-Privileges-Management.pdf [deleted file]
docs/3_Developer_Guides/3_AppFW_Privileges_Management/AppFW-Privileges_Management.md [deleted file]
docs/3_Developer_Guides/3_Creating_a_New_Application.md
docs/3_Developer_Guides/4_AFB_Helper_Guide/1_Usage.md [deleted file]
docs/3_Developer_Guides/4_AFB_Helper_Guide/2_AFB_Timer.md [deleted file]
docs/3_Developer_Guides/4_AFB_Helper_Guide/3_CURL_wrapper.md [deleted file]
docs/3_Developer_Guides/4_AFB_Helper_Guide/4_URL_Escaping.md [deleted file]
docs/3_Developer_Guides/4_AFB_Helper_Guide/5_Filescan_Utils.md [deleted file]
docs/3_Developer_Guides/4_AFB_Helper_Guide/6_Qt_AFB_Websocket_client.md [deleted file]
docs/3_Developer_Guides/4_AFB_Helper_Guide/7_JSON_library_for_modern_C++.md [deleted file]
docs/3_Developer_Guides/4_AFB_Helper_Guide/8_C_JSON_Wrapper.md [deleted file]
docs/3_Developer_Guides/5_Using_CMAKE_Applications_Module/1_Project_Architecture.md [deleted file]
docs/3_Developer_Guides/5_Using_CMAKE_Applications_Module/2_Configuring_AGL_CMake_Templates.md [deleted file]
docs/3_Developer_Guides/5_Using_CMAKE_Applications_Module/3_Advanced_Usage.md [deleted file]
docs/3_Developer_Guides/5_Using_CMAKE_Applications_Module/4_Advanced_Customization.md [deleted file]
docs/3_Developer_Guides/5_Using_CMAKE_Applications_Module/5_Autobuild.md [deleted file]
docs/3_Developer_Guides/5_Using_CMAKE_Applications_Module/6_Using_CMake_Templates_from_Bitbake_Recipes.md [deleted file]
docs/4_APIs_and_Services/0_API_Reference.md [deleted file]
docs/4_APIs_and_Services/FIXME.md [new file with mode: 0644]
docs/5_Component_Documentation/5_application_framework.md [moved from docs/5_Component_Documentation/5_appfw.md with 100% similarity]
docs/5_Component_Documentation/6_cynagora.md [deleted file]
docs/5_Component_Documentation/6_pipewire_wireplumber.md [moved from docs/5_Component_Documentation/8_pipewire_wireplumber.md with 100% similarity]
docs/5_Component_Documentation/7_ic-sound-manager.md [moved from docs/5_Component_Documentation/9_ic-sound-manager.md with 100% similarity]
docs/5_Component_Documentation/7_pyagl.md [deleted file]
docs/index.md