diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 9 | ||||
-rw-r--r-- | content/tocs/apis_services/toc_dev_en.yml | 13 |
2 files changed, 13 insertions, 9 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 4d4ea66..242c7e4 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -198,9 +198,12 @@ repositories: src_prefix: docs/audio dst_prefix: audio documents: - - source: index.md - destination: resources.md - label: Resources + - source: 4a-framework.md + destination: 4a-framework.md + label: 4a-framework + - source: bluez-alsa.md + destination: bluez-alsa.md + label: bluez-alsa - url_fetch: "GERRIT_FETCH" git_name: apps/agl-service-homescreen-2017 diff --git a/content/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 40770df..8b5c71b 100644 --- a/content/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml @@ -1,9 +1,9 @@ ####################################################################### -# WARNING: +# WARNING: # - TOC should reference .HTML and .md (Index OK but Error 404) -# - do not forget to run 'docbuild --tocs' after any changes +# - do not forget to run 'docbuild --tocs' after any changes +# # -# ############################ SYNTAX ################################### # GLOBAL OPTIONS: # name: TOC (page) title @@ -13,7 +13,7 @@ # TOC Entry: # name: TOC entry (level 1) # children: -# - +# - # name: optional name for TOC entry (default: use URL FrontMatter info) # url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js: # - @@ -88,7 +88,8 @@ children: - name: Audio Framework children: - - url: reference/audio/resources.html + - url: reference/audio/4a-framework.html + - url: reference/audio/bluez-alsa.html - name: HMI Framework children: @@ -106,4 +107,4 @@ children: children: - url: reference/homescreen/homescreen_api.html - + |