diff options
author | Walt Miner <wminer@linuxfoundation.org> | 2017-02-01 08:04:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 08:04:50 -0600 |
commit | 14081277dd5a91795d9fcabab059c329959736cd (patch) | |
tree | a519e4402ee03fb4f903c75218b5ecc790d3847a | |
parent | 79f981fef358defcac7e017071b2be5d8dfe577f (diff) | |
parent | 1f3a6d1896a3deafcf1c052509d7f787ab5386e0 (diff) |
Merge pull request #45 from jensbocklage/jbocklage/initialapi
Add HomeScreen API documentation
-rw-r--r-- | site/_tocs/apis_services/fetched_files.yml | 27 | ||||
-rw-r--r-- | site/_tocs/apis_services/toc_dev_en.yml | 4 | ||||
-rw-r--r-- | site/_tocs/getting_started/fetched_files.yml | 4 |
3 files changed, 33 insertions, 2 deletions
diff --git a/site/_tocs/apis_services/fetched_files.yml b/site/_tocs/apis_services/fetched_files.yml index 273c458..91caa02 100644 --- a/site/_tocs/apis_services/fetched_files.yml +++ b/site/_tocs/apis_services/fetched_files.yml @@ -132,4 +132,31 @@ repositories: - source: index.md destination: resources.md label: Resources +- + url_fetch : GERRIT_FETCH + git_commit : master + git_name : apps/homescreen + src_prefix : homescreen/docs + dst_prefix : homescreen + documents: + - source: homescreen_api.md + label: HomeScreen API + - source: pictures/api_getAllSurfacesOfProcess.png + destination: pictures/api_getAllSurfacesOfProcess.png + - source: pictures/api_getSurfaceStatus_1.png + destination: pictures/api_getSurfaceStatus_1.png + - source: pictures/api_getSurfaceStatus_2.png + destination: pictures/api_getSurfaceStatus_2.png + - source: pictures/api_getSurfaceStatus_3.png + destination: pictures/api_getSurfaceStatus_3.png + - source: pictures/api_hardKeyPressed.png + destination: pictures/api_hardKeyPressed.png + - source: pictures/api_renderSurfaceToArea.png + destination: pictures/api_renderSurfaceToArea.png + - source: pictures/api_renderSurfaceToAreaAllowed.png + destination: pictures/api_renderSurfaceToAreaAllowed.png + - source: pictures/api_requestSurfaceIdToFullScreen.png + destination: pictures/api_requestSurfaceIdToFullScreen.png + - source: pictures/api_surfaceVisibilityChanged.png + destination: pictures/api_surfaceVisibilityChanged.png diff --git a/site/_tocs/apis_services/toc_dev_en.yml b/site/_tocs/apis_services/toc_dev_en.yml index f41cbad..9545874 100644 --- a/site/_tocs/apis_services/toc_dev_en.yml +++ b/site/_tocs/apis_services/toc_dev_en.yml @@ -68,5 +68,9 @@ children: name: Audio Framework children: - url: reference/audio/resources.html +- + name: HomeScreen + children: + - url: reference/homescreen/homescreen_api.html diff --git a/site/_tocs/getting_started/fetched_files.yml b/site/_tocs/getting_started/fetched_files.yml index 578fb3f..1de9126 100644 --- a/site/_tocs/getting_started/fetched_files.yml +++ b/site/_tocs/getting_started/fetched_files.yml @@ -73,9 +73,9 @@ repositories: label: SDK Quick Setup - url_fetch : GERRIT_FETCH - git_name : staging/HomeScreen + git_name : apps/homescreen git_commit : AGL_GERRIT_BRANCH - src_prefix : HomeScreen/docs + src_prefix : homescreen/docs dst_prefix : homescreen documents: - source: index.md |