diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-03-23 14:41:52 +0100 |
---|---|---|
committer | ronan [iot.bzh] <ronan.lemartret@iot.bzh> | 2018-04-09 15:07:13 +0200 |
commit | fdaed4e63fe3d1e48fd5fb899aabfe5508f5201e (patch) | |
tree | b51e9488157cf67ad16212ee4fea51cf2a4df79e /content/tocs/apis_services | |
parent | 67c2f12e6ffa2a7cfd9225d6ffad7857c9e1ba05 (diff) |
Add bluez-alsa documentation
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'content/tocs/apis_services')
-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 - + |