diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-12-22 21:26:36 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-12-22 21:26:36 +0100 |
commit | c62f3d3b8a7d996bec5ce181a5b245d792796cc2 (patch) | |
tree | 7543a352c9f894b011c140042e2d945bb09dd435 /content/tocs/devguides | |
parent | 783a8763bdf440818d4ba61d4b1b511d317cb90f (diff) |
Remove fetched and toc yaml files (old method)
Change-Id: I515d45f197a815bb2b169ba0380ef0e8b7fbc4f8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'content/tocs/devguides')
-rw-r--r-- | content/tocs/devguides/fetched_files.yml | 216 | ||||
-rw-r--r-- | content/tocs/devguides/toc_dev_en.yml | 291 |
2 files changed, 0 insertions, 507 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml deleted file mode 100644 index 2d9d6d3..0000000 --- a/content/tocs/devguides/fetched_files.yml +++ /dev/null @@ -1,216 +0,0 @@ -############################################################################################################## -# GLOBAL DOCUMENT -# <any REPOSITORY option>: global setting -# repositories: array of objects with documents to fetchd -# -# REPOSITORY ENTRY: -# - -# url_fetch: gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration) -# url_edit: gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration) -# git_name: repository name (%repo%) -# git_commit: git reference: revision, SHA1, branch... (%commit%) -# src_prefix: prefix prepended to %source% -# dst_prefix: prefix prepended to destination name -# documents: array of documents to fetch -# -# DOCUMENT ENTRY: -# source: subpath within repository (%source%) -# destination: local destination filename -# label|title: name within TOC -# edit|editURI: specific edition URI -# -# EXAMPLE: -# ------------------------------------ -# url: "GERRIT_FETCH" -# git_commit: "master" -# repositories: -# - -# git_name: src/foo -# src_prefix: docs -# dst_prefix: foodocs -# documents: -# - source: intro.md -# label: Introduction -# - source: topic/README.md -# destination: topic.md -# label: My Topic -# ------------------------------------ -############################################################################################################## - -url_fetch: GERRIT_FETCH -git_commit: AGL_GERRIT_BRANCH - -repositories: -- - git_name: AGL/meta-agl - documents: - - source: README-AGL.md - destination: AGL.md - label: AGL Overview - - source: README.md - destination: meta-agl.md - label: meta-agl -- - git_name: AGL/meta-agl-demo - documents: - - source: README.md - destination: meta-agl-demo.md - label: meta-agl-demo -- - git_name: AGL/meta-agl-devel - documents: - - source: README.md - destination: meta-agl-devel.md - label: meta-agl-devel -- - url_fetch: https://iot.bzh/download/public/2016/%source% - dst_prefix: iotbzh2016 - documents: - - source: appfw/03-AGL-AppFW-Privileges-Management.pdf -- - url_fetch: GITHUB_FETCH - url_edit: GITHUB_EDIT - git_name: iotbzh/agl-documentation - git_commit: master - documents: - - source: host-configuration/docs/0_Abstract.md - - source: host-configuration/docs/1_Prerequisites.md - - source: host-configuration/docs/2_AGL_Application_Framework.md - - source: host-configuration/docs/3_Binding_Build_Example.md - - source: host-configuration/docs/4_AGL_XDS.md - - source: host-configuration/docs/5_Candevstudio.md -- - url_fetch: GITHUB_FETCH - url_edit: GITHUB_EDIT - git_name: iotbzh/agl-documentation - git_commit: master - documents: - - source: sdk-devkit/docs/part-1/1_0_Abstract.md - - source: sdk-devkit/docs/part-1/1_1-Deploy_image.md - - source: sdk-devkit/docs/part-1/1_2-Setting-up-your_os.md - - source: sdk-devkit/docs/part-1/1_4-Inside-the-container.md - - source: sdk-devkit/docs/part-1/1_7-SDK-compilation-installation.md - - source: sdk-devkit/docs/part-1/pictures/docker_install_macos_1.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_macos_2.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_macos_3.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_macos_4.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_macos_5.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_macos_6.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_windows_1.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_windows_2.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_windows_3.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_windows_4.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_windows_5.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_windows_6.png - - source: sdk-devkit/docs/part-1/pictures/docker_install_windows_7.png - - source: sdk-devkit/docs/part-1/pictures/renesas_download.jpg - - source: sdk-devkit/docs/part-1/pictures/windows_putty_1.png - - source: sdk-devkit/docs/part-1/pictures/windows_putty_2.png - - source: sdk-devkit/docs/part-1/pictures/windows_win32diskimager_1.png - - source: sdk-devkit/docs/part-1/pictures/windows_win32diskimager_2.png - - source: sdk-devkit/docs/part-1/pictures/windows_win32diskimager_3.png - - source: sdk-devkit/docs/part-1/pictures/windows_win32diskimager_4.png - - source: sdk-devkit/docs/part-1/pictures/windows_win32diskimager_5.png - - source: sdk-devkit/docs/part-2/2_0_Abstract.md - - source: sdk-devkit/docs/part-2/2_1-Init-sdk-env.md - - source: sdk-devkit/docs/part-2/2_2-Trying-out-template.md - - source: sdk-devkit/docs/part-2/2_3-Dev-with-container.md - - source: sdk-devkit/docs/part-2/pictures/mac_x11_logo.png - - source: sdk-devkit/docs/part-2/pictures/putty_config.png - - source: sdk-devkit/docs/part-2/pictures/qml_app.png - - source: sdk-devkit/docs/part-2/pictures/web-runtime_app.png - - source: sdk-devkit/docs/part-2/pictures/xming_server.png -- - git_name: src/cmake-apps-module - src_prefix: "docs/dev_guide" - dst_prefix: "cmakeafbtemplates" - documents: - - source: 0_Abstract.md - - source: 1_Quickstart.md - - source: 2_project_architecture.md - - source: 3_advanced_usage.md - - source: 4_advanced_customization.md - - source: 5_autobuild.md -- - git_name: src/xds/xds-docs - src_prefix: "docs" - dst_prefix: "xds" - documents: - - source: part-1/0_Abstract.md - - source: part-1/1_install-xds-server.md - - source: part-1/1-1_install-xds-server-docker.md - - source: part-1/1-2_install-xds-server-vm.md - - source: part-1/1-3_install-xds-server-native.md - - source: part-1/2_install-client.md - - source: part-1/3_install-sdks.md - - source: part-1/4-1_build-first-app-setup.md - - source: part-1/4-2_build-first-app-cmd.md - - source: part-1/4-3_build-first-app-dashboard.md - - source: part-1/4-4_build-first-app-ide.md - - source: part-1/4_build-first-app.md - - source: part-1/5-1_debug-first-app-config.md - - source: part-1/5-2_debug-first-app-cmd.md - - source: part-1/5-3_debug-first-app-ide.md - - source: part-1/5_debug-first-app.md - - source: part-1/pictures/nb_new-project-1.png - - source: part-1/pictures/nb_new-project-2.png - - source: part-1/pictures/nb_new-project-3.png - - source: part-1/pictures/nb_new-project-4.png - - source: part-1/pictures/nb_new-project-5.png - - source: part-1/pictures/nb_newtool.png - - source: part-1/pictures/nb_project_debug-1.png - - source: part-1/pictures/nb_xds_options.png - - source: part-1/pictures/xds-block-chain.png - - source: part-1/pictures/xds-block-diagram.png - - source: part-1/pictures/xds-conf.png - - source: part-1/pictures/xds-dashboard-icon-1.png - - source: part-1/pictures/xds-dashboard-icon-2.png - - source: part-1/pictures/xds-dashboard-icon-3.png - - source: part-1/pictures/xds-dashboard-prj-1.png - - source: part-1/pictures/xds-dashboard-prj-2.png - - source: part-1/pictures/xds-dashboard-sdks-install.png - - source: part-1/pictures/xds-dashboard-sdks-mgt.png - - source: part-2/0_Abstract.md - - source: part-2/1_Prerequisites.md - - source: part-2/1_xds-server/0_abstract.md - - source: part-2/1_xds-server/1_build.md - - source: part-2/1_xds-server/2_config.md - - source: part-2/1_xds-server/3_how-to-run.md - - source: part-2/1_xds-server/4_debug.md - - source: part-2/1_xds-server/5_test.md - - source: part-2/2_xds-agent/0_abstract.md - - source: part-2/2_xds-agent/1_build.md - - source: part-2/2_xds-agent/2_config.md - - source: part-2/2_xds-agent/3_start.md - - source: part-2/2_xds-agent/4_debug.md - - source: part-2/3_xds-cli/0_abstract.md - - source: part-2/3_xds-cli/1_build.md - - source: part-2/3_xds-cli/2_config.md - - source: part-2/3_xds-cli/3_commands.md - - source: part-2/3_xds-cli/4_debug.md - - source: part-2/4_xds-gdb/0_abstract.md - - source: part-2/4_xds-gdb/1_build.md - - source: part-2/4_xds-gdb/2_config.md - - source: part-2/4_xds-gdb/3_debug.md - -- - url_fetch: GITHUB_FETCH - url_edit: GITHUB_EDIT - git_name: baylibre/agl-docs-baylibre - git_commit: master - documents: - - source: CIAT/training/How_to_write_your_own_tests_for_AGL.pdf - - source: CIAT/training/Hands_on_lab_documentation.pdf -- - git_name: apps/app-controller-submodule - src_prefix: docs - dst_prefix: ctrler - documents: - - source: Usage.md - label: Usage - - source: configSample.md - label: Configuration Sample - - source: controller.md - label: Installation - - source: controllerConfig.md - label: Binding Configuration diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml deleted file mode 100644 index 86a436a..0000000 --- a/content/tocs/devguides/toc_dev_en.yml +++ /dev/null @@ -1,291 +0,0 @@ -####################################################################### -# WARNING: -# - TOC should reference .HTML and .md (Index OK but Error 404) -# - do not forget to run 'docbuild --tocs' after any changes -# -# -############################ SYNTAX ################################### -# GLOBAL OPTIONS: -# name: TOC (page) title -# template: name of template to use for this page - use 'generated_index.html' if unknown -# children: array of TOC entries -# -# 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: -# - -# name: ... -# url: ... -# ... -# -# EXAMPLE: -# ------------------------------- -# name: Developer Guides -# template: generated_index.html -# children: -# - -# name: Application Framework -# children: -# - url: reference/af-main/overview.html -# - url: reference/af-main/afm-system-daemon.html -# - url: reference/af-main/afm-user-daemon.html -# ------------------------------- -####################################################################### - -name: Developer Guides -template: generated_index.html -children: -- - name: Yocto layers - children: - - url: reference/AGL.html - - url: reference/meta-agl.html - - url: reference/meta-agl-demo.html - - url: reference/meta-agl-devel.html -- - name: Host Configuration - children: - - - name: Abstract - url: reference/host-configuration/docs/0_Abstract.html - - - name: Prerequisites - url: reference/host-configuration/docs/1_Prerequisites.html - - - name: AGL Application Framework - url: reference/host-configuration/docs/2_AGL_Application_Framework.html - - - name: Binding Build Example - url: reference/host-configuration/docs/3_Binding_Build_Example.html - - - name: AGL XDS - url: reference/host-configuration/docs/4_AGL_XDS.html - - - name: CanDevStudio - url: reference/host-configuration/docs/5_Candevstudio.html -- - name: "Development Kit: build AGL image" - children: - - - name: Abstract - url: reference/sdk-devkit/docs/part-1/1_0_Abstract.html - - - name: Deploy image - url: reference/sdk-devkit/docs/part-1/1_1-Deploy_image.html - - - name: Setting up your operating system - url: reference/sdk-devkit/docs/part-1/1_2-Setting-up-your_os.html - - - name: Inside the container - url: reference/sdk-devkit/docs/part-1/1_4-Inside-the-container.html - - - name: SDK compilation and installation - url: reference/sdk-devkit/docs/part-1/1_7-SDK-compilation-installation.html -- - name: "Development Kit: build AGL application" - children: - - - name: Abstract - url: reference/sdk-devkit/docs/part-2/2_0_Abstract.html - - - name: Initialize SDK environment - url: reference/sdk-devkit/docs/part-2/2_1-Init-sdk-env.html - - - name: Trying out template - url: reference/sdk-devkit/docs/part-2/2_2-Trying-out-template.html - - - name: Developing with container - url: reference/sdk-devkit/docs/part-2/2_3-Dev-with-container.html -- - name: "Usage of CMake Afb Template module" - children: - - - name: "Abstract" - url: "reference/cmakeafbtemplates/0_Abstract.html" - - - name: "Quickstart" - url: "reference/cmakeafbtemplates/1_Quickstart.html" - - - name: "Project architecture" - url: "reference/cmakeafbtemplates/2_project_architecture.html" - - - name: "Advanced usage" - url: "reference/cmakeafbtemplates/3_advanced_usage.html" - - - name: "Advanced customization" - url: "reference/cmakeafbtemplates/4_advanced_customization.html" - - - name: "The autobuild script" - url: "reference/cmakeafbtemplates/5_autobuild.html" -- - name: "X(cross) Development System: User's Guide" - children: - - - name: Getting Started - url: reference/xds/part-1/0_Abstract.html - - - name: Installing xds-server - children: - - - name: Installation - url: reference/xds/part-1/1_install-xds-server.html - - - name: Based on Docker container - url: reference/xds/part-1/1-1_install-xds-server-docker.html - - - name: Based on Virtual Machine appliance - url: reference/xds/part-1/1-2_install-xds-server-vm.html - - - name: Native installation - url: reference/xds/part-1/1-3_install-xds-server-native.html - - - name: Installing xds client tools - url: reference/xds/part-1/2_install-client.html - - - name: Installing AGL SDKs - url: reference/xds/part-1/3_install-sdks.html - - - name: Create your first AGL application - children: - - - name: Prerequisites - url: reference/xds/part-1/4_build-first-app.html - - - name: Setup - url: reference/xds/part-1/4-1_build-first-app-setup.html - - - name: Build using command line tool - url: reference/xds/part-1/4-2_build-first-app-cmd.html - - - name: Build using XDS Dashboard - url: reference/xds/part-1/4-3_build-first-app-dashboard.html - - - name: Build using a source code editor / IDE - url: reference/xds/part-1/4-4_build-first-app-ide.html - - - name: Debug your first AGL application - children: - - - name: Prerequisites - url: reference/xds/part-1/5_debug-first-app.html - - - name: Configuration - url: reference/xds/part-1/5-1_debug-first-app-config.html - - - name: xds-gdb from command line - url: reference/xds/part-1/5-2_debug-first-app-cmd.html - - - name: xds-gdb within an IDE - url: reference/xds/part-1/5-3_debug-first-app-ide.html - -- - name: "X(cross) Development System: Internals" - children: - - - name: Abstract - url: reference/xds/part-2/0_Abstract.html - - - name: Prerequisites - url: reference/xds/part-2/1_Prerequisites.html - - - name: XDS-server - children: - - - name: Abstract - url: reference/xds/part-2/1_xds-server/0_abstract.html - - - name: Build from scratch - url: reference/xds/part-2/1_xds-server/1_build.html - - - name: Configuration - url: reference/xds/part-2/1_xds-server/2_config.html - - - name: How to run - url: reference/xds/part-2/1_xds-server/3_how-to-run.html - - - name: Debugging - url: reference/xds/part-2/1_xds-server/4_debug.html - - - name: Test - url: reference/xds/part-2/1_xds-server/5_test.html - - - name: XDS-agent - children: - - - name: Abstract - url: reference/xds/part-2/2_xds-agent/0_abstract.html - - - name: Build from scratch - url: reference/xds/part-2/2_xds-agent/1_build.html - - - name: Configuration - url: reference/xds/part-2/2_xds-agent/2_config.html - - - name: Start - url: reference/xds/part-2/2_xds-agent/3_start.html - - - name: Debugging - url: reference/xds/part-2/2_xds-agent/4_debug.html - - - name: XDS-cli - children: - - - name: Abstract - url: reference/xds/part-2/3_xds-cli/0_abstract.html - - - name: Build from scratch - url: reference/xds/part-2/3_xds-cli/1_build.html - - - name: Configuration - url: reference/xds/part-2/3_xds-cli/2_config.html - - - name: CLI Commands - url: reference/xds/part-2/3_xds-cli/3_commands.html - - - name: Debugging - url: reference/xds/part-2/3_xds-cli/4_debug.html - - - name: XDS-gdb - children: - - - name: Abstract - url: reference/xds/part-2/4_xds-gdb/0_abstract.html - - - name: Build from scratch - url: reference/xds/part-2/4_xds-gdb/1_build.html - - - name: Configuration - url: reference/xds/part-2/4_xds-gdb/2_config.html - - - name: Debugging - url: reference/xds/part-2/4_xds-gdb/3_debug.html -- - name: Guides - children: - - - name: AppFW - Privileges Management - url: reference/iotbzh2016/appfw/03-AGL-AppFW-Privileges-Management.pdf - -- - name: Controller Guide - children: - - url: reference/ctrler/controller.html - - url: reference/ctrler/controllerConfig.html - - url: reference/ctrler/Usage.html - - url: reference/ctrler/configSample.html - -- - name: "Continuous Integration - Automated Testing (CIAT)" - children: - - - name: Training - children: - - - name: "How to write tests (overview slides)" - url: reference/CIAT/training/How_to_write_your_own_tests_for_AGL.pdf - - - name: "How to write tests (detailed)" - url: reference/CIAT/training/Hands_on_lab_documentation.pdf |