diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-26 17:43:59 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-26 17:43:59 +0200 |
commit | dd54a533478aa65bbc87062ff87afd0cad575460 (patch) | |
tree | 1b0024cb1854ad0e9a118d939f385d824445e0d8 /contain/tocs/architecture/toc_dev_en.yml | |
parent | 00ebd2eaa87bec05deae4a3240f388cfe71a3f92 (diff) |
webdocs: rename 'contain' to 'content'
Change-Id: I75f933607df22cebae8b31882cc86489c95a9f18
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'contain/tocs/architecture/toc_dev_en.yml')
-rw-r--r-- | contain/tocs/architecture/toc_dev_en.yml | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/contain/tocs/architecture/toc_dev_en.yml b/contain/tocs/architecture/toc_dev_en.yml deleted file mode 100644 index 6d8e2d9..0000000 --- a/contain/tocs/architecture/toc_dev_en.yml +++ /dev/null @@ -1,57 +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: Architecture Guides -template: generated_index.html -children: -- - name: AGL Specifications - children: - - - name: Automotive Grade Linux Requirements Specifications - url: reference/AGL_Specifications/agl_spec_v1_280515.pdf -- - name: Security Blueprint - children: - - url: reference/security/01-overview.html -# - url: reference/security/02-threat-analysis.html -# - url: reference/security/03-attack-surfaces.html -# - url: reference/security/04-adversaries.html - - url: reference/security/05-security-concepts.html - - url: reference/security/06-plateform-security.html - - url: reference/security/07-application-security.html -# - url: reference/security/08-Hardening.html |