From fc837ed64a113ccaf41bb7a28896209b6510c09a Mon Sep 17 00:00:00 2001 From: hkojima Date: Mon, 30 Oct 2017 17:19:58 +0900 Subject: Update toc_dev_en.yml and fetched_files.yml To add HMI-FW documents (HS, WM, SM), add these information to "APIs&Services" section. Signed-off-by: hkojima --- content/tocs/apis_services/fetched_files.yml | 56 ++++++++++++++++++++++++++++ content/tocs/apis_services/toc_dev_en.yml | 14 ++++++- 2 files changed, 69 insertions(+), 1 deletion(-) (limited to 'content/tocs/apis_services') diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index b5afea6..c804c2e 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -184,6 +184,62 @@ repositories: - source: index.md destination: resources.md label: Resources +- + url_fetch: "GITHUB_FETCH" + git_name: hiroshi-kojima/AGL-HMIFW-Docs + git_commit: "master" + src_prefix: HomeScreen/ + dst_prefix: hmi-framework/ + documents: + - source: ApplicationGuide.md + destination: 3_1-HomeScreen-Guide.md + label: Home Screen Developper Guide + - source: parts/initialize.svg + - source: parts/initialize-registercallback.svg + - source: parts/initialize-set-event-handler.svg + - source: parts/on_screen_message.svg + - source: parts/software-stack.png + - source: parts/tap_shortcut.svg +- + url_fetch: "GITHUB_FETCH" + git_name: hiroshi-kojima/AGL-HMIFW-Docs + git_commit: "master" + src_prefix: WindowManager/ + dst_prefix: hmi-framework/ + documents: + - source: ApplicationGuide.md + destination: 3_2-WindowManager-Guide.md + label: Window Manager Developper Guide +- + url_fetch: "GITHUB_FETCH" + git_name: hiroshi-kojima/AGL-HMIFW-Docs + git_commit: "master" + src_prefix: SoundManager/ + dst_prefix: hmi-framework/ + documents: + - source: ApplicationGuide.md + destination: 3_3-SoundManager-Guide.md + label: Sound Manager Developper Guide + - source: Display_Audio_Transition1.md + destination: Display_Audio_Transition1.md + label: Sound Manager Developper Guide 2 + - source: Display_Audio_Transition2.md + destination: Display_Audio_Transition2.md + label: Sound Manager Developper Guide 3 + - source: parts/seq_startup.svg + - source: parts/am-component.png + - source: parts/seq_registration.svg + - source: parts/seq_connectsoundroute.svg + - source: parts/seq_startsoundstreaming.svg + - source: parts/seq_requestsoundmode.svg + - source: parts/seq_setmutestate.svg + - source: parts/seq_changevolume.svg + - source: parts/seq_stopsoundstreaming.svg + - source: parts/seq_disconnectsoundroute.svg + - source: parts/software-stack.png + - source: parts/seq_releasesoundmode.svg + - source: parts/typical-usecase.png + - source: parts/am-component.png - url_fetch : GERRIT_FETCH git_commit : master diff --git a/content/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 73b27d7..3c3e4a9 100644 --- a/content/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml @@ -84,7 +84,19 @@ children: children: - url: reference/audio/resources.html - - name: HomeScreen + name: HMI Framework + children: + - + name: Home Screen Developper Guide + url: reference/hmi-framework/3_1-HomeScreen-Guide.html + - + name: Window Manager Developper Guide + url: reference/hmi-framework/3_2-WindowManager-Guide.html + - + name: Sound Manager Developper Guide + url: reference/hmi-framework/3_3-SoundManager-Guide.html +- + name: HomeScreen (old) children: - url: reference/homescreen/homescreen_api.html -- cgit 1.2.3-korg